Create Payment Method
Creates a new payment method.
Please note that fields without values are not included in the response. This includes fields with empty strings, null values, and undefined values.
Authorizations
Static business API key issued from the dashboard. A business can provision multiple API keys, each scoped to a configurable set of permissions (e.g. read transactions, create deposits, etc). Permissions are chosen per key at creation time in the dashboard and may be revoked by deleting the key. Requests made with a key that does not include the permission required by the target endpoint will be rejected with a 403 Forbidden response; an unrecognised, malformed or revoked key returns 401 Unauthorized. Manage your keys and their permissions under Developer → API keys in the dashboard.
Headers
Signature of the request payload, used for request authentication where payload signing is enabled for your business.
API version in ISO 8601 format (e.g. 2025-12-28). Defaults to latest stable.
Body
The payment method channel
BANK_ACCOUNT, MOBILE_MONEY, VIRTUAL_BANK_ACCOUNT, ACH_BANK_ACCOUNT, INTERAC, UPI, SWIFT, WE_CHAT, ALIPAY, PAYBILL_TILL 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
Optional. The customer to attach this payment method to. When omitted, it is attached to the business owner.
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 Response
Payment method created successfully.
A payment method. Empty fields are omitted. Account-shaped channels (BANK_ACCOUNT, MOBILE_MONEY, SWIFT, etc.) populate accountName, accountNumber, and institution; the CARD channel instead populates last4, brand, expiration, and cardName.
