Card Management
Get Card Secrets
This endpoint retrieves sensitive card details including the full card number and CVV (requires session ID for security)
GET
Params
string
required
The unique card identifier
Headers
string
required
A valid session ID for authentication and security. This ensures that sensitive card data is only accessed during an active, authenticated session.
Response
boolean
Indicates whether the call was successful
string
The full card number (PCI-sensitive data)
string
The card CVV/CVC code
string
Card expiration month (MM)
string
Card expiration year (YYYY)
Error Responses
Security Note
This endpoint returns highly sensitive cardholder data. Ensure that:- You have a valid, active session
- All communication is over HTTPS
- The data is handled in a PCI-compliant manner
- Session IDs are properly managed and expire appropriately