Adyen · JSON Structure

Terminal Diagnosis Response Structure

It conveys the result of the requested diagnosis and a possible message to display on a logical device. Content of the Diagnosis Response message.

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

Response LoggedSaleID POIStatus HostStatus

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-diagnosis-response-structure.json",
  "description": "It conveys the result of the requested diagnosis and a possible message to display on a logical device. Content of the Diagnosis Response message.",
  "type": "object",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "LoggedSaleID": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^.+$",
        "description": "If Sale Terminal logged to this POI Terminal."
      }
    },
    "POIStatus": {
      "$ref": "#/components/schemas/POIStatus"
    },
    "HostStatus": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/HostStatus"
      }
    }
  },
  "required": [
    "Response"
  ],
  "name": "DiagnosisResponse"
}