Add a payment destination
Adds a payment destination to a beneficiary. Required fields vary by
method and are enforced by the upstream service. Only fields relevant
to the chosen method need to be supplied.
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), validated at the Kong edge.
Path Parameters
Beneficiary identifier.
Body
Required fields vary by method. BANK: bankName, accountNumber, accountName, countryIsoCode2, currencyIsoCode3, and branch/routing identifiers as needed. MOMO: mobileNumber, mobileProvider, countryIsoCode2, currencyIsoCode3. CRYPTO: networkName, assetSymbol, walletAddress. For CRYPTO, networkName is resolved server-side; an unknown name is a 422. Internal ids (networkId, assetId, connectorId) are not accepted.
BANK, MOMO, or CRYPTO.
"BANK"
ISO 3166-1 alpha-2 country code.
ISO 4217 currency code.
Platform network name for CRYPTO destinations (resolved server-side).
Response
Payment destination created.
Payment method — BANK, MOMO, or CRYPTO.
"BANK"
ISO 3166-1 alpha-2 country code.
ISO 4217 currency code.
Platform network name (CRYPTO destinations).