Most Tyro Connect APIs publish notification events as things happen — an order arriving, a booking changing status. Which channel you use to receive them depends on your integration.
Which notification channel you use depends on the type of infrastructure you have deployed:
- POS Cloud Connection notifications are delivered via webhooks
- POS Instance Connection notifications are delivered via websockets
Each API that publishes events defines its own set of event types — you'll find them in that API's Notification Events section in the API Explorer. Not every API has one: some, like Refunds and Reporting, are request/response only and don't publish events at all.