get
https://test-api.tbcbank.ge/bab/v1/accounts/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 combination | Allowed | Rule |
|---|---|---|
PeriodFrom + PeriodTo + paging | ✅ | Returns movements for the selected period. |
AccountNumber + AccountCurrencyCode + PeriodFrom + PeriodTo + paging | ✅ | Returns movements for the selected account, currency and period. |
AccountNumber without AccountCurrencyCode | ❌ | Account currency must be provided when account number is provided. |
AccountCurrencyCode without AccountNumber | ❌ | Account number must be provided when account currency is provided. |
LastMovementTimeStamp + paging | ✅ | Returns movements after the provided timestamp. |
LastMovementTimeStamp + other business filters | ❌ | LastMovementTimeStamp must not be combined with account or period filters. |
