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 physical or the virtual card. Possible values: **visa**, **mc**.
brandVariant string The brand variant of the physical or the virtual card. For example, **visadebit** or **mcprepaid**. >Reach out to your Adyen contact to get the values relevant for your integration.
cardholderName string The name of the cardholder. Maximum length: 26 characters.
configuration object Settings required when creating a physical or a virtual 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.
threeDSecure string Allocates a specific product range for either a physical or a virtual card. Possible values: **fullySupported**, **secureCorporate**. >Reach out to your Adyen contact to get the values relevant for yo
View JSON Schema on GitHub