stripe/stripe-cli

Receive webhooks from multiple accounts (without Connect)

harvitronix opened this issue · 0 comments

Problem

Our organization has multiple Stripe accounts because we have multiple entities and bank accounts. When testing our implementation on local, depending on which region of our product we're testing, we send the requests to different Stripe accounts. Note that we aren't using Connect for this, they are distinct accounts, as described here: https://stripe.com/docs/payments/account/multiple-accounts

In order to test locally, we have to stripe login to each account each time we wish to test a different region/product in our platform.

Feature

Ideally, we would be able to login to all of our accounts, and receive webhooks from all of them and forward to the same endpoint locally.

Examples

N/A