Adyen · Schema

InputResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
Device object
InfoQualify object
Response object
Input object
View JSON Schema on GitHub

JSON Schema

adyen-inputresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InputResult",
  "title": "InputResult",
  "type": "object",
  "properties": {
    "Device": {
      "$ref": "#/components/schemas/Device"
    },
    "InfoQualify": {
      "$ref": "#/components/schemas/InfoQualify"
    },
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "Input": {
      "$ref": "#/components/schemas/Input"
    }
  },
  "required": [
    "Device",
    "InfoQualify",
    "Response"
  ]
}