Skip to content
Last updated

Webhooks Events

Be notified of events on a sale via the webhook.

The types of sales events are:

Sale Data EventDescription
SALE_UPDATEDA sale is updated
SALE_CLOSEDA sale has been updated from OPEN to CLOSED
SALE_REOPENEDA sale has been been reopened and updated from CLOSED to OPEN

Sample Event

{
  "type": "SALE_UPDATED",
  "data": {
    "id": "2688fcf2-44dd-4c72-88ac-79d0910f2933",
    "uri": "https://api.tyro.com/connect/sales/2688fcf2-44dd-4c72-88ac-79d0910f2933",
    "resource": "sale"
  }
}
Registering webhooks

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