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.
- BILL-001Payment required.HTTP 402
- BILL-002A plan change is already in progress.HTTP 409
- BILL-003Downgrade needs quota resolution first.HTTP 400
- BILL-004Unknown plan or interval.HTTP 400
The full error reference, or write to support@shiftgraph.dev with the trace id.