v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBVisa Click to Pay
Get Visa CTP customer cards status
Returns customer's cards statuses (active or inactive) in the Visa Click to Pay service.
Notes:
-
This endpoint takes 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/v1/clicktopay/visa/data
Headers
x-tenantstring required
Pismo organization/tenant ID
x-customer-idinteger required
Customer ID
x-owner-bidstring required
Owner business ID. Identifies the issuing entity creating or managing enrollment in Click to Pay.
x-cidstring
Request correlation ID used for tracking on Pismo platform.
Response
ok
Example response
{
"customer_id": 10203040,
"cards_status": [
{
"card_id": 6743052,
"status": "ACTIVE"
}
]
}