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?