#Danniish
1 messages · Page 1 of 1 (latest)
Hey there
The max interval you can set for a Price is 1 year
You could use a Subscription Schedule here though to add a trial after 1 year so that it trials for another 2 years before charging
so if i want to have a customer subscribed to 3 and 5 year plan ... How can i handle the scenarios
Are you familiar with Subscription Schedules?
If not, I'd recommend reading through https://stripe.com/docs/billing/subscriptions/subscription-schedules
Basically you would have a first phase for your 1 year Price then a second phase where you would put the Subscription on trial for x amount of time and then you would have a third phase to put it back on the 1 year Price
etc.