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
The unique card identifier
Headers
A valid session ID for authentication and security. This ensures that sensitive card data is only accessed during an active, authenticated session.
Response
Indicates whether the call was successful
The full card number (PCI-sensitive data)
The card CVV/CVC code
Card expiration month (MM)
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