v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Card Sensitive Data

Get PAN & CVV (Proxy)

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.

post/cards/{cardId}/tokenized-pan

Path parameters

cardIdstring uuid required

The Pliant cardId of the card for which the tokenized PAN should be generated. You can obtain the cardId from the list card endpoint.

Request body

pciProxyApiKeystring required

Your API key for using PCI-Proxy. You can find this in your PCI-Proxy dashboard.

pciProxyMerchantIdstring required

The merchant id from PCI-Proxy you want to use. You can find this in your PCI-Proxy dashboard.

Response

Ok

cardIdstring uuid

The Pliant cardId of the card for which the tokenized PAN is requested.

tokenizedPanstring

The tokenized PAN, which can be used in your non-PCI compliant environment. This for now only works with our partner PCI-Proxy.

tokenizedCvvstring

The tokenized CVV, which can be used in your non-PCI compliant environment. This for now only works with our partner PCI-Proxy.