Bank account transactions
Create bank account transactions
The Create bank account transactions endpoint creates new bank account transactions for a given company's connection.
Bank account transactions are records of money that has moved in and out of an SMB's bank account.
Integration-specific behavior
Required data may vary by integration. To see what data to post, first call Get create bank transaction model.
post/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions
Path parameters
companyIdstring uuid required
Unique identifier for your SMB in Codat.
Example:8a210b68-6988-11ed-a1eb-0242ac120002
Unique identifier for a company.
connectionIdstring uuid required
Unique identifier for a company's data connection.
Example:2e9d2c44-f675-40ba-8049-353bfcb5e171
Unique identifier for a connection.
accountIdstring required
Example:13d946f0-c5d5-42bc-b092-97ece17923ab
Unique identifier for an account.
Query parameters
timeoutInMinutesinteger
Time limit for the push operation to complete before it is timed out.
allowSyncOnPushCompleteboolean
Allow a sync upon push completion.
Request body
Response
Success