Callback Configuration
You may receive callbacks when certain transactions are completed at the following endpoints. You can configure them from your Merchant Admin Portal. The callback notification will be sent over the POST
request to the callback URL that you have set. We expect to receive the 200
response status code from your server to acknowledge your system is successfully got the event.
Endpoints | Description |
---|---|
Invoice Deposit Callback URL | Triggered when an invoice you have has successfully completed. |
Withdrawal Callback URL | Triggered when a withdrawal you have has successfully completed. |
Direct Deposit Callback URL | Triggered when a deposit on user individual wallet has successfully completed. |
Updated over 2 years ago