#Mustafa
1 messages · Page 1 of 1 (latest)
Hi there!
So you want to create a Subscription with a free trial?
And you want to do so with the API or in the Stripe dashboard?
And do you want to collect payment information upfront or not?
Then use this enpoint to create the subscription: https://stripe.com/docs/api/subscriptions/create and make sure you set trial_period_days.
Note that you'll need to set a price/product, there's no way around this.
That's the issue. I don't want to set the price and product beforehand as sales team will decide it based on each user.
What if I create a plan with 0 dollars?
Is there some way that user can use this plan only once and can't renew it later through customer portal
Yes you could create a $0 price.
But the user can go to customer portal and renew this plan again and again, right?
Since it will not cost him
Can you give a bit more context on exactly what you are trying to achieve, and what do you want to happen when the 30 days trial ends?