#eirikbakke
1 messages · Page 1 of 1 (latest)
This flow should just use the active price attached to their subscription
Are you seeing different behavior?
It uses the price that's attached to the customer's existing subscription, yes, but what if the price since increased? Currently the user can add new seats at the old price.
So if the price increases, you want the customer to have the previous seats still active at the old price but any new seats will use a new price?
Yes, that's my thinking. Though this would be a business decision.
Ideally it would be an option.
(An option to us as a Stripe developer, that is.)
Unfortunately I don't think that flow is supported via the customer portal. Since it's a Stripe hosted flow it's not the most customizable experience
I think it just supports changing quantity of the current active price
Let me double check though
Thank you!
Another question is whether there are plans in the future to let the Customer Portal support updates to quantities for subscriptions that mix multiple products.
(It's useful to know the limitations of the Customer Portal now so we know when/if we might need to implement these flows ourselves in the future.)
So I was right. The first use-case you asked about isn't supported
AFAIK updating subscriptions quantities for subs w/ multiple products isn't on the roadmap, but I can't say for sure
Several current limitations are listed here: https://stripe.com/docs/customer-management#customer-portal-limitations
OK, thank you!