Adyen · Schema

ThreeDS2ResultResponse

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-threeds2resultresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThreeDS2ResultResponse",
  "title": "ThreeDS2ResultResponse",
  "properties": {
    "threeDS2Result": {
      "description": "The result of the 3D Secure 2 authentication.",
      "$ref": "#/components/schemas/ThreeDS2Result"
    }
  },
  "type": "object"
}