Adyen · Schema

POISystemData

PaymentsFinancial ServicesFintech

Properties

Name Type Description
DateTime string
POISoftware object
POITerminalData object
POIStatus object
View JSON Schema on GitHub

JSON Schema

adyen-poisystemdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/POISystemData",
  "title": "POISystemData",
  "type": "object",
  "properties": {
    "DateTime": {
      "type": "string",
      "format": "date-time"
    },
    "POISoftware": {
      "$ref": "#/components/schemas/POISoftware"
    },
    "POITerminalData": {
      "$ref": "#/components/schemas/POITerminalData"
    },
    "POIStatus": {
      "$ref": "#/components/schemas/POIStatus"
    }
  },
  "required": [
    "DateTime",
    "POISoftware"
  ]
}