Adyen · Schema

Card

Card schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
cvc string The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as: * CVV2/C
expiryMonth string The card expiry month. Format: 2 digits, zero-padded for single digits. For example: * 03 = March * 11 = November
expiryYear string The card expiry year. Format: 4 digits. For example: 2020
holderName string The name of the cardholder, as printed on the card.
issueNumber string The issue number of the card (for some UK debit cards only).
number string The card number (4-19 characters). Do not use any separators. When this value is returned in a response, only the last 4 digits of the card number are returned.
startMonth string The month component of the start date (for some UK debit cards only).
startYear string The year component of the start date (for some UK debit cards only).
View JSON Schema on GitHub