v1
latestOpenAPI 3.0.1MIT2026-07-26294473.4 KBPayouts
Preview
Validates bank payout details like amount, order-reference and verifies payout channels availability. When beneficiary name lookup is available for the selected bank, the response may include the account holder name.
post/payouts/preview-bank-payout
Request body
Response
Bank payout preview response
Example response
{
"amount": 1047.1,
"balance": 2000,
"channelProvider": "AMANA BANK LIMITED",
"fee": 47.1,
"exchanged": true,
"exchange": {
"sourceCurrency": "USD",
"targetCurrency": "TZS",
"sourceAmount": 1000,
"rate": 2500
},
"order": {
"amount": 1000,
"currency": "TZS",
"id": "UNIQUEREFERENCE"
},
"payoutFeeBearer": "merchant",
"receiver": {
"accountNumber": "0112345400847jhs",
"accountName": "TEMBO SHOP",
"accountCurrency": "TZS",
"amount": 1000
}
}