v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPCI
Update PIN from PINblock
Update the card PIN (Personal Identification Number) from its PINBlock. PINlBocks are 64-bit strings that encode a PIN ready for encryption and secure transmission in banking networks.
For more information, refer to the PIN/PINBlock tutorial.
Note: This does not change the password recorded on an embossed card's chip. If the card is configured for offline password verification, you need to change the password on the physical card. To do that, you can use a card script.
This endpoint generates a Card password changed event.
Notes:
-
This endpoint requires an account token - an access token encoded with a Pismo account ID.
-
This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
put/pcicards/v1/pcicards/{cardId}/pinblock
Path parameters
cardIdstring required
Pismo card ID
Request body
Example request
{
"pinblock": "4E49BF480C44A36C",
"key_id": "32a147ec-b2d9-4b0d-8c5b-557e6cf41e0e",
"sync_offline_pin": true
}Response
No Content