#thedesignnomad
1 messages · Page 1 of 1 (latest)
No, there's no way to disable that - you'd have to implement the logic to prevent allowing those updates to go through yourself
Thanks for the quick response! Does this mean we probably shouldn't be using the pricing table?
The pricing table is just for subscription creation so it should be fine (you can't update existing subscriptions through it)
Oh we had not realised that you can't update existing subscriptions with it, thanks!!!
How would you recommend we allow users to modify their plan?
You'll either need to build that UI yourself on your own site, or you can look into using the Stripe-hosted customer portal https://stripe.com/docs/customer-management
Brilliant, thank you so much, this was very helpful! Have a nice day 🙂