Skip to main content
POST
Add fiat settlement account

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
bankCode
string
required

Bank code

Example:

"044"

accountNumber
string
required

Bank account number

Example:

"1234567890"

isPrimary
boolean

Set as primary settlement account

Example:

false

Response

Fiat settlement account added successfully

success
boolean
Example:

true

message
string
Example:

"Fiat account validated and added successfully!"

data
object