I created an order using API calls and added the items according to our requirement and we take payments on our end. Now we want to notify clover about the payment that we have received the cash or online payment. We want to close it using API call.
I created an order using API calls and added the items according to our requirement and we take payments on our end. Now we want to notify clover about the payment that we have received the cash or online payment. We want to close it using API call.
{ "tender": { "id": "*************" //id of your cash tender }, "amount": 2179 }Endpoint in docs: https://docs.clover.com/clover-platform/reference#createpaymentfororder-1
Omg, been looking for this for like 2 months now, there's no documentation on this...
2 People are following this question.