Early bird discounts live! Claim your offer

billing.tier_upgraded

Creator upgrades to a higher MemberPass tier.

project_id is always null for billing events.

When this fires

The creator switches their MemberPass subscription to a higher-priced tier. Pro-ration is applied through the payment provider.

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_upgraded",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "creator_id": "cre_01HX...",
    "from_tier": "starter",
    "to_tier": "growth",
    "effective_at": "2026-05-18T10:05:00Z"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways billing.tier_upgraded 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 whose tier changed.
data.from_tierstringPrevious tier slug.
data.to_tierstringNew tier slug.
data.effective_atISO 8601 timestampWhen the new tier took effect.

Caveats

  • Tier changes can unlock features (e.g. Teams on Growth+); event consumers should refresh tier caches on receipt.
  • Pro-ration charges fire billing.invoice_created separately for the proration line.

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