Skip to content

HTTP 400, billing and entitlements

BILL-005

Billing is not configured for this organization.

What it means

A checkout was requested where no payment processor exists. ShiftGraph invoices and is paid by transfer, so there is no checkout to send you to.

What to do

Request the plan from the billing page. We send an invoice, and the plan starts when it is paid.

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-005",
  "title": "Billing is not configured for this organization.",
  "status": 400,
  "code": "BILL-005",
  "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.