---
title: "Get Visa CTP customer cards status"
method: GET
path: "/v1/clicktopay/visa/data"
tags: ["Visa Click to Pay"]
---

# Get Visa CTP customer cards status

`GET /v1/clicktopay/visa/data`

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.

## Headers

- `x-tenant` string, required
- `x-customer-id` integer, required
- `x-owner-bid` string, required
- `x-cid` string

## Response `200`

ok

- ClickToPayGetCustomerCardStatusResponse
  - `customer_id` number — Pismo customer ID.
  - `cards_status` object[]
    - `card_id` integer — Enrolled card ID
    - `status` 'ACTIVE' | 'DISABLED' — Manage Consumer Status

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
