malipopaycentralapi_BatchPayoutRecord
providerstringrequired
Channel for this record. Required on every batch record, including mobile ones.
Example:
VODACOMservicestringrequired
How the counterparty is identified. mobile = mobile money wallet, account = bank account, tanqr = TANQR, merchant = till / Lipa Number.
Possible values: [mobile, account, tanqr, merchant]
Example:
mobileaccountstringrequired
The 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.
Example:
255712345678amountintegerrequired
Amount in whole TZS.
Example:
25000descriptionstring
Per-record description. Falls back to the batch description.
Example:
March commissionbeneficiaryNamestring
Name of the recipient.
Example:
Asha Mwinchumumalipopaycentralapi_BatchPayoutRecord
{
"provider": "VODACOM",
"service": "mobile",
"account": "255712345678",
"amount": 25000,
"description": "March commission",
"beneficiaryName": "Asha Mwinchumu"
}