#Abishek
1 messages · Page 1 of 1 (latest)
I am working on a multi-tenant app that identifies each tenant by a domain. A user registering on the app can have multiple domains under their account and each domain added will need to be assigned a subscription on stripe.
Can I do this?
Will the Stripe Billing Portal support it?
So for example, each domain under their account is a $10 per month. So if they have 3 domains, then that is $10*3 subscriptions billed monthly
Hi, you can have more than one subscription on a customer, yes. Are you seeing any issues?
no, i wanted to make sure that the billing portal also supports it, else I have to add that provision on the app itself instead of redirect the customer to the billing portal
Just reading the last sentence, if you're asking if you can just have one $30 payment for these separate subscriptions, then no. They would be billed separately.
i understand they will be billed separately as they are 3 different subscriptions, but my main questions is about support on the billing portal
if I redirect the customer to the billing portal, will they see 3 separate subscriptions that they can manage?
The billing portal is a subscription management tool, https://stripe.com/docs/customer-management. They can change their payment methods or change subscription after you are already subscribed.
right, so I did read through this and also saw the demo there. But the UI only shows one plan at a time. How would it work if the same customer had multiple subscriptions?
Does this customer have 3 current and active plans?
yes, that is what I asked if a customer can have 3 separate subscriptions.
domain A - Plan A
domain B - Plan A
domain C - Plan B
Each plan is based on the feature we offer on our app
does it make sense?
it should work, I recommend that you create more subscriptions for that customer
ok, let me give it a try. The stripe admin has the option to go to the billing portal of a customer right?
I'm unsure what you mean with this 'The stripe admin has the option to go to the billing portal of a customer right'?