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

Support stripe connect webhooks #43

Open
ak4zh opened this issue Feb 4, 2022 · 0 comments
Open

Support stripe connect webhooks #43

ak4zh opened this issue Feb 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ak4zh
Copy link

ak4zh commented Feb 4, 2022

Feature request

As per the stripe docs Connect webhooks the recommended way to use connect webhooks is by creating two webhook endpoints. First one /webhook for own account events and second one /webhook/connect for connected accounts events by setting the connect parameter to true.

Is your feature request related to a problem? Please describe.

  • The webhook secret will be different for own account webhook and connect account webhook, currently only STRIPE_WEBHOOK_SECRET is accepted as env.

A clear and concise description of what you want and what your use case is.

Describe the solution you'd like

A new endpoint as /webhook/connect to receive webhook events for connected accounts.

@ak4zh ak4zh added the enhancement New feature or request label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant