#rooter_webhooks

1 messages ¡ Page 1 of 1 (latest)

quick mauveBOT
#

👋 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.

frozen wraith
#

I see the charge.succeeded event for that payment intent was delivered to your endpoint successfully

#

This was the event id: evt_3QqnFpDQzp6p2Ds22B3xxA4g

dapper valve
#

I can see that the charge succeeded, I just don't see a webhook call for it. What am I missing?

frozen wraith
#

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

dapper valve
#

okay, thanks, I'll keep looking on our side then. Is there a way to retrigger the webhook?

frozen wraith
#

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

dapper valve
#

okay, that's fine thanks. You are great. Have a good one.

frozen wraith
#

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

dapper valve
#

stripe command not found: events resend

#

stripe events resend evt_3QqnFpDQzp6p2Ds22B3xxA4g --webhook-endpoint=we_1JDuWODQzp6p2Ds2vleHjIcW

frozen wraith
#

You might be using too old of a stripe cli version

#

Try upgrading to latest

dapper valve
#

I am using Stripe Shell in my browser

frozen wraith
#

Browser is read only

#

You can't run the resend command