Skip to content

HTTP 400, billing and entitlements

BILL-004

Unknown plan or interval.

What it means

The requested plan or billing interval is not one we sell.

What to do

Choose a listed plan. Enterprise is arranged by agreement rather than self-serve.

The response

Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.

{
  "type": "https://shiftgraph.dev/errors/BILL-004",
  "title": "Unknown plan or interval.",
  "status": 400,
  "code": "BILL-004",
  "trace_id": "01J8Z…"
}

Related codes

Plan state and the payment boundary. ShiftGraph invoices and is paid by transfer, so nothing here involves a stored card.

The full error reference, or write to support@shiftgraph.dev with the trace id.