#lamikam
1 messages · Page 1 of 1 (latest)
Hi, you can create a random webhook endpoint in your test mode like this: http://example.com/my/webhook/endpoint and will be able to get failed events. Then, you can use our List All Events API, https://stripe.com/docs/api/events/list#list_events-delivery_success and specify the delivery_success hash to get these failed events.
Alternatively, you can go to your Dashboard, https://dashboard.stripe.com/test/webhooks and click on a webhook endpoint to filter through the Failed events.
OK thanks I will try that. thank you!
that worked perfectly. thanks!