Skip to main content

When this happens

The tenant’s subscription is in a state that blocks production API access:
  • Past due — Stripe could not charge the payment method on file.
  • Canceled — the subscription has been canceled.
  • No active subscription — the trial expired and no plan was selected.
The API surfaces subscription health in the X-Subscription-Status and X-Billing-Status response headers on every response, so you can detect the impending block before the 402 fires.

Example response

How to fix

  1. Sign in at agnes.lasscyber.com/agnes-info/billing.
  2. Click Manage billing to open the Stripe Customer Portal.
  3. Update the payment method or pay the outstanding invoice.
  4. Once Stripe marks the subscription active, API access resumes automatically (the next request after the webhook is processed).
If you intended to remain on a paid tier, contact sales@lasscyber.com for help with purchase orders or non-card billing.

Sandbox keys are unaffected

ak_test_* keys never trigger this error — sandbox traffic bypasses billing entirely. See Sandbox mode.

SDK behaviour

SDKs do not retry 402s — billing must be resolved before traffic flows.