Update an entity's bank account
Change the specified fields with the provided values.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the entity that owns the requested resource.
"9d2b4c8f-2087-4738-ba91-7359683c49a4"
Path Parameters
Body
Data that can be updated in existing bank accounts of an entity.
The name of the person or business that owns this bank account. If the account currency is GBP or USD, the holder name cannot be changed to an empty string.
1 - 200"Cayla Lloyd"
User-defined name of this bank account, such as 'Primary account' or 'Savings account'.
1 - 200"Primary account"
Response
Successful Response
Represents a US bank account (bank details) owned by an entity.
Unique ID of the bank account.
The name of the person or business that owns this bank account. Required in the following cases:
- the account currency is GBP or USD,
- the account currency is EUR and the entity wishes to receive SEPA Credit transfers to this account.
"Cayla Lloyd"
The bank account number. Required if the account currency is GBP or USD. UK account numbers typically contain 8 digits. US bank account numbers contain 9 to 12 digits.
"123456789"
The last 4 digits of bank account number. Required if the account currency is GBP or USD and there is no information about the full account number.
"5678"
The bank name.
"Chase"
User-defined name of this bank account, such as 'Primary account' or 'Savings account'.
"Primary account"
The bank's routing transit number (RTN) or branch code. Required if the account currency is USD. US routing numbers consist of 9 digits.
"123456789"
ID of the entity user who added this bank account, or null if it was added using a partner access token.