v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBGet PIN as PINblock
Get the card PIN (Personal Identification Number) as a PINblock. PINblocks 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 is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
Path parameters
Pismo card ID
Query parameters
A Zone PIN Key (ZPK) identifier. The ZPK is a data encrypting or decrypting key for PIN transfer between parties. For example, between issuers and processors or acquirers and networks or networks and processors, and so on.
In a sandbox environment, a fixed ZPK is used:
key_id: 7d14ca2e-1057-11ee-8cee-060f666de710
HSM key: 0404F2543B1C6E70AB61586E1304B6A7
For production, open a Jira ticket with type = Configuration. Request you need the key to use endpoints with PIN management such as PINBLOCK.
Response
Get card PIN as PINBlock success object
Example response
{
"account_id": 6912345,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"correlation_id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"pinblock": "4E49BF480C44A36C",
"pan": "123456******789",
"key_id": "32a147ec-b2d9-4b0d-8c5b-557e6cf41e0e"
}