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