#beeb_subscription-migration
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1248301066332934216
đ Have more to share? Add details, code, screenshots, videos, etc. below.
You can only do it on an individual basis without code
beeb_subscription-migration
@lavish relic we have https://docs.stripe.com/billing/subscriptions/import-subscriptions-toolkit which might be what you were thinking of
Thank you. I figured that may be the case. Since the pricing can't be changed on a Product/Plan wihnt an active subscription, would adding a new price allow me to swap over subscriptions on the lower one, or delete it all together without losing the active subscriptions?
You can add a new Price for the new amount yes. And then you can write code to update your existing Subscriptions to "migrate" them to the new Price if you want to yes
Got it, so all code based updates to accomplish the upgrade. I appreciate the quick answers!