malipopaycentralapi_MakePayoutV3Request
Your own reference for this payout. Optional.
PAYOUT-001What the payout is for.
Supplier settlementAmount in whole TZS.
50000Channel the payment runs on, e.g. VODACOM, AIRTEL, TIGO, HALOPESA, TTCL, CRDB, NMB. Optional when service is mobile - the MNO is detected from the number. Required for every other service.
AIRTELHow the counterparty is identified. mobile = mobile money wallet, account = bank account, tanqr = TANQR, merchant = till / Lipa Number.
Possible values: [mobile, account, tanqr, merchant]
mobileThe counterparty identifier for the chosen service: a phone number (mobile), a bank account number (account), or a till / merchant id. Mobile numbers may be sent as 0XXXXXXXXX or 255XXXXXXXXX; both are normalised to 255XXXXXXXXX.
255712345678Name of the recipient, for your own records.
John HauleSINGLE for one payout. Batch records are created by POST /api/v2/payment/disbursement/batch.
Possible values: [SINGLE, BATCH]
SINGLE{
"reference": "PAYOUT-001",
"description": "Supplier settlement",
"amount": 50000,
"provider": "AIRTEL",
"service": "mobile",
"account": "255712345678",
"beneficiaryName": "John Haule",
"category": "SINGLE"
}