#rstupek
1 messages · Page 1 of 1 (latest)
You need to look at the create API: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_period_days
That value is passed through to the subscription that gets created and does not exist on the session object
got it, thanks