Adds health alerts for when events fail to generateBreaking changes
What’s new
Adds the v2.core.health.event_generation_failure.resolved webhook event type. This event occurs when Stripe fails to generate events for your webhook endpoints and then resolves the issue.
Why is this a breaking change?
This public preview includes several breaking changes from the private preview:
- Replaces the
related_with the related_object hash, which containsobject_ id id,type, andurlproperties. This makes it easier to retrieve related objects. - Removes the
missing_property. If your integration depends on this value, remove that dependency.delivery_ attempts - Since livemode already exists at the top level of the Event object, this release removes the
livemodeproperty from the impact hash. Update how your integration reads the property.
- The context property replaces the
accountproperty. Update your integration to usecontextinstead ofaccount.
These changes ensure that the alert more consistently follows the standardized structure of other thin events and simplify reading the related object.
Impact
You can now subscribe to the v2. webhook event to receive notifications when Stripe resolves event generation issues for your webhook endpoints. You can use this to proactively monitor and troubleshoot webhook delivery problems.