Notification Events

The following event types are sent by the menu management API.

Event must support Description
MENU_READY Yes Triggered when the new menu is ready

MENU READY Sample Event

Copy
Copied
{
  "type": "MENU_READY",
  "data": {
    "uri": "https://api.tyro.com/connect/menus/tc-examplelocation-2000/app/published",
    "resource": "menu"
  }
}
Registering Webhooks

For information on how to register for webhooks and how to interpret the webhook message. Documentation can be found here: Webhooks

Copyright © Tyro Payments 2019-2024. All right reserved.