Skip to main content
POST
Add Bank

Authorizations

x-app-id
string
header
required

Your application ID from the Breet dashboard

x-app-secret
string
header
required

Your application secret from the Breet dashboard

X-Breet-Env
string
header
required

Environment selector: development or production

Body

application/json
id
string
required

The bank ID from the Fetch Bank List endpoint.

Example:

"39"

accountNumber
string
required

The bank account number to add.

Example:

"3154021148"

currency
string

Optional. The bank account currency (ngn or ghs) should match the currency of the selected bank ID. If omitted, defaults to your business's operating country currency.

Example:

"ngn"

narration
string

Optional narration that appears on the bank statement for withdrawals (max 32 characters).

Example:

"Breet withdrawal"

Response

Bank added successfully