#jasuno_unexpected
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/1248414216491237507
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there!
Taking a look at the Subscription you shared but this sounds expected: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#proration
Looking at the update requests and logs, give me a few minutes please
Ok thank you
Ah, you also have a schedule
Yeah the subscription is set before time
Since you're working with a schedule, you should update the phases on the schedule instead of the subscription directly
Can you do that even though the schedule has been change to a subscription at the point of the upgrade?
I don't quite follow your question
A schedule doesn't change to a subscription. You can use a schedule to create a subscription, or add a schedule to an existing subscription
Well as i understand a scheduled subscription changes when the subscription starts which is why the id changes from a sub_sched to a sub
So the subscription is created from the scheduled sub
Not exactly. A Subscription Schedule and a Subscription are two different objects. A Subscription can be managed by a Schedule. You can also use a Schedule to create a Subscription but the Subscription doesn't replace the Schedule
interesting because once my scheduled subscription starts it seems like there is a new subscription under active subs and the schedule is gone
Try retrieving the Subscription. You should still see a value for schedule , which means it's still managed by a Schedule
You can release the Subscription from the Schedule if you wish: https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#releasing-subscription
Amazing, i do see a schedule under the sub object, thank you this helps sooooo much I should be able to modify the schedule and add the new product there, thank you!