#NICO
1 messages · Page 1 of 1 (latest)
Which native Stripe Checkout are you referring to? Is it Checkout Session?
Yes.
I suppose so
I know I can set individual customer suscbriptions to trial, but if I want to create a product that has a built in trial and people are not charged until let's say, September, how would I do that?
I don't see a trial option anywhere when creating a product
I can't really use a coupon in this case because it's a one time payment and I need the full payment in September (not now)
We want to capture their CC info though so we need them to complete check out
With Checkout Session (Stripe hosted payment page), the trial can only be set up on the Checkout Session itself and not product/price
got it. So no workaround
How do I set it up on the checkout session. I didn't see that either
Looks like I have to get product involved to do that and I can't just use stripe's payment page?
In Checkout Session API, you can set the trial under subscription_data.trial_period_days or subscription_data.trial_end: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_period_days
Thanks
No problem! Happy to help 😄