Webhooks allow you to receive notifications of events that occurred on our
platform. These notifications are delivered to an HTTPS endpoint
of your choice.
We support multiple webhook URLs per instance. Webhooks can be configured
by administrators by heading to Settings -> Manage Integrations ->
Webhook subscriptions. For each subscription, it’s possible to listen to
the events for all merchant accounts in an instance, or to the events for one
merchant account.
Multiple subscriptions
If you configure multiple subscriptions pointing to different URLs, each subscription will receive its own webhook deliveries.
Retries are subscription-specific
If a webhook delivery fails, it will only be retried for the subscription that encountered the failure — even if other subscriptions (pointing to the same or different URLs) succeed.