Skip to main content
Version: 1.44.0

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

Bank transactions data

Response Headers
    X-RateLimit-Limit

    Maximum number of requests allowed in the current rate limit window for the used scope.

    X-RateLimit-Remaining

    Number of requests remaining in the current rate limit window.

    X-RateLimit-Reset

    Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.

    X-RateLimit-Scope

    The OAuth scope bucket to which this rate limit applies: read or write.