malipopaycentralapi_MakeBatchPayoutV3Request
Description applied to the batch.
March payoutsrecords object[]required
One entry per beneficiary. Records may mix channels; each one routes independently. At least one record is required.
Possible values: >= 1
Channel for this record. Required on every batch record, including mobile ones.
VODACOMHow 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.
255712345678Amount in whole TZS.
25000Per-record description. Falls back to the batch description.
March commissionName of the recipient.
Asha Mwinchumu{
"description": "March payouts",
"records": [
{
"provider": "VODACOM",
"service": "mobile",
"account": "255712345678",
"amount": 25000,
"description": "March commission",
"beneficiaryName": "Asha Mwinchumu"
}
]
}