v1
latestOpenAPI 3.0.1MIT2026-07-26294473.4 KBPayouts
Create
Initiate a mobile money payout by sending a request to the API. The specified amount will be transferred to the recipient's mobile wallet.
post/payouts/create-mobile-money-payout
Request body
Response
Mobile money payout Preview response
Example response
{
"amount": "1047.10",
"currency": "TZS",
"fee": "47.10",
"exchanged": true,
"exchange": {
"sourceCurrency": "USD",
"targetCurrency": "TZS",
"sourceAmount": 1000,
"rate": 2500
},
"channelProvider": "MPESA TANZANIA",
"order": {
"amount": "1000.00",
"currency": "TZS"
},
"beneficiary": {
"accountNumber": "255650000000",
"accountName": "John Doe"
}
}