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.
Query Parameters
ID of the account to fetch transactions for
Maximum number of transactions to return
Response
The account transactions have been successfully retrieved.
The transaction date (ISO string or Date)
"2024-01-01"
The formatted transaction date
"01 Jan 2024"
The transaction type (referenceType from model)
"INVOICE"
The transaction id (referenceId from model)
123
The formatted transaction type (translated string)
"Invoice"
The credit amount
100
The debit amount
50
The formatted credit amount (e.g. currency formatted)
"100.00 USD"
The formatted debit amount (e.g. currency formatted)
"50.00 USD"
The foreign currency credit (credit * exchangeRate)
120
The foreign currency debit (debit * exchangeRate)
60
The formatted foreign currency credit
"120.00 EUR"
The formatted foreign currency debit
"60.00 EUR"