Types of webhooks
We notify transaction status through webhooks.
Low Balance webhook
Example
{
"event" : "LOW_BALANCE_ALERT",
"msg" : "Low Balance",
"currentBalance" : "123.2",
"alertTime" : "05 March 2019 06:13 PM"
}Deposit webhook
Example
{
"event" : "DEPOSIT_SUCCESS",
"msg" : "",
"transferId" : "3212312ds",
"referenceId" : "fdsfe",
"payoutMerchantId" : "1111111",
“amount” : 123;
}Request processing failed
Example
Transfer success webhook
Example
Transfer failed webhook
Example
Transfer Reversed webhook
Example
Smart Send Detail Submitted
Example
Last updated