You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been struggling with this, also. Currently, I have both Account and Connect endpoints going to /webhooks/stripe. Since EventFilters are set globally, there's no way for me - that I can see - to set EventFilters based on the stripe event type or whether its a "connect" or "Account" generated webhook.
If EventFilters could be applied more selectively, such as when using events.subscribe, or if I could delegate "connect" webhooks to one PORO, and "account" events to another PORO, that would really solve the dilemma.
If I find a solution I'll try to remember to update this Issue.
Is there currently support for adding multiple endpoints? It seems that for stripe connect you would need
both according to the docs https://stripe.com/docs/connect/webhooks
The text was updated successfully, but these errors were encountered: