Skip to main content
POST
Create a bank account

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Body

application/json

Bank account creation payload. bankAccountName, bankAccountNumber, and bankCode are required.

Payload for creating a saved bank account.

bankAccountName
string
required

Beneficiary name exactly as registered at the bank.

bankAccountNumber
string
required

Bank account number. Backend rejects duplicate account numbers.

bankCode
string
required

Bank identifier code.

Response

Created bank account wrapped in a status envelope.

Response returned by bank-account create operations.

status
string

success or failed.

message
string

Human-readable result.

data
object

Bank account saved by the current user for withdrawals.