Skip to content
Last updated

Notification Events

New Order

When a new order is created by the App, we will trigger a notification via the integration that you have implemented. There are two events that can mean that the order has been created: ORDER_CREATED or ORDER_ACCEPTED. ORDER_ACCEPTED will be only sent if the merchant confirmed the order in the App (eg. on a provided tablet).

Update Order

The following event types can be sent to you when an order status is updated:

Order status eventApps must
support
Description
ORDER_CREATEDYesOrder has been created on the App
ORDER_ACCEPTEDNoOrder has been accepted by the merchant eg. on a tablet provided by the App
ORDER_CANCELLED_BY_MERCHANTNoOrder has been cancelled by the merchant.
ORDER_CANCELLED_BY_CUSTOMERNoOrder has been cancelled by the customer.
ORDER_FULFILLEDNoOrder has been fulfilled.