Early bird discounts live! Claim your offer

subscription.expired

ends_at reached; access revoked.

When this fires

The subscription's ends_at has passed. Resource access is revoked and the subscription transitions to its terminal state.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "subscription.expired",
  "created_at": "2026-06-18T10:06:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "subscription_id": "sub_01HX...",
    "plan_id": "pln_01HX...",
    "subscriber_id": "usr_01HX...",
    "ends_at": "2026-06-18T10:05:00Z"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways subscription.expired for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.subscription_idstring ULIDSubscription identifier.
data.plan_idstring ULIDPlan the subscription was on.
data.subscriber_idstring ULIDSubscriber's project-scoped user id.
data.ends_atISO 8601 timestampWhen the subscription was due to end.

Caveats

  • Pairs with member.churned when this is the subscriber's last active subscription.
  • Resource access is revoked as part of expiry — expect member.resource_removed events for each granted resource.

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