get https://api.sandbox-v2.vault.ist/card-holder/cardholder/card//details
This endpoint retrieves sensitive details associated with a specific card. It returns information such as the last four digits of the card, card name, secondary card name, and card design ID.
Key Features:
- Retrieves sensitive card details based on the
cardId
. - Includes information such as the last 4 digits of the card, card names, and card design ID.
- Useful for verifying or managing card details.
Requirements:
- The
cardId
must be provided as a path parameter to specify the card for which the details are requested.