Skip to main content
GET
Searches and retrieves transactions for a specific card with filtering, pagination, and sorting options. Requires an API key with access level 1 or higher.

Path parameters

cardId
string
required
Card identifier.

Query parameters

operations
array
required
Transaction operation types to include. At least one is required. Possible values: AUTHORIZATION, CLEARING, REFUND, REVERSAL.
from_date
string
Start date (ISO-8601 YYYY-MM-DD).
to_date
string
End date (ISO-8601 YYYY-MM-DD).
size
integer
Page size. Maximum 100. Defaults to 10.
page_number
integer
Page number, starting at 1. Defaults to 1.
sort_field
string
Field to sort results by.
sort_order
string
Sort order. Possible values: ASC, DESC.

Response

number_of_elements
integer
Number of transactions in the current page.
next_page
integer
Next page number, if available.
total_pages
integer
Total number of pages.
total_elements
integer
Total number of transactions across all pages.
movements
array
Array of transaction objects with fields: id, datetime, operation, bill_amount, bill_currency, transaction_amount, transaction_currency, exchange_rate, merchant_name, original_balance, new_balance, status, decline_reason, and fee fields (fee_fx_provider, fee_fx_client, fee_atm_provider, fee_atm_client, fee_deposit_provider, fee_deposit_client).