I have already set up yearly subscription plan. Now I want to give users lifetime subscription also on one time payment initially. Also want to add 7 days free trial in it using Stripe Api's.
I had spent so much time to figure out the solution and fulfill my requirements.
How to implement lifetime subscription plan with 7 days free trial and one time payment using stripe api's in React, Node?
I wanted to integrate lifetime subscription plan but stripe uses maximum 1 year billing period in subscription. Any way to implement lifetime subscription with 7 days free trial?