get https://api.sandbox-v2.vault.ist/card-holder/cardholder/card//sensitive-details
This endpoint retrieves sensitive details about a specific card, such as the card number, expiration date, CVC, and associated names.
Key Features:
- Retrieves sensitive details for a specific card using the
cardId
. - Includes encrypted information, such as the card number, card name, secondary card name, expiration date, and CVC.
- Requires the user to decode the data using their secret phrase for security.
Requirements:
- The
cardId
must be provided as a path parameter to specify the card for which sensitive details are requested.