POST a callback to your configured callback URL for each payout when it reaches a final status.
Read more about handling callbacks and callback URLs.
If you have not configured callbacks, you can always call our Check Payout Status endpoint to get the latest status and details of a specific payout request.
The payoutId of the payout this callback is for.
36"f4401bd2-1568-4140-bf2d-eb77d2b2b639"
The final status of the payment.
COMPLETED - The payment has been successfully processed.FAILED - The payment request has been processed, but failed.COMPLETED, FAILED The amount to be collected (deposit) or disbursed (payout or refund).
Amount must follow below requirements or the request will be rejected:
Valid examples:
5, 5.0, 5.00, 5.5, 5.55, 5555555, 0.5
Not valid examples:
5., 5.555, 5555555555555555555, .5, -5.5, 00.5, 00.00, 00001.32
1 - 23"15"
The currency in which the amount is specified.
Format must be the ISO 4217 three character currency code in upper case. Read more from Wikipedia.
You can find all the supported currencies that the specific correspondent supports from here.
The active configuration endpoint provides the list of correspondents configured for your account together with the currencies.
"ZMW"
The correspondent code refers to the specific MMO that the specified phone number (MSISDN) has an active mobile money wallet with.
You can find all the supported correspondents listed here.
The active configuration endpoint provides the list of correspondents configured for your account.
You can use the predict correspondent enpoint to predict the correct correspondent to use based on the phone number (MSISDN).
"MTN_MOMO_ZMB"
The phone number (MSISDN) of the recipient or payer must be specified as the value of the address.
Short description for the transaction. Depending on the specific MMO performing the transaction this message may be visible to the customer in the SMS receipt or within their transaction history.
Must be between 4 and 22 alphanumeric characters.
4 - 22"Note of 4 to 22 chars"
The unique ID for this financial transaction assigned by the MMO.
{
"MTN_INIT": "ABC123",
"MTN_FINAL": "DEF456"
}The metadata that was provided in the original initation request in a JSON object format.
{
"orderId": "ORD-123456789",
"customerId": "[email protected]"
}