#jayy_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/1237301743423852544
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
the reason i am asking this is because i have a price ID with 2 different prices, one for USD and 1 for AUD .. the client wants to update one of them and since they are already used, stripe doesn't allow the update so i have to create a new one and use it from there.
Yes you need to update each subscription with the new price, there' s no batch command I'm afraid.
so the best way is to find the subscriptions using the previous prices, update them one by one then after the update archive the previous prices?
Yes you are right. In fact you can achieve the price before updating those subscriptions.
Alright thanks Jack, i'll go ahead and proceed that way then ๐
Thanks again