cURL
curl --request PUT \ --url https://sandbox-api.cardcore.cloud/institutions/cards/pin/{cardId}/reset \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "newPIN": { "encryptedData": "9f8d92h3k4j5l6", "publicKeyFingerprint": "a884d7744252e1ec674983a91e6" } } '
{}
Reset card PIN.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Path parameter: cardId.
Show child attributes
Reset Card PIN completed successfully.
The response is of type object.
object