Skip to main content
The Card object contains the credit or debit card information needed to process a payment.

Properties

FieldTypeRequiredDescription
numberstringCard number (PAN), digits only
holderNamestringName printed on the card
cvvstringCard verification value (3-4 digits)
expiryMonthstringExpiration month (01-12)
expiryYearstringExpiration year (4 digits)
brandstringCard brand (e.g., “VISA”, “MASTERCARD”, “AMEX”)

Security Notes

Never store card details - Always use tokenization for recurring payments. Card data should only be used for immediate processing.
  • Card numbers should be transmitted securely over HTTPS
  • CVV should never be stored after processing
  • Consider using our tokenization features for recurring payments