Skip to main content
WEBHOOK
order.timeout
{
  "event": "order.timeout",
  "order": {
    "uid": "<string>",
    "token": "<string>",
    "confirmation": {
      "confirmed": true,
      "timeout": true
    }
  }
}

Authorizations

X-Xmenu-Signature
string
header
required

HMAC-SHA256 signature of the payload, calculated using the restaurant's Webhook Secret. See the Webhook Security documentation for validation details.

Body

application/json
event
enum<string>
required

Event type identifier

Available options:
order.timeout
order
object
required

Reduced order object for timeout event

Response

200

Return a 200 status to indicate that the webhook was received successfully