v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCards on file
Get card on file
Get card on file
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
get/cardsonfile/v2/cardsonfile/cards/{cardid}
Path parameters
cardidstring required
Card ID
Headers
Authorizationstring required
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in an <b>Unauthorized</b> message.
Response
Example response
[
{
"pan": "4556360876754431",
"expiration_date": "0228",
"printed_name": "Beverly Hills",
"acquirer": "38847",
"verified": false,
"card_status": "ACTIVE",
"pismo_card_id": 123,
"custom_id": 123456,
"program_id": 1234567,
"last_4_digits": "4431",
"first_6_digits": "455636",
"creation_date": "2022-05-20T11:40:22.287Z",
"card_name": "Primary card",
"document_number": "72437914099",
"card_profile": "profile 01",
"default_card": true,
"issuer_card": false,
"network": "VISA",
"metadata": "{ \"address\": \"st main 01, center, nashville - FA\" }"
}
]