get https://api.sandbox-v2.vault.ist/card-holder/transaction
This endpoint retrieves transactions for a specific card over a specified period. If no period is specified, the transactions from the current day are returned.
Key Features:
- Allows filtering by card ID, status, date range, and sorting order.
- Returns detailed transaction data including amounts, fees, merchant information, and more.
- Supports pagination with customizable page size and sorting options.
Requirements:
- The
cardId
must be provided as a query parameter. - Optionally, specify
startDate
andendDate
to filter transactions by period. - You can filter by specific transaction
status
and sort by thecreationDate
or other fields.