#Inclouds
1 messages · Page 1 of 1 (latest)
You should be able to get those events in test mode. However, you'll need a separate webhook endpoint (the connect endpoint) set up in order to receive them: https://stripe.com/docs/connect/webhooks
it is strange, because it worked on local environment with stripe cli webhooks setup.
i guess on local it just ignores the webhook type
You need this: https://stripe.com/docs/cli/listen#listen-forward-connect-to
Hm by default it says all events use the same url though
recommend trying with that param though to see if it helps