#rooter_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/1344333779875004427
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I see the charge.succeeded event for that payment intent was delivered to your endpoint successfully
This was the event id: evt_3QqnFpDQzp6p2Ds22B3xxA4g
I can see that the charge succeeded, I just don't see a webhook call for it. What am I missing?
You can't see it in the dashboard
The event is more than 15 days old
We only surface webhook conversations within 15 days there
But I checked the logs and it was delivered
okay, thanks, I'll keep looking on our side then. Is there a way to retrigger the webhook?
Yeah you should be able to do it from the dashboard
I think there's a button there. Let me check
Oh you can only do it up to 15 days after creation darn
You can still do it via the cli though
okay, that's fine thanks. You are great. Have a good one.
stripe events resend <event_id> --webhook-endpoint=<endpoint_id>
Same to you!
You'll need to use your live key though since that's a live event
stripe command not found: events resend
stripe events resend evt_3QqnFpDQzp6p2Ds22B3xxA4g --webhook-endpoint=we_1JDuWODQzp6p2Ds2vleHjIcW
I am using Stripe Shell in my browser