internal_error
This is a Scripe-side bug. The request was rejected, but we cannot tell
you exactly what went wrong without your
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.