v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPCI
Change card password
Update a card's password (PIN).
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.
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
put/pcicards/v2/pcicards/card/{cardId}
Path parameters
cardIdstring required
Pismo card ID
Request body
Example request
{
"pin": "1234",
"sync_offline_pin": true
}Response
Response for Update password request
string required
Response for card password update request
Example response
"[:correlationId] Card updated"