---
title: "Get the PAN of a payment instrument"
method: GET
path: "/paymentInstruments/{id}/reveal"
tags: ["Payment instruments"]
---

# Get the PAN of a payment instrument

`GET /paymentInstruments/{id}/reveal`

Returns the primary account number (PAN) of a payment instrument.

To make this request, your API credential must have the following [role](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service#api-permissions):

* Balance Platform BCL PCI role

## Path parameters

- `id` string, required

## Response `200`

OK - the request has succeeded.

- PaymentInstrumentRevealInfo
  - `cvc` string, required — The CVC2 value of the card.
  - `expiration` Expiry, required
    - `month` string — The month in which the card will expire.
    - `year` string — The year in which the card will expire.
  - `pan` string, required — The primary account number (PAN) of the card.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## Changes

- **2024-01-16** (v2) `24691235e721` — 1 info
  - the endpoint scheme security `clientKey` was added to the API
- **2023-11-14** (v2) `12a0c6036e6b` — 10 warning
  - removed the optional property `response/paths` from the response with the `400` status
  - removed the optional property `response/paths` from the response with the `401` status
  - removed the optional property `response/paths` from the response with the `403` status
  - removed the optional property `response/paths` from the response with the `422` status
  - …6 more

[Change history](https://skmtc.dev/adyen/apis/balanceplatformservice/changes/paymentInstruments/:id/reveal/get.md)

---

[API](https://skmtc.dev/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.dev/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
