v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Card Sensitive Data

Get PAN & CVV (PCI-DSS)

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 for more information.

get/card-details/{cardId}

Path parameters

cardIdstring uuid required

The Pliant card id (UUIDv4) of the card for which the PAN and CVV are requested.

Response

Ok

idstring uuid

The Pliant internal ID of the card.

panstring

The PAN (Primary Account Number) of the card, also known as the credit card number.

cvvstring

The CVV (Card Verification Value) of the card, also known as the card security code.

expiryMonthinteger

The expiry month of the card.

expiryYearinteger

The expiry year of the card.