Adyen · JSON Structure

Terminal Input Result Structure

InputResult schema from Adyen API

Type: object Properties: 4 Required: 3
PaymentsFinancial ServicesFintech

InputResult is a JSON Structure definition published by Adyen, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Device InfoQualify Response Input

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/terminal-input-result-structure.json",
  "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"
  ],
  "name": "InputResult"
}