How create a free plan
Status: Closed · Asked by Qi_40 on · 0 views
We would like to create a free plan with no trial period and not converting to a paid subscription
Valid for 30 days
Not asking for any payment info on any Gateway
Is this possible?
Hey,
We would like to inform you that you can create a 0 $ recurring plan with 1 No. of Billing cycles so it will skip the Payment gateways and will not convert to paid subscription since it will automatically expires after 30 days.
Products >> Add Plan >> Billing Cycle (Recurring -> Bill Every - 1 month -> No. of Billing Cycles - 1) >> Pricing - 0 $

Hope the above information helps you.
If you need further support please reach out to us.
Regards,
Vipin Mishra
Hi Vipin,
Can this option be used to:
- create the above subscription using API
- afterward (following a free trial period) request the user to go to the client portal and choose a paid plan
The purpose:
To let lead sign up without requesting payment method and only when they are happy to use the product, then they can upgrade.
I hope it makes sense.
Best,
Thomas
Hello Nitten,
Yes, you can create a zero amount plan using the API. Here are the API endpoints you can use:
1. Create Customer with Subscription - https://apidocs.pabbly.com/#fa365f13-a67c-4973-8967-0e4db2c2a109
2. Create Subscription for Existing Customer - https://apidocs.pabbly.com/#6143db10-efd1-42f9-91da-0ced427e871f
Regarding showing plans in the client portal and allowing customers to choose an upgrade or downgrade, we currently do not have that feature. However, we can provide you with a workaround. You can display the plan links directly on your own app or website, and customers can choose any of the plans to upgrade or downgrade.
I hope this clarifies the process. If you have any further questions, feel free to ask.