Adyen · Schema

CardDetails

CardDetails schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
brand string Secondary brand of the card. For example: **plastix**, **hmclub**.
checkoutAttemptId string The checkout attempt identifier.
cupsecureplus.smscode string
cvc string The card verification code. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).
encryptedCardNumber string The encrypted card number.
encryptedExpiryMonth string The encrypted card expiry month.
encryptedExpiryYear string The encrypted card expiry year.
encryptedSecurityCode string The encrypted card verification code.
expiryMonth string The card expiry month. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).
expiryYear string The card expiry year. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).
fundingSource string The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to **debit**.
holderName string The name of the card holder.
networkPaymentReference string The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-network
number string The card number. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).
recurringDetailReference string This is the `recurringDetailReference` returned in the response when you created the token.
shopperNotificationReference string The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used only for recurring payments in India.
storedPaymentMethodId string This is the `recurringDetailReference` returned in the response when you created the token.
threeDS2SdkVersion string Required for mobile integrations. Version of the 3D Secure 2 mobile SDK.
type string Default payment method details. Common for scheme payment methods, and for simple payment method details.
View JSON Schema on GitHub