Adyen · Schema

OutputResult

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).

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
Device object
InfoQualify object
Response object
View JSON Schema on GitHub

JSON Schema

terminal-output-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-output-result-schema.json",
  "title": "OutputResult",
  "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"
  ]
}