malipopaycentralapi_CrossChannelPayRequest
referencestringrequired
Reference of the existing payment to re-route.
Example:
ML008985providerstringrequired
Channel to pay on now.
Example:
CRDBservicestringrequired
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:
accountaccountstringrequired
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:
0150123456789amountinteger
Override the amount. Optional; defaults to the amount on the original payment.
Example:
50000malipopaycentralapi_CrossChannelPayRequest
{
"reference": "ML008985",
"provider": "CRDB",
"service": "account",
"account": "0150123456789",
"amount": 50000
}