PIN
Retrieve a PIN
Returns the PIN for a given card.
get/cards/{cardId}/pin
Path parameters
cardIdstring uuid required
The ID of the card to work with.
Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
personIdstring uuid required
The ID of the person to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a04
cardholderVerificationMethod'BIOMETRIC_FACE' | 'BIOMETRIC_FINGERPRINT' | 'LOGIN' | 'OTP' required
The supplemental method used to verify the cardholder’s identity before revealing the card’s PIN.
Example:BIOMETRIC_FACE
sessionIdstring
The MFA session id.
Example:c92e2960-b745-4b38-8e77-898b2f9ad9bb
tokenstring
The security token e.g. MFA code.
Example:123456
Response
OK
Example response
{
"pin": "1111"
}