#S60-Cosminacho

1 messages ยท Page 1 of 1 (latest)

rapid parrotBOT
oak lily
#

๐Ÿ‘‹ happy to help

#

what do you mean by that

night torrent
#

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?

oak lily
#

yes you can actually resend an event

night torrent
#

based on on the the successful payment event, I am creating some accounts and sending invoices ๐Ÿ™‚

#

teach me master!

#

๐Ÿ˜„

night torrent
#

hmmmm....are you familiar with Make/Integroamt? How could I do this more exactly?

I have a webhook

#

I also have the client.

oak lily
#

Make/Integroamt ?

#

I don't really follow

night torrent
#

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

oak lily
#

you need to find your webhook endpoint id

#

and once you have that

night torrent
#

I have this

#

it's this one

oak lily
#

you would have to use the Stripe CLI and use stripe events resend <event_id> --webhook-endpoint=we_123456

oak lily
night torrent
#

stripe CLI....not familiar with this

oak lily
#

you need to find that on your Stripe Dashboard

night torrent
#

this ?

#

can I do this online? or i really need to instal CLI online

oak lily
#

This is the Stripe shell

#

yes you could use that as well

night torrent
#

sorry, if I really put a lot of stupid question.

I need a bit of handholding until I get the ideea ๐Ÿ™‚

oak lily
#

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

night torrent
#

I see ๐Ÿ™‚

#

just a sc

#

got that ! ๐Ÿ˜„

#

we_1Ll5nqBUHziHdjOsocQBHjw0

and now ? how would the comand line look like ?: )

oak lily
#

stripe events resend <event_id> --webhook-endpoint=we_1Ll5nqBUHziHdjOsocQBHjw0

night torrent
#

evt_3Lnc5OBUHziHdjOs070Vzbw2

oak lily
#

you would replace the <event_id>

#

with the event you want

night torrent
#

stripe events resend evt_3Lnc5OBUHziHdjOs070Vzbw2 --webhook-endpoint=we_1Ll5nqBUHziHdjOsocQBHjw0

#

like this ?

oak lily
#

yes

night torrent
#

and this should trigger the event again yea?:D

#

stripe command not found: events resend

oak lily
#

then you'd have to download the CLI and install it locally

night torrent
#

So for windows which one would be ?

#

here it says that I need a tar.gz file

oak lily
#

the one with windows_x86_64

#

yes there's a mistake in that doc thanks for pointing it out

night torrent
#

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

oak lily
#

you should run it from a command line

#

not double click on it

night torrent
#

as in command promt right?:D

oak lily
#

yes sorry

night torrent
#

for the first time in my life I feel like a coder

#

hahahah

#

@oak lily are you still with me ?