#napolean_solo
1 messages · Page 1 of 1 (latest)
Yeah we have this doc: https://stripe.com/docs/billing/subscriptions/trials
You'll need to be more specific with your questions though
i have seen that but it doesn't really explain how to setup the flow. I mean i don't understand how should I create the flow? How should I let customers start a trial? When they sign-up, when they checkout?
Do you want them to checkout on a stripe-hosted page, or do you want them to checkout in a custom form on your website?
stripe-hosted
Do you want a no-code solution or some minimal code?
need API related
basically want to automate trials. Give users the option to start a trial but just not understanding how to set up the flow
Sounds like Checkout is what you're looking for: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout
yes I have setup the checkout but where can I configure trials?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is trial_from_plan deprecated?
i cannot see that parameter in the checkout session object in the docs
Alright! Gotcha!