#jeffin_code
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/1242883780910256139
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you give me one of the Event IDs (evt_) you expected to have failed delivery so I can take a look?
Hi, thank you for replying. Here is the event ID evt_1PJFT0RrqVkx1N63HGonDMpR
Looking...
You don't have any Webhook Endpoints set up on that account, so the Event was never sent anywhere, thus sending can't fail.
Note that Stripe CLI is for local testing only; it doesn't count as a Webhook Endpoint, thus failures via the CLI don't count.
Okay so to check the failed events I need a hosted endpoint for the webhook. Is that correct?
Yep, that's correct.
Thank you I will test with a hosted endpoint.