Adyen · Schema

Card

Card schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
authentication object Contains the card user's password and mobile phone number. This is required when you issue cards that can be used to make online payments within the EEA and the UK, or can be added to digital wallets.
bin string The bank identification number (BIN) of the card number.
brand string The brand of the payment instrument. Possible values: **visa**, **mc**.
brandVariant string The brand variant of the payment instrument. >Contact your Adyen Implementation Manager to get the values that are relevant to your integration. Examples: **visadebit**, **mcprepaid**.
cardholderName string The name of the cardholder. Maximum length: 26 characters.
configuration object Settings required when creating a physical card. Reach out to your Adyen contact to get the values that you can send in this object.
cvc string The CVC2 value of the card. > The CVC2 is not sent by default. This is only returned in the `POST` response for single-use virtual cards.
deliveryContact object The delivery contact (name and address) for physical card delivery.
expiration object The expiration date of the card.
formFactor string The form factor of the card. Possible values: **virtual**, **physical**.
lastFour string Last last four digits of the card number.
number string The primary account number (PAN) of the card. > The PAN is masked by default and returned only for single-use virtual cards.
View JSON Schema on GitHub