Webhook Request Headers
Delivery Rules
- Webhooks are delivered via
POSTrequests to your configured public HTTPS endpoint on port 443. - Private network addresses and localhost are blocked to prevent SSRF vulnerabilities.
- Your server should return a
200 OKresponse status to acknowledge receipt.
Event Types
transaction.success: Triggered when a collection or payout is successfully completed.transaction.failed: Triggered when a transaction fails or is rejected.