Early bird discounts live! Claim your offer

billing.account_locked

Account hits 60-day lockdown.

project_id is always null for billing events.

When this fires

The creator's account hits the 60-day past-due lockdown. New signups on my.memberpass.net/{handle} are blocked and the dashboard surfaces a lockdown banner.

Required ability

billing:read — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "billing.account_locked",
  "created_at": "2026-05-18T00:00:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "creator_id": "cre_01HX...",
    "past_due_since": "2026-03-19T00:00:00Z",
    "locked_at": "2026-05-18T00:00:00Z"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways billing.account_locked for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idnullAlways null — account-level event.
data.creator_idstring ULIDCreator that was locked.
data.past_due_sinceISO 8601 timestampWhen the past-due state began.
data.locked_atISO 8601 timestampWhen the lockdown took effect.

Caveats

  • Lockdown is reversible: a successful payment fires billing.invoice_paid and the lockdown is cleared automatically. There is no dedicated "account_unlocked" event.
  • Existing subscribers retain access to project resources during lockdown; only new signups are blocked.

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request