We are using the Clover API to create an Order and the making the Payment for it using the EComm APIs.
Order Amount: 7.35
Tip Amount: 2.65
Total: 10.00
Order ID: KR9H0G5R9XKB6 | Reciept: https://sandbox.dev.clover.com/r/KR9H0G5R9XKB6
Payment Request:
{ "amount":735, "currency":"USD", "source":"clv_1TSTSXuLnenP8HyuAQWVWVdX", "tip_amount":265, "stored_credentials":{ "sequence":"SUBSEQUENT", "initiator":"CARDHOLDER", "is_scheduled":false } }
And yet the order status is returned as "created" and it's being showed as "Partially Paid". Why is this? What are we doing wrong?