Quantity editable on hosted page created via API
Hello. I started integrating my application with Zoho Subscriptions and I really like it so far. I need some help with the following issue. I want the quantity for the subscription to be editable. If I use the basic hosted page url, I can correctly edit the quantity. But I don't use the basic url, I create a new one programmatically for the user, so they don't have to input their account info again, and with this generated hosted page, the quantity field is locked. Why? How can I get it to work?
Hosted pages - additional params
I'm creating hosted page to update subscription.
Using additional param to identify subscription (just do not want to store hosted page IDs in data base).
And it was work fine. But now additional param don't attaches to redirect url. All other things works like before. { "plan": { "plan_code":"Platinum" }, "reference_id":"61XLbadKrvHdANOQpzfx5zagAZ9FPoUYct", "additional_param":"reference_id=61XLbadKrvHdANOQpzfx5zagAZ9FPoUYct", "redirect_url":"mysite.local", "subscription_id":"246149000000125439"
Can I create new credit card while creating a new subscription through API?
In new subscription creation API call, I can create a customer if needed. But what if I want to define card details too in that service request? Thanks in advance.
Webhook "subscription_created" event payload not includes addons?
Webhook "subscription_created" event payload not includes addons. I get empty array for each subscription creation. Is it an error or any setting should I enable to include the addons in the payload?
Zoho Subscriptions API Error codes
Hello is there any list of all the error codes and corresponding messages of zoho subscriptions api requests.
{"code":14,"message":"Invalid value passed for authtoken."}
Hello, I have a problem with my authtoken, with fetch in javascript, with the postman, I have exactly the same answer ..... I tested several token, I tested several Key, I systematically have the same problem... Example in attachment, please help me Thank's Francis
How many times the authtoken can be generated and is there any api for deleting generated authtoken ?
I have generated authtoken and i want to delete with the API , Please suggest me solution for deleting auth token through api and i am able to generate only 10 auth tokens from one account.
Not able to Get the Authtoken from API
Getting null response when calling the authtoken api am i missing any property please provide me a right solution.
API Calls from Widget
Can you tell me if I use the Z-Subscriptions widget on my website, do these transactions count agains my daily API call limits?
How to get response customer id and other things
We are using hosted payment page via iframe on our portal just question is simple once user pay for plan so it redirects on thank you page of our portal so how we can get response there is just one parameter is coming hostedpage_id we want get full response so we update data in our customer table like zoho customer id plan active etc and much more
Zoho Creator/Subscriptions API - zoho.subscriptions.getList(input.Module_Name, input.Org_ID);
I am fetching data from Zoho Subs and putting into a model in Zoho Creator. Want to use zoho.subscriptions.getList(input.Module_Name, input.Org_ID); but want to get only the data where "status" is not "cancelled" How can this be done? What is the syntax for this? zoho.subscriptions.getList(Subscriptions, OrgID, ??????????); If not possible, how can this alternatively be done using the standard api? https://subscriptions.zoho.com/api/v1/subscriptions?authtoken=xxxxxxxxxxxxxx&organization_id=xxxxxx&status?????????????????
More than 100 accesses per hour for api calls
Hi, is it possible to increase the number of accesses per hour? The documentation states that a maximum of 100 accesses per hour may take place. https://www.zoho.com/subscriptions/api/v1/ Paid Organization - 2500 API calls/day and 100 API calls/minute However, I need about 1000 per hour a few times a month. Thanks for help, Daniel
webhooks: ${SUBSCRIPTIONS.PLAN_CODE} inserts plan name
I'm trying to create a webhook that uses ${SUBSCRIPTIONS.PLAN_CODE} in the URL. I've inserted ${SUBSCRIPTIONS.PLAN_CODE} but it puts in the plan_name rather than the plan code. It seems very strange that this could be a bug. Is anyone else using plan_codes in webhooks?
How to Insert,update,Reterive in Rest service with asp.net C# to Zoho subscription...?
I am using zoho subscriptions free trial version...I need Sample code for Connect zoho subscriptions api to my rest client service using asp.net C# ,. kindly help... i m trying below code ....but not working ..im getting error 401 protected void btnadd_Click(object sender, EventArgs e) { WebRequest request = WebRequest.Create("https://subscriptions.zoho.com/api/v1/products"); request.Method = "GET"; request.ContentType = "application/json";
Create subscription event not being triggered when using API
I'm using the API to create a subscription... However, the create subscription event is not being triggered. We have integrated Zoho with Slack on the back end in the admin panel and those messages are NOT being sent to Slack. They used to when using the hosted forms. Also we noticed the subscription is not showing up under recent activity. How do we get this event triggered??
How create several subscriptions for one existing user from api?
I trying create a subscription for one user existing, but the api return this error: { code: 3062, message: 'The client "name" exist. ....' } In our project, we create several subscriptions by user, how we can to make this from the api? Thansk Abraham.
Preventing Invoice email on New Subscription via API
I'm using the API to create new subscriptions with a 30-day trial and offline payments. When the customer submits the form to initiate the subscription, they are immediately emailed an invoice even though I've set the terms at Net 10. My thought was that it wouldnt be emailed until 20 days into the 30 day trial. Is this possible?
which api we need to use for payment in zoho subscription api
we are using rest API to create subscription for new customer. we are success fully able to create new customer by using create subscription API. but where to pass the payment details info LIKE CARD NUMBER ,NAME,CVV,EXPIRY DATE to make payment. which api we need to use for this. please guide me
Coupons update flow via API
Hello!I have a requirement to implement UI to edit Zoho coupons via API and related web UI at our website control panel / admin UI. I implemented automatic creation of mirror coupons at our database and at zoho to reduce number of requests to Zoho API. But now I stuck into the very limited coupons editing.capabilities of Zoho API. What will happen if I will delete a coupon, used by 1 or more subscriptions, and than add a new coupon with same code, but with different discount? Whether this will affect
Subscription Metric via API?
Hi Support Team, Is it possible to access my subscription metric each day via API? It's very similar with what I saw in the Dashboard page (attached), I need values like how many active customers, reactivation, cancellation, signups, etc. each day for each product. Thank you,
Get all payments via Subscriptions API
How can I get all the payments of organization or all the payments of a selected customer via subscriptions API. when I try with or without customer_id, I always get following error. { "code": 37, "message": "The HTTP method GET is not allowed for the requested resource" }
How to obtain more than 200 results on Zoho Subscriptions API
Hi, How can I retrieve more than 200 results from a Get requests on the Subscriptions API? I assume there is the equivalent of a 'fromIndex' and 'toIndex' on the headers like with the Zoho CRM API. Can't find anything in the documentation about it though. Any help appreciated, Thanks.
Fail with CURL PUT call with Zoho Subscription API using PHP
Hello I use the API provided by zoho in subscription and forms for my application. I got no problems for retreive any information and update my custormer data in Zoho Books but unfortunatly, that' not working for subscription. This is my json array to update a subscription with a new addon { "reference_id": "", "plan": { "plan_code": "MyDWS-FR-Basic", "name": "Abonnement de base", "price": 0, "quantity": 1, "tax_id": "", "setup_fee_tax_id": "" }, "addons": [{ "addon_code": "ADD_EN-Others1", "price":
Allow to set ApiAgent header in api calls
Hello, We are going to integrate with Zoho.Subscriptions via API and Webhooks. To avoid "events loop", we have to ignore webhook events which was produced by API. Right now we can do it, by property 'event_source', i.e. ignore if event_source=api . But what if we need integrate two applications into our Zoho.Subscriptions account, and these both integrations will work with webhooks? In this case, all events will have event_source=api, and applications won't be able determine if webhook-event should
Subscription API error response
I am getting Payment gateway associated with this card is temporarily disabled. Please try again later. while calling the subscription API. Can anybody help me with this?