Automotion docs

TOPUP_REQUIRES_SUBSCRIPTION

Credit top-ups are available to active subscribers only.

HTTP status: 403

What it means

Credit top-ups are available to active subscribers only.

Why it happens

  • Credit top-ups are extra usage on top of a plan — they are only available while a subscription is active.

How to fix it

Example

Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:

response.json
{
  "error": {
    "code": "TOPUP_REQUIRES_SUBSCRIPTION",
    "message": "Credit top-ups are available to active subscribers. Subscribe at https://automotion.dev/pricing first, then buy extra credits.",
    "docsUrl": "https://automotion.dev/docs/errors/topup_requires_subscription"
  },
  "requestId": "req_0123456789abcdef0123456789abcdef"
}

See the error index for the full catalog and the API overview for envelope semantics.

On this page