Update a card's PIN
Updates the PIN of a card on a given account where an accountId and cardId are provided.
PUT
cURL
Authorizations
Path Parameters
The ID of the card to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The ID of the person to work with.
Maximum string length:
36Example:
"775596ae-2624-40af-a9dc-9756110a4a04"
Body
application/json
Body
Request body for creating a PIN
The new card PIN. If not provided, we'll randomly generate one for you.
Required string length:
4Pattern:
^\d+$The supplemental method used to verify the cardholder’s identity before revealing the card’s PIN.
Available options:
BIOMETRIC_FACE, BIOMETRIC_FINGERPRINT, LOGIN, OTP Example:
"BIOMETRIC_FACE"
cURL