#Kekox123 - payout event

1 messages · Page 1 of 1 (latest)

forest citrus
#

Hello, can you send me the event ID (evt_123) of the event from your second screenshot?

golden sorrel
#

Sure

#

evt_1LTVxj4DcunwmrWBzQp7eMcT

#

This is on test mode, sorry I forgot to mention it

forest citrus
#

Thank you for the info

#

So it looks like what you are running in to is that there are two different kinds of webhook endpoints here

#

Account endpoints and connected account endpoints

#

Your platform only has account endpoints at the moment and those will only receive events for things that happen directly on the platform account itself

#

To get events like payout.paid on that connected account, you will need to create a connected account webhook on the platform that listens to payout.paid

golden sorrel
#

Ohhhh I see

#

that makes sense

#

QQ, so if I'm running a local enviroment, and I use stripe listen --forward-to http://localhost:5001/.... In that cases all the events (account and connected account) will be launched right?

#

That command will forward all the events regarding of the type, correct?

forest citrus
golden sorrel
#

Oh thats cool!

#

thank you for all guidance!

#

Have a nice weekend!