Rate limits
Limits are per API key — and, for publishable keys, per key+IP — enforced server-side.
| Key/scope | Default limit |
|---|---|
Secret key (sk_) |
300 requests/minute, burst 50 |
Publishable key (pk_) + IP |
60 requests/minute |
Hold creation, per pk_ key + IP |
10/minute (additional cap, on top of the general publishable limit above) |
Limits are configurable per tenant. If you’re consistently hitting a limit
in production, ask your operator contact whether a higher tier fits their
traffic, rather than adding client-side retries that ignore Retry-After.
Next steps
Section titled “Next steps”- Errors — the full error shape, including
429. - Authentication — which key kind gets which limit.