#LST
1 messages · Page 1 of 1 (latest)
Hi there!
So both are monttly subscription. The only different is that the customer cannot cancel one of the subscription for the first 12 months?
Yes. Because if I understood the docs right, if I create a yearly-billed product, the additional usage will also be billed only at the end of the billing cycle year, right?
We would need monthly billing for both the subscription and usage-based fees on both the monthly and yearly subscription.
if I create a yearly-billed product, the additional usage will also be billed only at the end of the billing cycle year, right?
Correct
Ultimately this is completely up to you. You control whether or not you give the option to your users to cancel the subscription.
Okay, so the cancellation can only be done by us and not via Stripe directly?
Also, is it possible to schedule cancellations in advance, such that when a "yearly" customer cancels, it will be scheduled for the first applicable billing cycle date?
Okay, so the cancellation can only be done by us and not via Stripe directly?
Correct. Or I guess by the customer directly contacting their bank.
Also, is it possible to schedule cancellations in advance
Yes, with Subscription Schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules
Okay great, that sounds good. Thank you!