Sign-in, organization, and Service Credit reads
Plan selection, terms acceptance, Stripe checkout, and issuance of new Service Credits are release-gated. Writing a plan id does not activate a paid plan. Production paid billing is not enabled. There is no supported customer checkout troubleshooting procedure yet. Do not submit payment details, retry a disabled control, or call an internal funding endpoint.
GitHub sign-in does not complete
- Confirm you are signing into the intended GitHub account.
- Allow pop-ups or use the CLI's
--no-browserverification URL. - Complete the displayed verification before its timeout.
- Run
proof liskov whoamirather than repeating login blindly.
If the token is expired or belongs to the wrong account, run
proof liskov logout, then start one new login. Never share the verification
code or session file.
Organization is missing or wrong
proof liskov organization list
proof liskov whoami --organization ORGANIZATION_ID_OR_SLUG
proof liskov organization use ORGANIZATION_ID_OR_SLUG
proof liskov whoami
An invitation must be accepted by the invited GitHub identity. A pending, expired, revoked, or already-used invitation cannot grant access. Ask an admin to inspect Team; do not forward a private invitation link.
Switching does not move Applications. If an Application is absent, verify both organization ID and Application UID before creating another.
Use --organization when you need a different membership for only one
command; use organization use only when you intend to change the session
default. If LISKOV_ORGANIZATION is set in your shell, it applies below an
explicit flag and above the session default.
Organization selector is rejected
LISKOV_ORGANIZATION_SELECTOR_INVALIDorinvalid_organization_selector: remove surrounding-only whitespace and use a non-empty exact ID or slug no longer than 255 UTF-8 bytes.not_a_member: runorganization list, confirm the invitation is accepted and active, and copy the exact case-sensitive ID or slug. Do not guess or create a replacement Application.- An unauthorized session error: run ordinary
whoami. If that also fails, log in again. Never print or paste the stored token while diagnosing it.
Use whoami --organization SELECTOR --json to compare
organizationContext.effective with organizationContext.sessionDefault.
The command override must not change the latter.
A commercial or funding control is unavailable
This is the expected customer posture while the commercial gate remains. You can read Account, Billing & funding, and Ledger, and you can open the Plans surface, but production paid billing is not enabled. A visible plan, checkout, or Stripe portal control does not override this boundary. Do not submit payment details, retry a disabled control, or call an internal funding endpoint.
A configured Stripe supplier/VAT profile and a deployed Checkout implementation also do not change this release boundary. Customer payment starts only after the commercial enablement gate and the documented production journey pass.
Checkout reports a temporary pause
checkout_admission_disabled means new card Checkout is paused. The request
did not create a new payment Session. Previously paid purchases continue to be
verified; check the selected organization's ledger before attempting another
purchase. Existing Service Credits remain usable within normal spending limits.
If a paid purchase is missing, contact support with the organization ID, UTC
time and receipt reference. Never send card details, credentials or payment links.
stripe_not_configured, public_base_url_not_configured, or
stripe_webhook_not_configured mean payment configuration is unavailable.
Use existing Service Credits or contact support. Customers cannot change these
controls, and the release gate above remains in force.
A subscription request reports a conflict
subscription_intent_conflict means the request key already identifies a
subscription action with different plan, interval, cancellation, or trial
inputs. The conflicting request is refused before a provider mutation.
Do not change the inputs under that key or create another request to work
around an uncertain payment. Contact support with the organization ID, UTC
time, and error code; do not include payment links or credentials.
An unknown action reports subscription_action_invalid; an unsupported
interval reports subscription_interval_invalid. These errors do not enable
paid billing or provide a supported route around the release gate above.
Subscription change has an uncertain outcome
subscription_outcome_uncertain means Liskov could not confirm the result of
that subscription request. The provider may have applied it; this is not a
confirmation that a payment was declined or canceled.
Refresh the subscription status. If it remains uncertain, contact support with the organization ID, request key and UTC time. Do not start another payment or trial, or use a new request key, to work around the uncertainty. A trial remains spent even when its provider result is uncertain. Never share payment links or credentials with the report.
Subscription change is waiting or paused
subscription_command_in_progress means the same request is already being
processed. Refresh its status instead of starting another request.
subscription_command_blocked means an earlier subscription request for the
organization still has an unresolved outcome. A different request key does not
bypass that wait. subscription_payment_action_pending means an earlier request
still needs payment or payment authentication. In an enabled billing environment,
an organization billing admin can use Continue payment when it appears in
the account's subscription section. This retrieves the existing request's payment
link; opening it does not start another subscription request. A trial's payment
action remains accessible only to the person who started that trial.
If the link is pending, refresh the subscription status. If it has expired or is unavailable, contact support with the organization and request reference. Do not create a new subscription request to recover a link. Recovery links are available for at most 24 hours from capture, and may expire sooner at the provider. Never share the link. Production paid billing remains release-gated.
subscription_mutations_paused or subscription_writer_fenced means subscription
changes are temporarily unavailable. Status reads remain available. A paused
request does not start a new trial; an already admitted trial stays spent.
subscription_command_rejected is a recorded refusal. Repeating its key does
not issue another provider request. Contact support with the organization ID,
request key, UTC time, and error code before attempting another change.
These statuses do not change the production paid-billing release gate above.
Service Credit reads disagree
- Confirm the active organization ID in the Console and CLI.
- Refresh the authoritative Service Credit and transaction reads.
- Compare exact available, reserved, and used values rather than rounded browser values.
- Match reservations to the Application or deployment that owns them.
proof liskov organization service-credits ORGANIZATION_ID --json
proof liskov organization billing transactions ORGANIZATION_ID --limit 25 --json
If the reads still disagree, contact support with the organization ID, UTC timestamp, expected record, and redacted CLI output. Never send a card number, security code, session token, or a screenshot containing them.
Available credit is below the displayed balance
Check Reserved. Available credit excludes active holds. Match each reserve to a deployment or financial review. Do not infer a ledger error by subtracting rounded browser values; use transactions.