Adyen · JSON Structure

Terminal Input Request Structure

It conveys data to display and the way to process the display, and contains the complete content to display. In addition to the display on the Input Device, it might contain an operation (the DisplayOutput element) per Display Device type. Content of the Input Request message.

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

InputRequest 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

DisplayOutput InputData

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-request-structure.json",
  "description": "It conveys data to display and the way to process the display, and contains the complete content to display. In addition to the display on the Input Device, it might contain an operation (the DisplayOutput element) per Display Device type. Content of the Input Request message.",
  "type": "object",
  "properties": {
    "DisplayOutput": {
      "$ref": "#/components/schemas/DisplayOutput"
    },
    "InputData": {
      "$ref": "#/components/schemas/InputData"
    }
  },
  "required": [
    "InputData"
  ],
  "name": "InputRequest"
}