Adyen · JSON Structure

Payments Authentication Result Response Structure

AuthenticationResultResponse schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

threeDS1Result threeDS2Result

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-authentication-result-response-structure.json",
  "description": "AuthenticationResultResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "threeDS1Result": {
      "description": "The result of the 3D Secure authentication.",
      "$ref": "#/components/schemas/ThreeDS1Result"
    },
    "threeDS2Result": {
      "description": "The result of the 3D Secure 2 authentication.",
      "$ref": "#/components/schemas/ThreeDS2Result"
    }
  },
  "name": "AuthenticationResultResponse"
}