get https://api.sandbox-v2.vault.ist/card-holder/cardholder/card//transactions
This endpoint retrieves the transaction history of a specific card. You can filter the transactions by status, and specify the pagination parameters to control the number of results returned.
Key Features:
- Retrieves transaction history for a specific card.
- Allows filtering by transaction status (e.g., INIT, AUTHORIZED, CLEARED, DECLINED, VOID).
- Supports pagination with the
page
andsize
query parameters.
Requirements:
- The
cardId
must be provided as a path parameter to specify the card for which transactions are requested. - You can filter transactions by
status
, and set pagination parameters (page
andsize
).