Skip to main content
PUT
Update a bank account

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Tenant
number
required

Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.

Path Parameters

id
integer
required

The bank account identifier

Body

application/json
name
string

The name.

Maximum string length: 255
account_number
string | null

Account number.

Maximum string length: 255
bank_name
string | null

Bank name.

Maximum string length: 255
branch_name
string | null

Branch name.

Maximum string length: 255
swift
string | null

SWIFT/BIC code.

Maximum string length: 255
iban
string | null

IBAN number.

Maximum string length: 255
is_default
boolean

Whether the record is the default.

is_active
boolean

Whether the record is active.

currency_id
string

The currency ID.

Response

success
string
required
data
BankAccountResource · object
required