v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPCI
Append update PIN script
Append issuer script to update the card PIN that will be applied at the next authorization.
You must work with Pismo to pre-register a script and get its script ID. For information on generating a PINBlock and key ID, refer to the PIN/PINBlock tutorial guide.
For more information, refer to the Card scripts guide.
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io/ environment.
post/pcicards/v1/pcicards/{cardId}/scripts/pin-update
Path parameters
cardIdstring required
Pismo card ID
Headers
x-account-idstring required
Account ID
Request body
Example request
{
"script_id": "11a10bff-830b-4649-9660-1a01a5e1c192",
"pin_block": "86FA0CED8BDD40D1",
"key_id": "32a147ec-b2d9-4b0d-8c5b-557e6cf41e0e",
"pin": "1234"
}Response
Response for success append issuer scripts
Example response
{
"card_script_id": "11a10bff-830b-4649-9660-1a01a5e1c192",
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"card_id": 6743052,
"account_id": 6912345,
"script_id": "11a10bff-830b-4649-9660-1a01a5e1c192",
"created_at": "2021-10-16T14:09:04.549"
}