#mattnenterprise-webhook-server-errors
1 messages · Page 1 of 1 (latest)
Hello 👋
Give me a moment to catch up here, thanks 🙂
You could retrieve events that failed the delivery to reconcile data server side
https://stripe.com/docs/api/events/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Are events guaranteed to be created ?
The docs I referenced don't mention anything about event creation, just that webhooks might nor might not fire.
can you link the source? Want to make sure I have the full context
I don't see anything explicitly mentioning that webhooks might nor might not fire.
Are you looking at the paragraph that mentions incident remediation?
we’ll try to fire webhooks for any new objects created as part of Stripe’s reconciliation
Is the specific text from that. The word "try" makes me think that they might or might not be fire.