Webhooks Events

Whenever a status change occurs for a booking for a specific location, Tyro Connect notifies you via the webhook.

The types of booking events are:

Booking Event Description
BOOKING_CREATED POS indicated that a new walk-in booking has been created
BOOKING_UPDATED POS indicated that an existing booking has been updated
BOOKING_SEATED POS indicated that the customer connected to the booking has been seated.
BOOKING_DINING POS indicated that the customer connected to the booking has started dining.
BOOKING_CLOSING POS indicated that the customer connected to the booking is close to finishing their meal.
BOOKING_FINALISED POS indicated that the booking has been finalised.

Sample Event

Copy
Copied
{
  "type": "BOOKING_SEATED",
  "data": {
    "id": "2688fcf2-44dd-4c72-88ac-79d0910f2983",
    "uri": "https://api.tyro.com/connect/bookings/2688fcf2-44dd-4c72-88ac-79d0910f2983",
    "resource": "booking"
  }
}
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.