#lamikam
1 messages · Page 1 of 1 (latest)
You need to connect within 10 seconds and respond within 20, if i recall
Can I use {{baseUrl}}/v1/events?delivery_success=false to get failed events?
OK thanks
We retry failed events: https://stripe.com/docs/webhooks/best-practices#retry-logic
thanks!
And yes you can query for events using the Events API: https://stripe.com/docs/api/events/list
Those with delivery_success=false are the ones you've failed to acknowledge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.