Adyen · Schema

POIData

In the Message Response, identification of the POI transaction. Data related to the POI System.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
POITransactionID object
POIReconciliationID integer If Result is Success.
View JSON Schema on GitHub

JSON Schema

terminal-poi-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-poi-data-schema.json",
  "title": "POIData",
  "description": "In the Message Response, identification of the POI transaction. Data related to the POI System.",
  "type": "object",
  "properties": {
    "POITransactionID": {
      "$ref": "#/components/schemas/TransactionIDType"
    },
    "POIReconciliationID": {
      "type": "integer",
      "description": "If Result is Success."
    }
  },
  "required": [
    "POITransactionID"
  ]
}