---
title: "Show Card PAN"
method: POST
path: "/cards/{cardId}/reveal"
tags: ["Card", "Swipe"]
---

# Show Card PAN

`POST /cards/{cardId}/reveal`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Return card PAN

- object
  - `data` object
    - `pan` string, required
    - `cvv` string, required
    - `expiryDate` string, required

## Other responses

- `400` — Unsafe Access
- `404` — Card not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
