The CardResponse object contains the card information returned in payment responses. Sensitive data is masked or represented as flags for security.
Properties
Security Notes
Sensitive Data Protection - The CardResponse object is designed to return only non-sensitive card information for security purposes.
- BIN Information: Only the Bank Identification Number is returned, not the full card number
- CVV Status: The
cvvPresentDuringAttempt flag indicates whether CVV was provided without exposing the actual value
- Data Masking: All sensitive card data is masked or excluded from responses
- PCI Compliance: This response format helps maintain PCI DSS compliance by avoiding storage of sensitive card data
Examples
Visa Card Response
Mastercard Response
Amex Response