Create an entity bank account
Add a new US bank account for the specified entity.
Required fields are account_holder_name, account_number and routing_number. Optionally provide
bank_name and display_name.
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"
Body
Represents a US bank account (bank details) owned by an entity.
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.
1 - 200"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 bank name.
"Chase"
User-defined name of this bank account, such as 'Primary account' or 'Savings account'.
1 - 200"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"
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.