#adelvalle
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
yes sure here https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_period_days
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okok!! thanks
setSubscriptionData(SubscriptionData.builder().setTrialPeriodDays(3L).build())
you can put whatever value you want instead of 3
let me know if you need any more help
no, at this moment no, thanks!!! ๐