---
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.

---

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