#mentijm-subscription

1 messages ยท Page 1 of 1 (latest)

mild anvil
silver abyss
#

Hi soma, ok thanks. How does it work on the next renewal then?

#

In both cases they pay 10/12 * yearly price?

mild anvil
#

This is a yearly subscription? I assumed it was monthly.

silver abyss
#

Yearly ๐Ÿ™‚

mild anvil
#

and has the subscription already started, or is this a brand new subscription where you want to add 2 free months?

silver abyss
#

They've ran for a while. We want to reimburse them but unless they specifically ask for us to transfer the money we would like to extend their access to our product

mild anvil
#

Go it, in this case the coupon won't work, since it will only apply to the next invoice. Let me think...

silver abyss
#

okok

mild anvil
#

You could add a 2 month free trial with trial_end, but note that this will change the billing cycle anchor to the end of the free trial. Otherwise you could use a subscription schedule, to add 2 free months after the end of the current billing cycle. https://stripe.com/docs/billing/subscriptions/subscription-schedules
I would recommend to do some tests in test mode to check if that works for you.

silver abyss
#

Ok, so a trial with trial end gives 2 months free and then invoices for a new 12 months after that end date?

mild anvil
#

I think I found a way to make this work: update the subscription with both trial_end and proration_behavior: 'none'.
What will happen is a new invoice for $0 will be created right away, and the renewal of the subscription will be pushed by 2 months.

silver abyss
#

Hmm ok, does it need to have a trial then or we just hacking that field ๐Ÿ™‚

#

Interesting, I guess any real subscription update after that with proration_behaviour: "create_prorations" will not discount anything since $0 was paid. But that might be fine as long as prorations work after that invoice

mild anvil
#

Hmm ok, does it need to have a trial then or we just hacking that field ๐Ÿ™‚
what do you mean? if you want to extend the subscription by 2 months, then added adding a 2 months free trial seems logical.

silver abyss
#

I'm not well versed with your trials

#

is it an entity or only set by that field basically?

mild anvil
#

is it an entity or only set by that field basically?
It's only that field. The most common way to use is when creating a brand new subscription.