#subscription-trial
1 messages · Page 1 of 1 (latest)
Hi 👋 yes it is possible to include trials in Subscriptions, and that is explained here:
https://stripe.com/docs/billing/subscriptions/trials
Since trial's don't require payment, the subscription won't require a customer to provide a payment method immediately, so you'll need to implement a flow to collect that information if you want it prior to letting your customers start a trial. This guide is a good example of how to save a payment method:
https://stripe.com/docs/payments/save-and-reuse