#oftysterista_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/1397490450251645042
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- oftysterista_api, 1 day ago, 67 messages
- oftysterista_api, 1 day ago, 76 messages
- oftysterista_api, 2 days ago, 31 messages
- oftysterista_api, 5 days ago, 13 messages
Yep, that should work assuming price_abc and price_xyz have the same interval: https://docs.stripe.com/billing/subscriptions/change-price#billing-periods
Did you try updating it? https://docs.stripe.com/billing/subscriptions/change-price#changing
actually previously i am trying to do schedule update. but is it okay if i just using update?
I'd recommend just trying it using the link above and see how it behaves and whether it meets your requirements
in have already saw that doc. it is using update directrly right?
but if i am doing it is it only effect to the next period?
because i dont want to change anything in current period
If both prices have the same billing periods (combination of interval and interval_count), the subscription retains the same billing dates. If the prices have different billing periods, the new price is billed at the new interval, starting on the day of the change. For example, switching a customer from one monthly subscription to another doesn’t change the billing dates
Yes, you're updating the subscription directly. Only works if there is no schedule attached
As I said, test it out and see how it works and then I can answer any specific queries
Will changing the price directly affect things like prorating? Because I don't want things like prorating.
Then you want to pass this param when you update to disable them: https://docs.stripe.com/billing/subscriptions/prorations#disable-prorations
by default what is the value?