#Merino
1 messages · Page 1 of 1 (latest)
Hi there 👋 how can we help?
Hey two-shoes how are you?
Doing okay! Hope you're well
I'm fine thanks, well I wanted to understand this phrase at stripe docs "Known limitations of the customer portal" section
If subscriptions use any of the following, customers can only cancel them in the portal (they can’t update such subscriptions):
- Multiple products
- Usage-based billing
What exactly means "can't update such subscriptions" ?
The link of the article in question
That essentially means that you cannot have Subscriptions with multiple products if you intend to use the Customer Portal for modifying the subscription. Your customers can cancel them, but they won't be able to do things like upgrade/downgrade or change quantity. Same goes for usage-based subscriptions.
So if my subscription scheme is usage-based, with a threshold of N uses per period
My users can't rely on Stripe's Customer Portal to get more use credits, not even upgrade the subscription they have?
Correct. That's a limitation of the portal right now
I see this happens even if the portal is integrated on my webpage?
Correct. You will need to build your own customer portal for doing things like updating usage or upgrading a usage-based subscription
Then I update said subscription via API
And Stripe will understand it without conflict?
Yup! You would just use the API to manage the Subscription on the back-end.