2) Customizing the Pricing information:
Customizing the pricing information is another important requirement. The customization can involve changing the properties related to a plan such as changing the plan's base price, modifying the number billing cycles, changing the plan's recurrence frequency, choosing a custom start date for the subscription and so on.
In such cases, you can use our API Hosted pages to provide us with the customized information relating to the plan, and we will provide you with a unique payment URL which you can load for your customer. The unique payment URL will handle the payment processing for your business.
To understand this better, we have explained a few frequently asked scenarios below.
i) Generate a Pricing Table for your website
The majority of the subscription businesses will have their own website that lists their products (or) services. These websites will have a detailed pricing page where the customers can select a plan as per their requirements and check out instantly. To help you with the process, Zoho Subscriptions provides you with the
Embed Widget
feature.
You can learn more about this use-case over this
link
, where we have explained it with a demo.
ii) Tax Integrated Checkout - Apply tax based on the customer's region:
In some businesses, there is a scenario where the tax is applied based on the user's region. For such cases, you have to gather information regarding the customer's region with the help of an online form in your website and decide the appropriate tax depending on the region. Once the tax information is gathered, you can use the API Hosted Page (by sending the appropriate tax information) to generate a unique payment URL with the appropriate tax applied on the plan's price.
You can use the online form builders for this purpose to collect information from the customer. View this post on how to
integrate online form builders with Zoho Subscriptions.
For this scenario, we have created a demo where we used
Zoho Creator
as our form builder to create a form wherein the customer can select his region and then proceed to checkout. Depending on the selected region, the tax will be applied for the customer. You can view this demo in this
link
.
iii) Future Date Checkout - Choose the start date depending on customer:
For certain businesses, it generally takes two to three days for the shipment to reach the customer. In such cases, instead of billing the customer immediately from the date when he/she checks out, you can start the subscription a little late depending on your shipping date. In order to do this, you can use the API Hosted page by providing a suitable start date for the subscription and load the customized payment URL which is obtained.
By doing so, the subscription will be created in Future state and the customer will be billed on the provided start date. To know more about this use case, you can view the demo here which we have created to explain this scenario.
You can learn more about this use-case over this
link
, where we have explained it with a demo.