Early bird discounts live! Claim your offer

plan.deactivated

Active plan flipped inactive.

When this fires

A creator deactivates a plan. It remains visible to existing subscribers and stays in the catalog, but new checkouts cannot select it.

Required ability

project-subscription-plan:view-any — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "plan.deactivated",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "plan": {
      "id": "pln_01HX...",
      "active": false
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways plan.deactivated for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.plan.idstring ULIDPlan identifier.
data.plan.activebooleanAlways false for this event.

Caveats

  • Existing subscriptions on the plan are unaffected and continue to renew until cancelled or expired.
  • For permanent removal use plan.deleted.

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