Skip to main content
We send a webhook for each event listed below. Every active webhook in your account receives every event; we don’t support per-event subscriptions yet.

Event payloads

Event payloads follow the Event resource schema. The name field matches the event type in the table, and resource identifies the resource that changed. As of now, events do not carry any data in the data field. It is always an empty object. To get the latest state, fetch the resource using resource.id and resource.resource_type (for example, call Retrieve order when resource_type is order).

Event types