Skip to main content
POST
Create Bank Account
The Bank Accounts Data Model streamlines access of bank account information across various accounting platforms, providing a consistent and unified representation of bank account data.

Additional Required Fields

To successfully create a bank account, certain fields must be included in the raw_data object of the request body. The required fields are as follows:

Authorizations

api_key
string
header
required

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

data
accountingBankAccountFields · object[]
required

The data of the bank account to create

run_async
boolean | null

Run the request asynchronously

Response

data
accountingBankAccountObject · object | null

The data of the created bank account

sync_id
string | null

The sync id of the request