Skip to main content
Business API failures return a stable error code and human-readable message. Record the X-Request-Id response header and provide it to support.

Retry safely

Retry 429 and transient 5xx responses with exponential backoff and jitter. Honor Retry-After when present and cap the number of attempts. Reuse the original Idempotency-Key for a retried write. Do not retry validation or authorization failures without changing the request or credential.