Updates the PIN of a card on a given account where an accountId and cardId are provided.
accountId
cardId
The ID of the card to work with.
The ID of the account to work with.
The ID of the person to work with.
Body
The new card PIN. If not provided, we'll randomly generate one for you.
The supplemental method used to verify the cardholder’s identity before revealing the card’s PIN.
OK
{"pin": "stri","cardholderVerificationMethod": "BIOMETRIC_FACE"}
{"success": true,"pin": "stri"}