#stripe101-trial-subscription
1 messages · Page 1 of 1 (latest)
yes cancel_at_period_end would work
but why would you create a trial that just cancels itself?
I think you misunderstood. I don't want it to cancel at the end of the trial.
can you give a concrete example?
subscription for one month. 7 day trail. ends at the end of the month.
does that help?
I guess I can do this as a One-Time payment but wanted to see if I can use subscription logic instead.
gotcha so it'd be something like
December 10: trial start
December 17: first payment
January 17: cancel automatically
yup, you got it.
(my example was a bit more general, i like your concrete example 💯 )
No rush, but not sure where we're at now. Are you looking into a solution for the example you gave?
Sorry lots happening at once
so you want to look at subscription schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules
that allows you to define a phase on your subscription and have it cancel at the end of the first real phase past the trial
no worries. thanks for the quick response.
was hoping that I wouldn't have to use subscription schedules because they seem to add quite a bit of complexity. but i'll try it out at least. have a great weekend!
actually, one more question. Would you recommend a one-time price for this case, or to use subscription schedules?
schedules will meet exactly your needs. They are not too complex when you only have one phase like yours!