Update a bank account

patch/bank_accounts/{id}

Path parameters

idstring required

The unique identifier of the bank account

Request body

namestring

Human readable name for the bank account

currencystring

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

Response

Bank account updated

idinteger

Unique numeric identifier

namestring required

Human readable name for the bank account

currencystring nullable

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

role'fbo' | 'ach_suspense' | 'network_settlement' | 'secondary_network' | 'revenue' | 'cardholder_adjustment' | 'cash_load' | 'unload_settlement' | 'reserve' | 'escheat' | 'gl' | 'operating' nullable

Canonical account role within a program. Null when the account has no declared role.

created_atstring date-time
updated_atstring date-time

Changes