Rate Limiting

To ensure stability in our shared sandbox, SimulatePay enforces rate limits on all API requests.

Sandbox Limits

100

Requests per minute per IP

Burst Allowance

20

Concurrent requests allowed

Handling Limits

When a limit is reached, the API returns a `429 Too Many Requests` status code. we recommend implementing exponential backoff in your client logic.

HTTP/1.1 429 Too Many Requests
X-RateLimit-Reset: 1710787260