Adyen · JSON Structure

Terminal Input Response Structure

It conveys the result of the input or the result of the outputs, parallel to the message request, except if response not required and absent. Content of the Input Response message.

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

OutputResult InputResult

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-response-structure.json",
  "description": "It conveys the result of the input or the result of the outputs, parallel to the message request, except if response not required and absent. Content of the Input Response message.",
  "type": "object",
  "properties": {
    "OutputResult": {
      "$ref": "#/components/schemas/OutputResult"
    },
    "InputResult": {
      "$ref": "#/components/schemas/InputResult"
    }
  },
  "required": [
    "InputResult"
  ],
  "name": "InputResponse"
}