#cato_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1506156837634838528
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! I just want to acknowledge the question. I'm working on some other threads but will get to you as soon as I can.
I know Adyen has something like a 48 hour event delivery 'guarantee' in their dev environments, wondering if there's something similar going on here ๐
Thanks for waiting! There isn't such guarantee at Stripe. I'm looking into the object IDs you shared now ๐
evt_1TWsZOD4dBPP5DlHzEO2hUnn is not associated with req_JR5NrpUvKL6D7y. The event is actually associated with req_PnXLbbaONTb3KX, which was a request made on 2026-05-14 06:16:26 UTC, a few seconds before evt_1TWsZOD4dBPP5DlHzEO2hUnn was sent to 3 webhook endpoints
Can you see when the event was propagated?
There seems to be a very short window of retained events in the "events" explorer in the dashboard
Ah, so the event was sent to 3 webhook endpoints "a few seconds" after the request. Gotcha.
This event was created at 2026-05-14 06:16:29 UTC, I believe you need to check event deliveries under a specific webhook endpoint (e.g. we_1G717zDjx6zFnDgmQILdglJv) in order for it to display on Workbench in the Dashboard
Ok. Thanks ๐ I'll have to dig into aws eventbridge and see if something hickuped there, then.