Early bird discounts live! Claim your offer

billing.tier_cancelled

Creator cancels their MemberPass subscription.

project_id is always null for billing events.

When this fires

The creator cancels their MemberPass tier subscription. The account remains usable until the current period ends.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "billing.tier_cancelled",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "creator_id": "cre_01HX...",
    "plan_id": "tier_growth",
    "effective_at": "2026-06-18T00:00:00Z"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways billing.tier_cancelled 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 who cancelled.
data.plan_idstringTier plan id at cancellation time.
data.effective_atISO 8601 timestampWhen the cancellation takes effect (typically end of paid period).

Caveats

  • Cancellation does not refund the active period — there is a no-refunds policy on creator tier billing.
  • The account does not auto-lock at effective_at unless past_due conditions also apply; it gracefully drops to the Free tier feature set.

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