#Sangeeta
1 messages · Page 1 of 1 (latest)
Sorry don't really follow the question. Could you elaborate in a bit more details?
How we upgrade the subscription trail to paid in stripe
When you create a Subscription you can specify the trial period. After the trial ends the Subscription will automatically charge your customer as expected
I would suggest starting with this Doc: https://stripe.com/docs/billing/subscriptions/trials
Okay let me check this
But I need the auto renewal of subscription .
How we do that ?
The Subscription will auto-renew when its billing cycle comes
That's how Subscription works. See more here https://stripe.com/docs/billing/subscriptions/overview
So there is no need of any parameter during the subscription ?
Not sure I follow. Yes you need some parameter to create the Subscription, but as long as you set it properly like the Doc above, the Subscription will just work and auto-renew at its billing cycle