#StormFox-Subscription-Schedule
1 messages · Page 1 of 1 (latest)
I give some details. I have an annual plan, then I would like to use a trial of another plan (upgrade) and at the end return to this plan
Do you have the example request IDs (req_123) for when you got those errors?
It looks like you can add a trial to a phase by adding trial_end to that phase https://stripe.com/docs/billing/subscriptions/subscription-schedules#using-trials
req_RAt7XawHMx0NN1
And just so I understand your example, are you saying the customer pays for a year, three months in you give them a month of the upgraded plan, and then they go back to eight months of the original plan?
yes customer pay for a year, i would like to try a plan with a trial and then downgrade to the initial plan
I don't know if is possible with scheduler
How are you getting/setting the start_date that you are getting an error on? If you pass in the start_date that already exists I think that call should succeed
I have not been able to test but I think this should be possible given what you have said.
req_6EcogJclqhoB7m
here i remove all the date and i get "The subscription schedule update is missing at least one phase with a start_date to anchor end dates to."
but when i try to add start_date i get the error "You can not modify the start date of the current phase"
there is 2 phase, first is the trial i want to use, the second is the downgraded plan i want to return after the trial end
So when you created this schedule
Or retrieve it
The current phase should already have a start date correct?
I think here you will want to do a current phase that ends now, the upgrade phase, and then the downgrade to original phase
i retrive and then i try to update , may be is not the correct way
Ah ok i try this idea tomorrow, thank you for your time and patience
Sounds good. Apologies I was not able to test this myself at the moment. Please come back if you run in to further issues