#Phantom-Session
1 messages · Page 1 of 1 (latest)
Hi there, so you don't want to charge your customer immediately upon subscription creation?
You can use trial_peroid_days (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_period_days) to specify the number of trial 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.
let me try tks