Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple endpoints for stripe connect #144

Open
simonsapiel opened this issue Dec 2, 2021 · 1 comment
Open

multiple endpoints for stripe connect #144

simonsapiel opened this issue Dec 2, 2021 · 1 comment

Comments

@simonsapiel
Copy link

Is there currently support for adding multiple endpoints? It seems that for stripe connect you would need

/webhook
/webhook/connect/

both according to the docs https://stripe.com/docs/connect/webhooks

@danielricecodes
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants