Zoho Subscriptions
- Search if your idea for a feature is already listed below. If yes, then vote for it by clicking the Vote button.
- If it’s a new idea, kindly post a detailed description of your suggestion or idea.
If you have any questions or would like to share your feedback on our status updates, please drop an email to support@zohosubscriptions.com
4 results found
-
webhook to notify every new transaction
webhook to notify every new transaction
I would like to be notified if any transaction has been created (Invoice, Credit Note, Refund and so on)
10 votes -
List Invoices for Customer
In order to use the API to add Payments we must include the invoice IDs. We need an API to retrieve the invoices for a particular customer, preferably with a specified status. Currently we may only retrieve all invoices for all customers regardless of status.
1 voteYou can now use the following request URI to retrieve a list of invoices for a particular customer through the API.
https://subscriptions.zoho.com/api/v1/invoices?customer_id={customer_id}&filter_by=Status.Paid
You can filter the list of invoices by these possible status criteria, depending on how you’d like to filter it:
Status.Paid, Status.OverDue, Status.Sent, Status.Void, Status.All
-
List Subscriptions for Customer
We need the ability to list the Subscriptions associated with a Customer.
1 voteYou can now list all subscriptions for a particular customer using the API with the following request URI:
https://subscriptions.zoho.com/api/v1/subscriptions?customer_id={customer_id}
-
how can i integrate zoho with spring application
i have spring mvc application. For transactional purpose, I have been searching for payment gateways. I have searched Zoho is suitable to integrate with java. how can i integrate zoho with my spring application. is there anyy sample codes available?
1 voteWe have Zoho Subscriptions Java Client Library hosted in https://github.com/zoho/subscriptions-java-client. You can use these Java resources to integrate Zoho subscriptions with Spring java application. For further requirements and examples, you can contact support[at]zohosubscriptions[dot]com
- Don't see your idea?