#S60-Cosminacho
1 messages ยท Page 1 of 1 (latest)
soo...I have a customer that completed a checkout
and I was watching events based on that checkout....but unfortunately , I encountered an error that stoped an automation that was supposed to follow after that event
and I would like to trigger that automation again
but with that event
does this make sense?
yes you can actually resend an event
based on on the the successful payment event, I am creating some accounts and sending invoices ๐
teach me master!
๐
hmmmm....are you familiar with Make/Integroamt? How could I do this more exactly?
I have a webhook
I also have the client.
it's all good , those are some no-code tools ๐
so, in the documentation here...it's nor super clear how I can actually send the request
you would have to use the Stripe CLI and use stripe events resend <event_id> --webhook-endpoint=we_123456
that's not the Stripe webhook endpoint id
stripe CLI....not familiar with this
you need to find that on your Stripe Dashboard
This is the Stripe shell
yes you could use that as well
for the webhook endpoint id you'd have to go to https://dashboard.stripe.com/webhooks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sorry, if I really put a lot of stupid question.
I need a bit of handholding until I get the ideea ๐
the one you shared earlier is the last one (based on the url)
so you need to click on it
and then copy the webhook endpoint id we_xxx
I see ๐
just a sc
got that ! ๐
we_1Ll5nqBUHziHdjOsocQBHjw0
and now ? how would the comand line look like ?: )
stripe events resend <event_id> --webhook-endpoint=we_1Ll5nqBUHziHdjOsocQBHjw0
evt_3Lnc5OBUHziHdjOs070Vzbw2
stripe events resend evt_3Lnc5OBUHziHdjOs070Vzbw2 --webhook-endpoint=we_1Ll5nqBUHziHdjOsocQBHjw0
like this ?
yes
and this should trigger the event again yea?:D
stripe command not found: events resend
then you'd have to download the CLI and install it locally
the one with windows_x86_64
yes there's a mistake in that doc thanks for pointing it out
sooo...sorry if this is really dumb...but I just runned the exe file and nothing happened XD
I see...i need command line after this
as in command promt right?:D
yes sorry