Skip to main content
PATCH
Update 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)

Path Parameters

id
integer
required

Bank address book entry id

Body

application/json

Fields to update

account_number
string

Bank account number.

bank_name
string

Name of the bank.

country
string

ISO 3166-1 alpha-2 country code.

currency
string

Currency symbol (for example USDC or USD).

enabled
boolean

Whether this resource is enabled.

name
string

Display name.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.