v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCards
Get non-PCI card information
Get card non-sensitive (non-PCI) information.
NOTE: This endpoint requires an account-specific access token - a token encoded with a Pismo account ID.
get/wallet/v1/cards/{cardId}
Path parameters
cardIdstring required
Pismo card ID
Headers
x-customer-idinteger required
Pismo customer ID
x-account-idinteger required
Pismo account ID
Response
Card information
Example response
{
"id": 6743052,
"hash": "WEPvOQuZvjfYEd0iBmr43bhWyOsylIsW95ebYrLD89App2iEq9IizP+8w73pxKQ4mI47EdhzYHF9RfXjrBOyug==",
"status": "ACTIVE",
"printed_name": "Sarah Toga",
"name": "Vacation card",
"type": "PLASTIC",
"bin": "87634277",
"brand": "Visa",
"template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B",
"program_id": 1010,
"issuing_date": "2019-07-03T17:23:18Z",
"transaction_limit": "500.00",
"expiration_date": "2023-02-09T15:29:04.000Z",
"last_4_digits": "5684",
"track_number": 1,
"reissued_card_id": 123456,
"password_tries": 1,
"abu_enabled": true,
"embossing_custom_field": "Tracking ID = 5859930",
"mode": "CREDIT",
"validity_period_hours": 240,
"valid_until": "2021-07-03T17:23:18Z",
"metadata": "{ \"key\": \"value\"}"
}