#gruneth
1 messages ยท Page 1 of 1 (latest)
You can retrieve the event object that's failing to be sent: https://stripe.com/docs/api/events/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But to know why your endpoint is unreachable you need to check your server logs
No. If I need to restart my server because of updates or so and for a few minutes it is not reachable. It would be ideal if I can just retrive all webhooks that could not be delivered.
Oh yeah you can do that with this ;https://stripe.com/docs/api/events/list#list_events-delivery_success
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.