Reveal card PAN (encrypted)
Cards
Reveal card PAN (encrypted)
Returns RSA-encrypted card PAN, CVV, and expiry. Requires partner RSA public key to be configured. Your organization must be PCI DSS compliant to use this endpoint.
GET
Reveal card PAN (encrypted)
Authorizations
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Path Parameters
Card ID
Example:
"card_def456"
Response
Encrypted card details
Base64-encoded RSA-encrypted JSON containing cardNumber, cvv, expiryDate
Example:
"base64-encoded-encrypted-data..."