BankAccount
Create a bank account
POST
Create a bank account
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
Body
application/json
The name.
Maximum string length:
255The currency ID.
Account number.
Maximum string length:
255Bank name.
Maximum string length:
255Branch name.
Maximum string length:
255SWIFT/BIC code.
Maximum string length:
255IBAN number.
Maximum string length:
255Whether the record is the default.
Whether the record is active.
Opening balance amount.
Required range:
x >= 0Opening balance direction (debit or credit).
Available options:
debit, credit