#Chhay-subscription
1 messages · Page 1 of 1 (latest)
hi! the easiest way is to move the subscription to a trial period until the intended extended date : https://stripe.com/docs/billing/subscriptions/billing-cycle#using-a-trial-to-change-the-billing-cycle
OH no boss
we need to charge them as well
I mean pre-subscription before the current subscription end.
👋 I'm taking over for @errant crown
if I understood correctly, what you're trying to accomplish is basically extending the subscription for x amount of weeks beyond the end date of the subscription, right?
@pastel notch re-opened this thread
The easiest way to do that would still be a trial if you want to do a one-off lengthening of a cycle
So it mean, we always need to add trial whenever user need to lengthening of a cycle
and we calculated the trial length base on the current_period_end_at right?
If you need to temporarily lengthen one cycle, yes. If you need the cycle permanently lengthened you will probably want to make a new price with a longer cycle.
and we can charge it immediately right?
It is fine, let me test it first