Event model
Webhook notifications are HTTP POST requests sent to a subscriber endpoint you configure. Each notification includes:- Subscription and notification identifiers—Use them to correlate events and detect duplicates (the same notification can be retried).
- Event type—For example,
transactions.inbound, so you know what kind of state change occurred. - Payload—The resource that changed (for example, transaction object with status, amounts, addresses).