Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Body
The date of the bank transaction
"2023-01-01T00:00:00.000Z"
Type of bank transaction (e.g., deposit, withdrawal)
"deposit"
Description of the bank transaction
"Monthly rent payment"
Transaction amount
1000.5
Exchange rate for currency conversion
1.15
ID of the credit account associated with this transaction
1001
ID of the cashflow account associated with this transaction
2001
Whether the transaction should be published
Optional transaction number or reference
"TRX-001"
Optional external reference number
"REF-001"
Currency code for the transaction
"USD"
ID of the branch where the transaction occurred
101
Plaid transaction ID if imported from Plaid
"plaid_trx_12345"
Plaid account ID if imported from Plaid
"plaid_acc_67890"
ID of the uncategorized transaction if this is categorizing an existing transaction
5001
Response
The bank transaction has been successfully created