Adyen · JSON Structure

Terminal Display Request Structure

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

Type: object Properties: 1 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

DisplayOutput

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