Skip to main content
POST
Create bank account recipient

Authorizations

x-api-key
string
header
required

Merchant API key (e.g., sk_live_xxx or sk_test_xxx)

Body

application/json
accountNumber
string
required

Bank account number

Example:

"1234567890"

bankId
string
required

Bank ID

Example:

"bank-001"

accountName
string

Account holder name (optional, will be resolved)

Example:

"John Doe"

country
enum<string>

Country code

Available options:
zm,
ng
Example:

"zm"

Response

Recipient created successfully

status
boolean
required

Request success status

Example:

true

message
string
required

Response message

Example:

"Operation completed successfully"

data
object