Adyen · JSON Structure

Terminal Message Reference Structure

To abort a transaction in progress or to request the status of a transaction from which no response has been received. It identifies the message header of the message request to abort or request the status. Identification of a previous POI transaction.

Type: object Properties: 5
PaymentsFinancial ServicesFintech

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

Properties

MessageCategory ServiceID DeviceID SaleID POIID

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-message-reference-structure.json",
  "description": "To abort a transaction in progress or to request the status of a transaction from which no response has been received.  It identifies the message header of the message request to abort or request the status. Identification of a previous POI transaction.",
  "type": "object",
  "properties": {
    "MessageCategory": {
      "$ref": "#/components/schemas/MessageCategory"
    },
    "ServiceID": {
      "type": "string",
      "pattern": "^.{1,10}$",
      "description": "Identification of a message pair, which processes a transaction."
    },
    "DeviceID": {
      "type": "string",
      "pattern": "^.{1,10}$",
      "description": "Identification of a device message pair."
    },
    "SaleID": {
      "type": "string",
      "pattern": "^.+$",
      "description": "default MessageHeader.SaleID."
    },
    "POIID": {
      "type": "string",
      "pattern": "^.+$",
      "description": "default MessageHeader.POIID."
    }
  },
  "name": "MessageReference"
}