#momovsky_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225813833134899201
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ you'll need to update each Subscription that you want to change to be using your new Price/Product.
You should be able to archive your existing Product before completing that though.
So it will be OK if I just take all subscriptions that use an old product and assign them the new product via update subscription API (https://docs.stripe.com/api/subscriptions/update) ?
What will happen if there is a price difference between an old product and a new product? I want to start billing more from the next billing cycle, so the best way to do it is to just set proration_behavior='none' on API requests to modify the product?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'd recommend teesting this in testmode before making any changes in livemode. So you can ensure your changes work the way you're hoping first. Yes, if you don't want to charge your customers prorations for the change, then setting proration_behavior to none sounds like what you're after.
Thank you for your help.
Any time!