#caze_docs
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/1226970581157544018
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ are you then updating the Subscription object so that it is using the new Price that you created?
https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#changing
I don't think so, will I need to go through every user subscription on that plan and change?
What if I deactivate the subcription plan? will I need to do the same?
Yes, you will need to update each Subscription that you want to move to the new Price.
Oh okay... I will see what I can do. I Thought that when a plan is archived the subscription is cancelled
Is there a way I can change the price value instead of needing to create a new one?
No, once a Price has been used, it's mostly locked and you're not able to update it.
So you think I did it the right way?
Now I just need to go through every subscription and update to the new plan
Yup
Any time!
Oh I forgot something
About this, If a subscription plan/price is archived, the user is still getting invoices about it? or it is cancelled, and my webhook deals with it?