Search bank transactions
POST/v0/bank-transactions/search-query
Returns a paginated list of bank transactions, optionally filtered by transaction ID, bank account, or booking date range.
Use optional ids to look up specific transactions. Use optional bookingDateFrom and bookingDateTo to filter by date range; omit them to search across all dates. Use optional accountIds to filter one or more bank accounts.
Use matched to filter by whether the transaction has been matched or not. Use freeText to free-text search across id, groupId, counterparty and bankAccountNumber.
Pagination and sorting are optional; default page size is 20 and results are sorted by bookingDate descending by default.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 502
- 503
- 504
Bank transactions data
Response Headers
Maximum number of requests allowed in the current rate limit window for the used scope.
Number of requests remaining in the current rate limit window.
Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.
The OAuth scope bucket to which this rate limit applies: read or write.
Bad request (e.g., invalid filter parameters)
Unauthorized
Forbidden (e.g., user has no organizations, insufficient scope privileges)
Rate limit exceeded. Reduce request frequency and retry after the indicated number of seconds.
Response Headers
Maximum number of requests allowed in the current rate limit window for the used scope.
Number of requests remaining in the current rate limit window.
Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.
The OAuth scope bucket to which this rate limit applies: read or write.
Number of seconds to wait before retrying. Only present on 429 Too Many Requests responses.
Internal server error
Bad gateway. An upstream service could not be reached.
Service temporarily unavailable. An upstream service returned a 503 error.
Gateway timeout. An upstream service did not respond in time.