#maria_api
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/1448995219629674537
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Let me take a look
Hi ๐ I apologize if I have described the issue poorly.
I believe you would have to create a new Price object with EUR for each customer (or at least for each unique price), and use a Subscription Schedule to switch the customer from the existing Price ID to the new Price ID: https://support.stripe.com/questions/updating-subscription-currency
Is it possible for that to be done immediately from our side, or will that trigger a next invoice, as the price changes?
I mean, for us to basically avoid using Subscription scheduling?
Actually, never mind. I think I answered my question, I was just confused by the last step's description
I believe it would actually require creating a new Subscription, since you can't change the currency of an existing Subscription
Thank you very much!
You're welcome!