Check Disbursement Status
As a merchant, you can enable your customers to check the status of their disbursements.
Merchants will be notified of the final status of the disbursement in the callbacks whenever it is updated, or they can check the status of the disbursement by calling the 'check status' API.
As getting the final status from the banks can take some time, there can be some delay when receiving the callback but, it will be delivered.
Important Notes:
- For the final status of a transaction, always refer to the 'status' field from the callbacks disbursement API before marking the transfer as a success or failed in the system, instead of just checking with the response code and error messages
- In case of a 201 HTTP response code in the callbacks with a transaction status as ‘0’ (Processing), please hit the ‘Check Status’ API or wait for the callback to receive the final status.
- In case of a 503 or 504 HTTP response code received in the callbacks with a transaction status as ‘0’ (Processing), please ‘DO NOT FAIL’ the transactions. Instead, hit the ‘Check Status’ API or wait for the callback to receive the final status.
- In case of a 503 or 504 HTTP response code received in the callbacks with a transaction status as ‘4’ (Failed), you can mark the transaction as ‘failed’.
Updated about 2 months ago
What’s Next