Getting Started
Payouts, also sometimes called Disbursements, are outbound fund transfers from your merchant account to supported mobile money channels or bank accounts.
Prerequisites
Step 1: Payout API Request
{
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y",
"transaction_method": "MOBILE_MONEY",
"currency": "UGX",
"amount": 1000,
"provider_code": "mtn_momo_ug",
"msisdn": "256777000001",
"customer_name": "JOHN DOE",
"description": "Test Payout"
}
/*sample acknowledgement would be something like the following*/
{
"code": 202,
"status": "accepted",
"message": "Request Accepted",
"data": {
"internal_reference": "GBPREFFFZNGLVH96GSKK",
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y"
}
}Step 2: Payout Verification Request
Step 3: Final Status Notification
Last updated