Adyen · JSON Structure

Terminal Output Result Structure

In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).

Type: object Properties: 3 Required: 3
PaymentsFinancial ServicesFintech

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

Properties

Device InfoQualify Response

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-output-result-structure.json",
  "description": "In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).",
  "type": "object",
  "properties": {
    "Device": {
      "$ref": "#/components/schemas/Device"
    },
    "InfoQualify": {
      "$ref": "#/components/schemas/InfoQualify"
    },
    "Response": {
      "$ref": "#/components/schemas/Response"
    }
  },
  "required": [
    "Device",
    "InfoQualify",
    "Response"
  ],
  "name": "OutputResult"
}