Documentation Index
Fetch the complete documentation index at: https://apidocs.scripe.io/llms.txt
Use this file to discover all available pages before exploring further.
service_unavailable
| HTTP | When |
|---|---|
| 503 | A downstream subsystem (DB, Redis, audit buffer) is degraded. |
- Treat 503 as transient. Retry with exponential backoff (e.g. start at 1 s, cap at 30 s).
- Check status.scripe.io for ongoing incidents.
- If your retry loop has been failing for more than a few minutes and
the status page is green, capture a
request_idand contact support.