v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPCI
Get card password
Gets card Personal Identification Number (PIN) used for authenticating purchases with Pinpads.
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.
get/pcicards/v2/pcicards/password/{cardId}
Path parameters
cardIdstring required
Pismo card ID
Response
Response for get password request
Example response
{
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"card_id": 6743052,
"correlation_id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"account_id": 6912345,
"pin": "7654",
"pan": "/5yGTkBSoqGY+Ug5yJuHUSGk54VRMNoY0G5Ni2HSa64="
}