8Step 8 of 10
Track Transactions
Retrieve transactions, balances, and simulate test data.
List transactions
After payments are processed and bank statements are synced, transactions appear on your accounts. Query them filtered by account, date range, or reconciliation status.
Available filters
| Parameter | Description |
|---|---|
accountId | Filter by account ID (required for most queries) |
reconciliationStatus | NOT_RECONCILED, RECONCILED, or PARTIALLY_RECONCILED |
fromDate / toDate | Date range filter (YYYY-MM-DD) |
limit | Results per page (1-500, default 100) |
token | Pagination continuation token |
GET
/financial-data/v2/transactionsList transactions for an account. Supports filtering by accountId, date range, and reconciliation status.
curl 'https://api.atlar.com/financial-data/v2/transactions?accountId={{accountId}}&limit=20' \
-H 'Authorization: Bearer ACCESS_TOKEN' \
-H 'Accept: application/json'Get a token on the Authentication step first
🖥️
Dashboard: Transactions
Browse all transactions across accounts. Use filters for date, amount, reconciliation status, and more.
app.atlar.com/transactions