Create an entity bank account
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Request
The SWIFT/BIC code of the bank.
User-defined name of this bank account, such as ‘Primary account’ or ‘Savings account’.
If set to true
or if this is the first bank account added for the given currency, this account becomes the default one for its currency.
The bank’s routing transit number (RTN). Required if the account currency is USD. US routing numbers consist of 9 digits.
Response
The SWIFT/BIC code of the bank.
User-defined name of this bank account, such as ‘Primary account’ or ‘Savings account’.
The bank’s routing transit number (RTN). Required if the account currency is USD. US routing numbers consist of 9 digits.
ID of the entity user who added this bank account, or null
if it was added using a partner access token.