#surgical-connect-webhooks
1 messages · Page 1 of 1 (latest)
Hi 👋 this is not possible within the Stripe ecosystem, and you'll need to build this filtering on your end.
For Connect webhooks, there is an account parameter that identifies which connected account generated the event, and you can use that to filter/reroute the events as necessary.
https://stripe.com/docs/api/events/object#event_object-account
thank you!