Adyen · Schema

InputResult

InputResult schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

terminal-input-result-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/terminal-input-result-schema.json",
  "title": "InputResult",
  "description": "InputResult schema from Adyen API",
  "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"
  ]
}