Adyen · Schema

ThreeDS2ResultResponse

ThreeDS2ResultResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
threeDS2Result object The result of the 3D Secure 2 authentication.
View JSON Schema on GitHub

JSON Schema

payments-three-ds2-result-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payments-three-ds2-result-response-schema.json",
  "title": "ThreeDS2ResultResponse",
  "description": "ThreeDS2ResultResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "threeDS2Result": {
      "description": "The result of the 3D Secure 2 authentication.",
      "$ref": "#/components/schemas/ThreeDS2Result"
    }
  }
}