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"
ID of the credit account associated with this transaction
1001
Type of bank transaction (e.g., deposit, withdrawal)
"deposit"
Array of uncategorized transaction IDs to be categorized
[1001, 1002, 1003]
Optional external reference number
"REF-001"
Optional transaction number or reference
"TRX-001"
Exchange rate for currency conversion
1.15
Currency code for the transaction
"USD"
Description of the bank transaction
"Monthly rent payment"
ID of the branch where the transaction occurred
101
Response
The bank transactions have been categorized successfully.