---
title: "Get PAN & CVV (Proxy)"
method: POST
path: "/cards/{cardId}/tokenized-pan"
tags: ["Card Sensitive Data"]
---

# Get PAN & CVV (Proxy)

`POST /cards/{cardId}/tokenized-pan`

Fetch a tokenized PAN from our partner PCI-Proxy to process and use in your non-PCI compliant environment. **This only works in combination with our partner PCI-Proxy**. You find more details in our [guides section](/docs/sensitive-card-data-pci-proxy).

## Path parameters

- `cardId` string, uuid, required

## Request body

- object
  - `pciProxyApiKey` string, required — Your API key for using PCI-Proxy. You can find this in your PCI-Proxy dashboard.
  - `pciProxyMerchantId` string, required — The merchant id from PCI-Proxy you want to use. You can find this in your PCI-Proxy dashboard.

## Response `200`

Ok

- object
  - `cardId` string, uuid — The Pliant `cardId` of the card for which the tokenized PAN is requested.
  - `tokenizedPan` string — The tokenized PAN, which can be used in your non-PCI compliant environment. This for now only works with our partner PCI-Proxy.
  - `tokenizedCvv` string — The tokenized CVV, which can be used in your non-PCI compliant environment. This for now only works with our partner PCI-Proxy.

## 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)
