#Lukas V
1 messages · Page 1 of 1 (latest)
Associating trials directly to a Price object is legacy/deprecated, and is only really available via the Dashboard
Expected flow now is to set desired trial when you create the Subscription
could this flow be done with stripe checkout?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Or trial_period_days
oh wow thats very convenient, so I can delete all prices that have free trials and instead use normal price, then before starting a checkout session validate it with my backend and append free trial days if my condition passes?
Sounds logical, yep!
awesome thanks