Adyen · JSON Structure

Terminal Poi Software Structure

POISoftware schema from Adyen API

Type: object Properties: 4 Required: 4
PaymentsFinancial ServicesFintech

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

Properties

ManufacturerID ApplicationName SoftwareVersion CertificationCode

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-software-structure.json",
  "description": "POISoftware schema from Adyen API",
  "type": "object",
  "properties": {
    "ManufacturerID": {
      "type": "string",
      "pattern": "^.+$"
    },
    "ApplicationName": {
      "type": "string",
      "pattern": "^.+$"
    },
    "SoftwareVersion": {
      "type": "string",
      "pattern": "^.+$"
    },
    "CertificationCode": {
      "type": "string",
      "pattern": "^.+$"
    }
  },
  "required": [
    "ManufacturerID",
    "ApplicationName",
    "SoftwareVersion",
    "CertificationCode"
  ],
  "name": "POISoftware"
}