Webhooks help to get notified about events related to the Leatherback payment flow such as payments.
Webhooks are one way that a web application can send information to another application in real-time when a specific event happens.
Panel | ||
---|---|---|
| ||
When to Use Leatherback Webhooks |
You can use Leatherback Webhooks to configure and receive notifications when a specific event occurs outside your application landscape. for example a pending payment transitioning to successful state. When one of these events is triggered, we send an HTTP POST payload in JSON to the webhook's configured URL.
...