#_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/1220274182353326123
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Is it about updating an existing subscription by changing its price? https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
Main problem is not about this but i think this one also need. Thank you.
For detail problem.
Our existing price is set by US dollar but we want to add EUR currency option for using diverse payment method options regarding EU countries.
I found there is no option in Price update for adding new multi currency. I think we have to make new price in existing product and apply to making stripe hosted session option.
What I would like to know is if there are any side effects for existing subscribers when I create a new price and apply it where I create a chekcout session.
If there is a best practice in this case, please let me know.
If you are creating new Price object then that shouldn't change or affect the existing Subscriptions which are using the old Prices
You can test it on Test mode though
Thank u for reply.
i'm testing new price in test mode now.
What i understood is right, there is no side effect on existing subscription if i changed the price setting old to new in the setting of checkout session. Then new price with multi currency applied setting will be applied to only new subscriber. right?
Yes should be