---
title: "Get PAN & CVV (PCI-DSS)"
method: GET
path: "/card-details/{cardId}"
tags: ["Card Sensitive Data"]
---

# Get PAN & CVV (PCI-DSS)

`GET /card-details/{cardId}`

This endpoint is only available for **PCI-DSS certified companies**. They can use this endpoint to retrieve the (encrypted) PAN and CVV of a card.

**A dedicated host URL `pci-api.getpliant.com` is used for this endpoint!** Please refer to the [documentation](/docs/api-pliant-pci-dss-certified) for more information.

## Path parameters

- `cardId` string, uuid, required

## Response `200`

Ok

- object
  - `id` string, uuid — The Pliant internal ID of the card.
  - `pan` string — The PAN (Primary Account Number) of the card, also known as the credit card number.
  - `cvv` string — The CVV (Card Verification Value) of the card, also known as the card security code.
  - `expiryMonth` integer — The expiry month of the card.
  - `expiryYear` integer — The expiry year of the card.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
