Skip to main content
POST
Create a bank account

Required fields

Once saved, reference this account by bank_account_id in verify calls instead of repeating account_number every time.

Authorizations

Authorization
string
header
required

API key from your dashboard - starts with chk_. Requires a business account.

Body

application/json
bank
string
required
Example:

"cbe"

account_number
string
required
Example:

"1000876543218"

label
string
Example:

"Main CBE Account"

is_primary
boolean
Example:

true

Response

201 - application/json

Created

account
object