Get account movements

Returns a paginated list of account movements/transactions based on the provided filters.
It can be used to load transaction history for a selected period, for a specific account
and currency, or to retrieve movements updated after a given timestamp.

Filter combination rules

Filter combinationAllowedRule
PeriodFrom + PeriodTo + pagingReturns movements for the selected period.
AccountNumber + AccountCurrencyCode + PeriodFrom + PeriodTo + pagingReturns movements for the selected account, currency and period.
AccountNumber without AccountCurrencyCodeAccount currency must be provided when account number is provided.
AccountCurrencyCode without AccountNumberAccount number must be provided when account currency is provided.
LastMovementTimeStamp + pagingReturns movements after the provided timestamp.
LastMovementTimeStamp + other business filtersLastMovementTimeStamp must not be combined with account or period filters.
Query Params
string

Account number / IBAN. Required together with AccountCurrencyCode when filtering by a specific account.

string

Account currency ISO code, for example GEL, USD or EUR. Required when AccountNumber is provided.

date-time

Start date and time of the search period. The start of the interval is included.

date-time

End date and time of the search period. The end of the interval is included.

date-time

Returns movements created or updated after the provided timestamp. This filter must not be combined with AccountNumber, AccountCurrencyCode, PeriodFrom or PeriodTo.

integer
≥ 0
Defaults to 0

Zero-based page index. Use 0 for the first page, 1 for the second page, and so on.

integer
0 to 700
Defaults to 700

Number of records to return in one page. Maximum value is 700.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json