#steven_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/1221705433941803079
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, i'm afraid that there's no way to change the billing interval without changing the billing cycle anchor.
so If I want to change the billing interval, i need to pass in a new billing_cycle_anchor as well in addition to the new price ID?
No you don't need to, what I mean is that if you change the billing interval, there is no way you can remain the same billing dates. https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#billing-periods
Ah right gotcha. Cause I was hoping there's a way to bill at the end of curent cycle. For example, user signs to a monthly subscription with current period end date of 1st May. Suppose he upgrade to a yearly subscription on 15th April, we only want to charge that customer for an annual subscription on 1st May.
as I read "When prorations are disabled, customers are billed the full amount at the new price when the next invoice is generated." https://docs.stripe.com/billing/subscriptions/prorations#disable-prorations
i suppose this does not apply to changing intervals.