Adyen · JSON Structure

Payments Response Additional Data3 D Secure Structure

ResponseAdditionalData3DSecure schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

ResponseAdditionalData3DSecure is a JSON Structure definition published by Adyen, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cardHolderInfo cavv cavvAlgorithm scaExemptionRequested threeds2.cardEnrolled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/payments-response-additional-data3-d-secure-structure.json",
  "description": "ResponseAdditionalData3DSecure schema from Adyen API",
  "type": "object",
  "properties": {
    "cardHolderInfo": {
      "description": "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
      "type": "string"
    },
    "cavv": {
      "description": "The Cardholder Authentication Verification Value (CAVV) for the 3D Secure authentication session, as a Base64-encoded 20-byte array.",
      "type": "string"
    },
    "cavvAlgorithm": {
      "description": "The CAVV algorithm used.",
      "type": "string"
    },
    "scaExemptionRequested": {
      "description": "Shows the [exemption type](https://docs.adyen.com/payments-fundamentals/psd2-sca-compliance-and-implementation-guide#specifypreferenceinyourapirequest) that Adyen requested for the payment.\n\n Possible values:\n* **lowValue** \n* **secureCorporate** \n* **trustedBeneficiary** \n* **transactionRiskAnalysis** ",
      "type": "string"
    },
    "threeds2.cardEnrolled": {
      "description": "Indicates whether a card is enrolled for 3D Secure 2.",
      "type": "boolean"
    }
  },
  "name": "ResponseAdditionalData3DSecure"
}