v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPCI
Get card PCI information
Gets sensitive PCI (Payment Card Industry) card data.
Calling this endpoint could change the status of TEMPORARY cards. For more information, refer to Configuring temporary cards in the Cards management guide.
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
get/pcicards/v2/pcicards/info/{cardId}
Path parameters
cardIdstring required
Pismo card ID
Response
PCI sensitive card data response
Example response
{
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"card_id": 6743052,
"correlation_id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"account_id": 6912345,
"type": "PLASTIC",
"printed_name": "Sarah Toga",
"valid_until": "2021-07-03T17:23:18Z",
"expiration_date": "2803",
"card_number": "123456******7890",
"issuing_date": "2019-07-03T17:23:18Z",
"cvv": "564",
"cvv_rotation_interval_hours": 24
}