{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-message-reference-schema.json", "title": "MessageReference", "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." } } }