-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
h-parker-higgins, Aeroxander, marvinmuenger, rokk4, magick93 and 5 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request