Create a new webhook subscription to receive real-time event notifications
X-Ivy-Api-Key
header.checkout_session.completed
- When a checkout session is successfully completedcheckout_session.expired
- When a checkout session expirespayout.paid
- When a payout is successfully processedpayout.failed
- When a payout failsrefund.succeeded
- When a refund is successfully processedrefund.failed
- When a refund failswebhook_signing_secret
that you’ll need to verify webhook signatures. Store this securely and never expose it in client-side code.X-Ivy-Signature
header that you can verify using the webhook signing secret to ensure the request is coming from Ivy.