Order actions
Order confirmation
Confirms a pending order awaiting confirmation
POST
Confirm order
Authorizations
Restaurant API Key. Can be obtained from Tools > API Access in the xMenu dashboard.
Query Parameters
Unique order identifier (received via webhook notification)
Order token (received via webhook notification)
Response
Order confirmation response
Operation result: true if successful, false if failed
Error code if the operation failed. Possible values:
NOT_FOUND= Order not located in systemINVALID_TOKEN= Provided token doesn't match orderTIMEOUT= Countdown period expired
See Error codes for general error codes that may also occur.
Human-readable error description if the operation failed
Confirm order