#imanda03_webhooks
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/1418486675452989502
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! To clarify, you want to update the billing cycle date of a subscription to be in the future?
Yes
I want to update the billing cycle date of a subscription. And scheduled subscription
If you want to update the billing cycle date of an existing subscription to start in the future :
- Create a subscription schedule for the existing subscription (example)
- Update the subscription schedule from step 1, setting the new billing cycle anchor to start in phase 2. There's an example here : https://docs.stripe.com/billing/subscriptions/subscription-schedules?lang=node#resetting-anchor, but you can't copy it exactly since this is for an entirely new subscription schedule. You essentially need to note that you would want to set
billing_cycle_anchor: 'phase_start'on your second phase, and end your first phase when you want the billing cycle date to be set.
Without making new subscriptions can we update the existing one ??
I believe I just described updating the billing cycle date to be in the future for an existing subscription above ^