Automotion docs

BILLING_FAILED

A billing-provider operation failed.

HTTP status: 502

What it means

A billing-provider operation failed.

Why it happens

  • A billing-provider operation (checkout, portal, subscription sync) failed.

How to fix it

  • Retry; if checkout keeps failing, contact support.

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": "BILLING_FAILED",
    "message": "A billing operation failed.",
    "docsUrl": "https://automotion.dev/docs/errors/billing_failed"
  },
  "requestId": "req_0123456789abcdef0123456789abcdef"
}

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

On this page