Skip to main content

malipopaycentralapi_CrossChannelPayRequest

referencestringrequired

Reference of the existing payment to re-route.

Example: ML008985
providerstringrequired

Channel to pay on now.

Example: CRDB
servicestringrequired

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: account
accountstringrequired

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: 0150123456789
amountinteger

Override the amount. Optional; defaults to the amount on the original payment.

Example: 50000
malipopaycentralapi_CrossChannelPayRequest
{
"reference": "ML008985",
"provider": "CRDB",
"service": "account",
"account": "0150123456789",
"amount": 50000
}