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.
internal_error
| HTTP | When |
|---|---|
| 500 | An unexpected server-side failure. |
request_id because the
underlying exception was logged to Sentry, not to the response body
(intentional — we don’t leak stack traces or internal field names).
To recover:
- Retry once with backoff. Some
internal_errorresponses are transient (e.g. a single transient DB blip) and succeed on retry. - If you see repeated 500s for the same request, capture the
request_idand contact support. We’ll match it to the Sentry trace and respond.