#stripe101-trial-subscription

1 messages · Page 1 of 1 (latest)

quick anchor
#

yes cancel_at_period_end would work

#

but why would you create a trial that just cancels itself?

alpine bone
#

I think you misunderstood. I don't want it to cancel at the end of the trial.

quick anchor
#

can you give a concrete example?

alpine bone
#

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.

quick anchor
#

gotcha so it'd be something like
December 10: trial start
December 17: first payment
January 17: cancel automatically

alpine bone
#

yup, you got it.

#

(my example was a bit more general, i like your concrete example 💯 )

alpine bone
#

No rush, but not sure where we're at now. Are you looking into a solution for the example you gave?

quick anchor
#

Sorry lots happening at once

#

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

alpine bone
#

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?

quick anchor
#

schedules will meet exactly your needs. They are not too complex when you only have one phase like yours!