#jayy_best-practices

1 messages ยท Page 1 of 1 (latest)

odd citrusBOT
#

๐Ÿ‘‹ 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.

young shell
#

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.

kind portal
#

Yes you need to update each subscription with the new price, there' s no batch command I'm afraid.

young shell
#

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?

kind portal
#

Yes you are right. In fact you can achieve the price before updating those subscriptions.

young shell
#

Alright thanks Jack, i'll go ahead and proceed that way then ๐Ÿ™‚
Thanks again