Split After Payment

Split After Payment API splits the payments to vendors after successful payment from the customers.

👍

Important

To use this API, write to [email protected] or your Account Manager. This API has to be enabled for the test and production environment.

After the customer payment is successful, add 120 seconds delay before you use this API to split payments to vendors, to accommodate any delays in payment response from customers.

For Auto Collect pass the Authorization token. Use the Authorize API to generate the token for Auto Collect APIs.

Response Codes
Status CodeStatusMessageSolution
200SUCCESSOrder split created
404ERROROrder not foundSpecify an order ID that exists
400ERROROrder not paidEnsure the order is paid
400ERRORSettlement not foundSpecify a settlement ID that is present
400ERRORSettlement not applicable for payment codeSpecify a valid Settlement ID
400ERRORSplit Vendor doesn't existSpecify a split vendor that exist
400ERRORTotal split amount is greater than transaction amountSpecify a split amount that is less than the transaction amount
400ERRORTransaction not capturedRetry again after some time
400ERRORSplit already existsCreate a new split
400ERRORSettlement already processedWait for sometime
400ERRORSettlement eligibility time passedSpecify a valid settlement eligibility time
400ERRORMerchant not enabled for split after paymentsEnable the merchants
400ERROREither amount or percentage has to be present for each vendor and not bothSpecify either amount or percentage, do not provide both
400ERRORInvalid vendor split amountSpecify a valid vendor split amount
400ERRORRefund already exists, cannot create splitCreate a split where refund is not initiated

Watch this video to learn how to initiate an order with split API

Language
Click Try It! to start a request and see the response here!