#saarthi_90619
1 messages · Page 1 of 1 (latest)
what is the correct way of creating the subscription the trial
You'd usetrial_period_dayswhen creating the Subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_period_days
should i have to create the payment intent first then payment become succeed
No, the Subscription creation will create the associated intent if required
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.