#Dynelight
1 messages · Page 1 of 1 (latest)
hello! you can take a look at Subscription Schedules :
https://stripe.com/docs/billing/subscriptions/subscription-schedules
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future
It should work if I set the start_date to the date I need then?
the example is here : https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future if you need to refer to one
there're other required parameters, not just the start_date
in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks
nope, it can't
And if I create the scheduled subscription on the console, will it appear on the billing portal?
it'll show, but you can't cancel or update a subscription schedule on the billing portal
if you set end_behavior to release, then it'll just end the schedule and your subscription will continue as per usual. i.e. it'll continue as per any normal subscription
So I just need to set 1 iteration?
yep