Skip to main content
PATCH
Update a bank account

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

The unique identifier of the bank account

Body

application/json
name
string

Human readable name for the bank account

currency
string

Three-letter ISO 4217 currency code (e.g. USD, EUR). Must be uppercase. Optional.

Pattern: ^[A-Z]{3}$

Response

Bank account updated

name
string
required

Human readable name for the bank account

id
integer

Unique numeric identifier

currency
string | null

Three-letter ISO 4217 currency code (e.g. USD, EUR). Must be uppercase. Optional — bank accounts may be created without a currency.

Pattern: ^[A-Z]{3}$
created_at
string<date-time>
updated_at
string<date-time>