Identify the operation
Associate each event with the stable object identifier in the API contract.
Webhooks
Use financial events to keep your own system informed. Plan for verification, repeat delivery and reconciliation against the underlying operation.
Concept documentation. Request the versioned production specification before implementation.
Associate each event with the stable object identifier in the API contract.
Implement the authentication or signature-verification method specified for webhook delivery. No header names or signing algorithm are defined on this page.
Use the documented event identifiers and replay semantics to prevent duplicate effects in your system.
The production specification must define event types, ordering, acknowledgements, retries and replay. Do not assume delivery order or an exactly-once guarantee from this overview.
Distinguish an operation that is still processing from its final outcome.
Follow the documented retry and replay behavior after an interruption.
Check your records against the source operation when an event is missing, delayed or unexpected.