Adyen · JSON Structure

Terminal Poi System Data Structure

POISystemData schema from Adyen API

Type: object Properties: 4 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

DateTime POISoftware POITerminalData POIStatus

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-poi-system-data-structure.json",
  "description": "POISystemData schema from Adyen API",
  "type": "object",
  "properties": {
    "DateTime": {
      "type": "datetime"
    },
    "POISoftware": {
      "$ref": "#/components/schemas/POISoftware"
    },
    "POITerminalData": {
      "$ref": "#/components/schemas/POITerminalData"
    },
    "POIStatus": {
      "$ref": "#/components/schemas/POIStatus"
    }
  },
  "required": [
    "DateTime",
    "POISoftware"
  ],
  "name": "POISystemData"
}