post https://api.sandbox-v2.vault.ist/card-holder/cardholder/card//pin/reset
This endpoint allows users to reset their card PIN.
Key Features:
- Returns the new PIN after resetting.
- Depending on the setup, the response may include an encrypted object that must be decoded using the user's secret phrase.
Requirements:
- The
cardId
must be provided as a path parameter. - The
secretQuestion
and itssecretQuestionAnswer
may be required depending on the security policy. - A new
PIN
must be provided in the request body.