# Sensitive Card Details

Wise is a PCI DSS compliant provider and stores all card data securely. The scope for PCI compliance depends on your use case and will impact how you integrate. For all sensitive card details endpoints, follow the [detailed guide](/guides/product/issue-cards/sensitive-card-details).
**Key capabilities:**
- Access sensitive card data (PAN, CVV, PIN) via encrypted JWE payloads

**Related operations:**
- For card management (list, status, permissions), see the [Cards API](/api-reference/legacy/card)
- For ordering new cards, see the [Card Orders API](/api-reference/legacy/card-order)
- For transaction history, see the [Card Transaction API](/api-reference/legacy/card-transaction)

 - [GET /twcard-data/v1/clientSideEncryption/fetchEncryptingKey](https://docs.wise.com/api-reference/legacy/card-sensitive-details/cardencryptionkeyget.md): Fetches Wise's RSA public key required for encrypting sensitive card data requests. This key is used in the [sensitive card details flow](/guides/product/issue-cards/sensitive-card-details) to create
 - [POST /twcard-data/v1/sensitive-card-data/details](https://docs.wise.com/api-reference/legacy/card-sensitive-details/cardsensitivedetailsget.md): Fetches the card's Primary Account Number (PAN), security code (CVV2), expiry date, and cardholder name. Requires an encrypted JWE payload for security. See the [sensitive card details guide](/guides/
 - [POST /twcard-data/v1/sensitive-card-data/pin](https://docs.wise.com/api-reference/legacy/card-sensitive-details/cardpinget.md): Fetches the card's PIN. Requires an encrypted JWE payload for security. See the [sensitive card details guide](/guides/product/issue-cards/sensitive-card-details) for implementation details. This endp
