#julia_03448
1 messages · Page 1 of 1 (latest)
hi there!
how are you accepting payments? Checkout Session, Payment Element, something else?
but yes what you want to do is possible
by checkout session
then use subscription_data.trial_end or subscription_data.trial_period_days and it should just work
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_end
thank you - with this approach, are card details still captured upfront?
yes, I recommend testing this in test mode to see how it works
ok thanks
happy to help 🙂