Handling Partial Payments
There is a possibility of shoppers making a partial payment when paying using a crypto wallet. We do update the shoppers to complete the partial payment. However, some merchants are okay with whatever the shopper has paid and want to issue goods/services as per the payment amount. In this case, merchants may close the partial payment so that they can give the goods/service for the amount paid by the shopper, and we can settle the partial payments to the merchants. This API will help the merchants to mark a partial payment as closed.
POST
/closePartialTx
Headers
"Content-Type"*
String
"application/json"
Request Body
clientId*
String
Merchant Client Id
encryptedReq*
String
Encrypted string of offerId by client secret
Below is the sample postman Request
Copy the following to the Pre-script
Sample Curl Request
forceUpdate is an optional parameter and its default value is true. If passed will value false, it will not close partial transaction if there is a refund request on the transaction
Last updated
Was this helpful?