How to integrate my SaaS application with Zoho Subscriptions

How to integrate my SaaS application with Zoho Subscriptions

Hi,

I am building a B2C SaaS application in PHP. I wish to integrate my application with Zoho Subscriptions to handle subscription billing for my business.

I played with your sandbox environment and somewhat conclude that my requirements can be satisfied with Zoho Subscriptions. I planned to use your API. However i want to make sure whether my understanding is correct or not.

Can I have a checklist kind to verify my plan?

Here is my requirements.
  • Having 3 plans
  • Plans supports both monthly and yearly frequency.
  • The topmost monthly plan will be provided with trial for 14 days.
  • Inside my app, my customer should able to
    • View a banner that holds information on remaining number of trial days and the link to upgrade the subscription to a paid plan.
    • View his/her current subscription details.
    • Upgrade/Downgrade to any of the paid plan
    • Update his credit card information
    • Update his billing address to show up on the next invoice.
    • Cancel his subscription at any time.
    • Can raise a request to us to extend the trial period.
  • The customers who got cancelled their subscription should able to access our service in Read-Only mode. [ I know that this need to be handle on our side. Any help on this would be appreciated]
  • I think that I don't need Webhook and handle my requirements with API itself[ teach me, if I'm wrong ]

Brian