#tayz-subscription-deferchange
1 messages · Page 1 of 1 (latest)
tayz-subscription-deferchange
@wild dome yes SubscriptionSchedules are the way to model this. See https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#downgrading-subscriptions
Thanks Koopajah one question I had was when would the customer get charged in that? I wanted them to be charged from the end of the current subscription's end
you control all of this with the SubscriptionSchedule API and you can test it with a TestClock: https://stripe.com/docs/billing/testing/test-clocks
got it, thanks
if I had a subscription and then turned it into a schedule
and then set iterations to 1 on the current price, would that swap the sub items at the end?
I was confused from the docs whether an iteration of 1 meant another further month of the current price (let's say for a monthly subscription)
@wild dome the best option is to try it in Test mode and advance time and see what happens. I gave you the exact doc link that shows exactly how to change the Price at the end of the period