quota_exceeded

Plugin API error quota_exceeded — account out of credits.

HTTP 402 · not retryable

The account does not have enough available credits to reserve the requested job. Available credits = total credits − reservations outstanding.

How to fix

  • Top up via the merchant billing settings (one-time credit pack or subscription tier upgrade).
  • Inspect GET /me to see the current credits_balance and decide whether to defer the submission.
  • For batch endpoints, individual items can fail with quota_exceeded while others succeed — process per-item results in the HTTP 207 response.