Best practices for changing a Stripe subscription

How does everyone handle changes in subscription prices w/ Stripe? There were some other threads that didn’t solve the problem other than to create a new subscription and replace the old ID in the Stripe plugin. That solution will work for new users but what about users who are grandfathered into a higher price and need to be switched over to a new, lower one?

Have you checked the documentation already?

@dorilama I have but was unsure how to use it in the context of Bubble.

You can use it with the API connector following stripe’s documentation.

Thanks @dorilama, will give it a try.