#some-random-customer-portal
1 messages · Page 1 of 1 (latest)
ok. thanks. that's unfortunate :/
An option that you have though, is to leverage multiple portal session configurations, and have one that does not allow updates.
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-default_allowed_updates
This would allow you to build flows where some Customers are allowed to make updates, and at other times can't. You could review the Customer's Subscriptions to determine which experience you should present them with.
ah that's kinda smart.
we already implemented the whole flow with the api ... but thought it might be easier to use the customer portal session for the upgrading/downgrading, too ...
but having multiple portal sessions could be a nice way to go
well .. not multiple portals, but customized portals (since we have the upgrade downgrade logic and price ids that should be choosable)
thanks!
Happy to help!