Reversals
Callback for Reversal
In a scenario where a requested payout is unable to get to the beneficiary, the transaction would be reversed back to the source. This also applies when a funding is reversed.
When reversals run, a notification email is sent and callback is triggered if a callback endpoint has been setup for your account. Each reversal is sent to an endpoint on your server or environment. Callback type is HTTP GET and includes the data below
{responsecode} - Response code indicating state of transaction
{ref} - Your Transaction Reference
{txref} - Moneywave Transaction Reference
{amount} - Transaction amount
{status} - Transaction status
This data is available as an array of GET parameters in the url of the callback sent. Separate endpoints are required for payout and funding notifications.
Last updated