Modify an existing webhook subscription’s endpoint URL, event types, or description
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 failsactive
, inactive
.active
: Webhook events will be sent to the endpoint URLinactive
: Webhook events will not be sent, but the subscription is preservedinactive
is useful for temporarily disabling webhooks without deleting them.