check how many document/envelope limit is left in my account - docusignapi

Is there an API call or somewhere in UI ,to check how many document limit is left in my account . I believe for sandbox or live account there is a limit on the number of documents you can send each month
Thanks in advance

There is no limit on the envelope count on the Sandbox account. But in Live the limit depends on the subscription you have done with DocuSign. If your subscription is envelope-based then you have a upper cap on the envelope count. I don't think there is any API call to know how many are left in your account, instead you should check with your DS Account Manager to know your upper cap limit and do the check on your code.

Related

Limit on max users and groups in Docusign

Is there a max limit on the number of users I can create/manage from a single admin account?
Is there a max limit on the number of groups I can create while managing those users ?
Is there a way to send additional params in the webhook url ?(I am configuring it through the docusign connect in admin portal) ?
Thanking you in advance
AFAIK, the only limit to the number of users is the number of seats you have purchased on your account. There's no technical limit.
I'm similarly not aware of any limit to the number of groups.
Now your last question is not clear and may require a separate thread. What kind of parameters you would like to send? from where to where? One method to include meta-data on envelopes is using custom fields, which can be sent to the webhook UI (Connect), but I'm not sure that is what you mean.

Is there a way to bulk process customer data in Stripe?

I have a long list of old customers (>10K) in Stripe for which I would like to give a new trial period. Is there a way to bulk process those or we have to do that manually one by one?
I guess this depends entirely on what exactly you mean by 'new trial'. Do these customers have pre-existing Stripe subscriptions?
There's really no way to do this via the dashboard. However if there are no pre-existing subscriptions, you could programmatically create subscriptions for each customer object accordingly. You can specify the trial period on the price or on a per subscription basis.
As there are no batch endpoints for these operations, please be wary of the rate limiting if working with the API in this way

Clarification of API Pricing Plan

If paying for an API Pricing plan, it states the below:
"Choose how many documents you need to send each month, starting with 100/month"
I am just looking for some clarification on what will decrement the number of 100 in the above case.
Is it only when create a brand new envelope?
If an API call is done to manually resend an existing Envelope with Documents via email, will this decrement the monthly count ?
Thanks
Yes, correct, only new envelopes
No, it won't. An envelope is an envelope and has a unique identifier. That cannot be decremented because some activity was done on it.

Call limit exceeds while implementing DocuSign

While implementing the DocuSign we are getting The maximum number of hourly API invocations has been exceeded error message sometimes this is because of the API call rate exceed per 1 hour. Anyone have any idea how to increase the API call rate per account from 1000 to 5000?
You need to contact your DocuSign's Account Manager with a valid usecase why you need the API limit to be increased to 5000. As a defensive check you should always read the header in the API response, DocuSign provide the data as whats your call limit, how many calls are remaining and what is next schedule counter reset for you. By reading these header values, you can make your application pause for sometime so that you don't hit threshold limit and handle the limit scenario properly.
Along with your DocuSign Account Manager, you can contact support#docusign.com also.

azure billing rate card api returns noting

I am trying to call the Azure billing rate card api. The call is happening successfully after the authentication because the status code is OK. But though I have a vm in the corresponding resource group and subscription, always getting response as:
{"value":[]}
Same is happening in case of azure billing usage api. I had seen one question asked for billing usage api but I have tried all the options mentioned like keep the duration for 3 months, don’t keep future date etc, yet there is no response”:
{"value":[],
nextLink:”https://….”}
Please let me know the issue could be abd because of which both rate card and usage api are not returning right data.
Thanks
You were right, I had the same problem and i resolved it on giving 'reader' persmission on my servie account in my subscription .
Thx a lot !

Resources