stripe-sync-engine
stripe-sync-engine copied to clipboard
Support stripe connect webhooks
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_SECRETis 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.