#Kekox123 - payout event
1 messages · Page 1 of 1 (latest)
Hello, can you send me the event ID (evt_123) of the event from your second screenshot?
Sure
evt_1LTVxj4DcunwmrWBzQp7eMcT
This is on test mode, sorry I forgot to mention it
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
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?
Yes, that should work. You can send them to a separate URL with --forward-connect-to but by default both should be sent to the same address https://stripe.com/docs/cli/listen#listen-forward-connect-to