API Requests
Rate limits apply to both public and private API endpoints. The default limit is 200 requests per minute.
If this limit is exceeded, the following response will be returned:
{
"message": "API request limit is exceeded",
"reason": "RateLimitExceeded"
}
Merchant Order Creation
The default limit is 500 orders per hour per business.
This includes orders created via the API or through the dashboard. Once the limit is reached, further order creation will be blocked until the hourly window resets.
If the limit is exceeded, the API will return the following response:
{
"message": "Order is not valid",
"reason": "OrderIsNotValid",
"errors": [
"Order limit exceeded (contact support to increase)"
]
}
To create an order via API, use the following endpoint:
Create Order – API Reference
Need a higher limit? Contact our support team to request an increase.