#clayton_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/1326296862248013834
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
You also need to pass the Subscription Item ID for the item you want to update - https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
Ah ok. So it would seem the easiest way forward would be to delete every current item, and set new items. Rather than comparing items and figuring out which have been added/removed/price-changed.
Depends on your usecase.. I don't know how the API would behave if you delete the only subscription item of a subscription.
I'd recommend giving it a try in test mode and see
Fair enough. Now that I think of it, I'm worried of the situation where items aren't changing and I delete "item 1 that has price 1" then set a new item with "price 1", the invoicing will be strange.