#Fredrik-subscriptions
1 messages · Page 1 of 1 (latest)
sure, you should be able to do that using Connect essentially
https://stripe.com/docs/connect/subscriptions has some specific details but overall I'd suggest reading up on Connect itself as it's how you manage multiple Stripe accounts and call the API on their behalf
All right! So if I understand this correct, the easiest way to handle this would be to setup a Stripe account for each individual business, where the plans for the business are managed, and then manage all of these Stripe accounts from one "master-account" using the Connect feature?
yes, that is generally how this is done! You can make API calls on the platform('master') account to manage objects/subscriptions on other accounts