Quota
Quota is number of API calls a customer is allowed to make in a given month without incurring additional charges
Sandbox subscription plans with monthly quota. Quota help us provision resources for our customers who come in all sizes. Quota also ensures that one customer does not block all available resources and starve other customer of resources. You can refer to quota for basic plans here.
Plan | Pricing (Monthly) | Quota |
---|---|---|
Startup | Rs. 999 | 1000 (1K) |
Growth | Rs. 9999 | 30000 (30K) |
Unicorn | Rs. 16999 | 100000 (1Lac) |
Enterprise | On Request | On Request |
You can refer to the below table to understand when your subscription quota is consumed.
Status Code | Description | Notes | Quota |
---|---|---|---|
200 | OK | Successful API call | Yes |
400 | Bad Request | Invalid Headers or Query/Path Param | No |
401 | Unauthorized | Invalid API Key/Secret | No |
403 | Forbidden | Invalid/Expired Authorization Header | No |
404 | Not Found | No | |
422 | Unprocessable Entity | Invalid Request Body | Yes |
429 | Too many requests | No | |
500 | Internal Server Error | Errors in Sandbox Services | No |
503 | Service Unavailable | Source Unavailable | No |
504 | Gateway timeout | Request timeout | No |
You can reconcile your usage by downloading the Usage Report from your account dashboard.
What is Overdraft?
We understand that at times your API calls may exceed the monthly quota. In these cases, your production does not get impacted. Sandbox allows you to go over and beyond your quota.
However, for every call made after exceeding the quota, you will be charged an overdraft on a pro-rata basis as per your subscription plan. This overdraft invoice will be generated at the end of the billing cycle.
Updated 4 months ago