Retrieve a PIN beta

Returns the PIN for a given card.

SecurityCommonAuth
Request
path Parameters
cardId
required
string <uuid> <= 36 characters

The ID of the card to work with.

Example: e9293471-5eb3-4dbc-916c-dbaf9e2deefd
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
personId
required
string <uuid> <= 36 characters

The ID of the person to work with.

Example: personId=775596ae-2624-40af-a9dc-9756110a4a04
cardholderVerificationMethod
required
string

The supplemental method used to verify the cardholder’s identity before revealing the card’s PIN.

Enum: "BIOMETRIC_FACE" "BIOMETRIC_FINGERPRINT" "LOGIN"
Example: cardholderVerificationMethod=BIOMETRIC_FACE
Responses
200

OK

get/cards/{cardId}/pin
Request samples
Response samples
application/json
{
  • "pin": "1111"
}