I have a Stripe account for a company selling subscriptions on two websites:
- on website A: subscription plans A1, A2, A3 (these are Products in Stripe parlance)
- on website B: subscription plans B1, B2 (also Products)
I would like to use the Customer Portal to allow the customers of both websites to manage their plan. I would like to show only show the respective plans on the portals created for each website.
Is it possible? How can I achieve this?
I see that we can provide a configuration built at runtime when creating a portal session, but I don't see how to specify the product set.