Adyen · JSON Structure

Terminal Diagnosis Request Structure

It conveys Information related to the target POI for which the diagnosis is requested. Content of the Diagnosis Request message.

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

POIID HostDiagnosisFlag AcquirerID

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-request-structure.json",
  "description": "It conveys Information related to the target POI for which the diagnosis is requested. Content of the Diagnosis Request message.",
  "type": "object",
  "properties": {
    "POIID": {
      "type": "string",
      "pattern": "^.+$",
      "description": "MessageHeader.POIID."
    },
    "HostDiagnosisFlag": {
      "type": "boolean",
      "default": false,
      "description": "Indicates if Host Diagnosis are required."
    },
    "AcquirerID": {
      "type": "array",
      "items": {
        "type": "int32",
        "description": "Present if requesting the diagnosis of these hosts only."
      }
    }
  },
  "name": "DiagnosisRequest"
}