#martin_unexpected
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/1279100841483047002
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
here's the documentation stating that the billing cycle should not change: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#billing-periods
here's the upgrade event: https://dashboard.stripe.com/test/events/evt_1PtWCDG60XagmBWn41xkm9fI
see that the curent_period_start changed with that event compared to the previous subscription update event:
https://dashboard.stripe.com/test/events/evt_1PtW9SG60XagmBWn70QWLqCU
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hi 👋 it's expected behavior for the billing period to reset if you move your customers away from a free price.
https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#billing-periods:~:text=From a subscription that doesn’t require payment (for example%2C due to a trial or free subscription) to a paid subscription
Yup, that sounds like what you're describing, but I'm also checking the objects you shared to make sure.