Creates a new payment method.
Create a new payment method for a customer. Supported channels include bank accounts, mobile money, SWIFT, UPI, Interac, and WeChat.Documentation Index
Fetch the complete documentation index at: https://docs.afriex.com/llms.txt
Use this file to discover all available pages before exploring further.
Please note that fields without values are not included in the response. This includes fields with empty strings, null values, and undefined values.
Static business API key from the dashboard
The payment method channel
BANK_ACCOUNT, SWIFT, MOBILE_MONEY, UPI, INTERAC, WE_CHAT, ALIPAY, PAYBILL_TILL The unique identifier of the customer.
The name of the account holder
The account number
The ISO 3166-1 alpha-2 country code. This has to be one of the countries we support
Transaction capabilities
The capability of this payment method. DEPOSIT means funds can be pulled from this method (e.g. charge/collect from the customer). WITHDRAW means funds can be sent to this method (e.g. pay out to the customer). If omitted, defaults to WITHDRAW.
DEPOSIT, WITHDRAW Payment method created successfully.