Create a bank account
Bank Accounts
Create Bank Account
POST /accounts - save a bank account to your branch
POST
Create a bank account
Required fields
| Field | Required | Description |
|---|---|---|
bank | Yes | Bank code (e.g. cbe, telebirr) |
account_number | Yes | Full account number |
label | Yes | Friendly name shown in the dashboard |
is_primary | No | Mark as the default account for this bank |
Once saved, reference this account by
bank_account_id in verify calls instead of repeating account_number every time.Authorizations
API key from your dashboard - starts with chk_. Requires a business account.
Body
application/json
Response
201 - application/json
Created

