#mounirmtl

1 messages · Page 1 of 1 (latest)

tropic capeBOT
next tartan
#

Hi, is it possible to have a monthly subscription but with a minimum of 12 months engagement?
This would likely be something that your code enforces, basically not giving the end customer an option to cancel (or schedule a cancellation) until 12 months after the subscription started. So if you have your own custom UI for that, that may be straightforward. If you are using Stripe's customer portal, there are ways to disable things like subscription updates or cancellations through the portal.
Or have a yearly subscription plan but paid monthly?
Can you clarify what this means? Happy to check in to how viable that is

light wren
#

for example, people select a yearly subscription for 99.99 every year. But they're billed 99.99/12 every month

next tartan
#

Gotcha, Stripe doesn't have built in support for that. So that would be a matter of creating your own monthly 8.33 price and charging the user with it for 12 months

light wren
#

That's fair. Thank you

next tartan
#

So basically the same as option one, the trick would be restricting how your cancellation option is presented

light wren
#

that's perfect. Thanks