Skip to main content
POST
Register fiat external account

Authorizations

X-API-KEY
string
header
required

Headers

X-Step-Up-Token
string

Step-up token required for Bearer/session auth (ignored for API-key auth)

Body

application/json

Fiat bank account details

account_holder_name
string
required

Account holder name for this resource.

account_number
string
required

Bank account number.

bank_name
string
required

Name of the bank.

country
string
required

ISO 3166-1 alpha-2 country code.

currency
string
required

Currency symbol (for example USDC or USD).

name
string
required

Display name.

Response

Created

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.