Add a new bank account for the specified entity.
The minimum required fields are currency
and country
. Other required fields depend on the currency:
iban
.account_holder_name
, account_number
, and sort_code
.account_holder_name
, account_number
, and routing_number
.iban
account_number
and sort_code
account_number
and routing_number
The country in which the bank account is registered, repsesented as a two-letter country code (ISO 3166-1 alpha-2).
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 country in which the bank account is registered, repsesented as a two-letter country code (ISO 3166-1 alpha-2).
ID of the entity user who added this bank account, or null
if it was added using a partner access token.