#thiagonovato
1 messages · Page 1 of 1 (latest)
Hi, do you intent to offer a free trial?
I have a gym. Some customers sign up today but won't start using the gym for a few days. So I have two situations: I can offer a trial period (free trial), where I would only start billing at the end of 7 days, and the second option is to register him today but only bill his card on a day that he wishes.
I see, if you know when that you can pass a billing_cycle_anchor, https://stripe.com/docs/billing/subscriptions/billing-cycle when you create the subscription. You'd want carefully read that document. Alternatively, if you are offering free trials, you can add trials to your subscription and you can read more about it here, https://stripe.com/docs/billing/subscriptions/trials
ok
Another question: sometimes I will need to interrupt billing because a customer is going to be on vacation. Is there any function or option available to do this?
Absolutely, this is the document, https://stripe.com/docs/billing/subscriptions/pause you'd want to look at if you'd like to pause a subscription's payment collection.
Man.... stripe is really good! Paypal lost me!