Skip to content

Support stripe connect webhooks #43

@ak4zh

Description

@ak4zh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions