Types of webhooks
We notify transaction status through webhooks.
Method : Post
Headers Content-Type - application/json Request Body: Body for different webhook types is mentioned below along with description.
Low Balance webhook
The webhook event is generated when the merchant account has a low balance. The event signals to deposit money in the merchant virtual account so that upcoming transfer requests can be quickly processed.
Example
Deposit webhook
Webhook event generated to signal that a deposit has been successfully processed in the merchant virtual account. The money in the account can be used to do payouts to various beneficiary accounts.
Example
Request processing failed
Webhook event generated to signal that a transfer request has failed processing.
Example
Transfer success webhook
Webhook event generated to signal that a transfer has been successful.
Example
Transfer failed webhook
Webhook event generated to signal that a transfer has failed.
Example
Transfer Reversed webhook
Webhook event generated to signal that a transfer was successful but reversed after few days due to different reasons.
Example
Smart Send Detail Submitted
Webhook event generated to signal that a beneficiary has added their account details on the smart send link.
Example
Last updated