latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
935b62e16de4
PCI
Get card info with encrypted PAN V3 [beta]
Get card information - card ID, account ID, customer ID - using a card's encrypted PAN (Primary Account Number). To set up encryption for this endpoint, contact your Pismo representative. Alternatively, to send the PAN as clear text, call the Get card info with PAN endpoint.
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
post/v3/pcicards/cards/search
Request body
Example request
{
"pan": "/5yGTkBSoqGY+Ug5yJuHUSGk54VRMNoY0G5Ni2HSa64=",
"iv": "ZZ3cUcotvQeaGciyLZb1wA==",
"key_id": "5c09cda4-8153-11ed-a1eb-0242ac120002"
}Response
Response for find card success
Example response
{
"account_id": 102378693,
"card_id": 6743052,
"customer_id": 4596098
}