Skip to main content
You can view your API usage and rate limits on your dashboard. Go to Developers > Rate Limits to view various metrics such as: Rate Limit, Latest Usage, Average Usage, Burst limit, Request Count and Violation Count.

Rate limiting

We use rate limiting for all endpoints. Rate limiting is based on your IP and your account Id. By default, the following rate limits are applied per minute. You can also view your rate limits in the response headers.
  • Production
  • Sandbox

Rate limit in Production

APIRate limit value per minuteRate limit type
Create Order200Account
Get Order400Account
Get Payments100Account
Get Payments by ID130Account
Pay Order100IP
Get Settlements30Account
Initiate Refund100Account
Get Refund30Account

Rate limiting headers

All responses will have the following headers to help you understand rate limiting.
Header nameExampleDescription
x-ratelimit-limit100Max number of calls that can be made in a minute
x-ratelimit-remaining30Remaining number of calls that can be made in a minute
x-ratelimit-retry0Number of seconds you will have to wait to make the next call
x-ratelimit-typeapp_id or ipType of rate limiting applied

Upgrading limits

You can increase rate limits or burst limits at an API level through the Merchant Dashboard. To request a limit increase:
  1. Log in to the Merchant Dashboard.
  2. Go to Payment Gateway > Developers > Rate Limits. API rate limits dashboard showing list of APIs with their current limits Rate Limits page showing all APIs with current limits
  3. Select Request new limit for the API you want to change the limit for. Request new limit form with fields for rate limit and burst limit Request form for increasing rate or burst limits
  4. Enter the new rate or burst limit you require. For burst limit, enter the time duration.
    The total limit is the sum of the rate limit and burst limits.
  5. Provide the reason for the request and click Submit.
After you submit the request, it will be reviewed and approved within 1-2 business days. Once approved, the new rate limits will be applied to your account.