#ske-subscriptions-coupons-trials
1 messages · Page 1 of 1 (latest)
so there's no way to delay that, right?
because I see that there's a "discount" object into my subscription, with a "start" and "end" dates in unix format
is there any way to change those values?
no you have no control over this
One solution would be to use Subscription Schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules so that you can "plan" the cycle changes and add the coupon after the end of the trial. It's a bit more context but it would work
Alternatively you could make the $25USD off coupon last 8 months instead
hmmm ok................................ ._.
I'll check that doc.
About the alternative solution, it is not possible, because some people could try to subscribe in the next month, and they would just receive five months (In the real problem, that trial period ends in a static date)
thank you anyways
ah yeah I see, so schedules would work for your use case!