Early bird discounts live! Claim your offer

member.churned

Subscriber's last active subscription lapsed.

When this fires

A subscriber's last active subscription against the project ends — through expiration, cancellation, or non-payment — and they no longer hold access.

Required ability

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

Payload

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

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways member.churned 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 that lapsed.
data.subscriber_idstring ULIDSubscriber's project-scoped user id.
data.last_plan_idstring ULIDPlan id the subscriber was on at churn time.
data.ends_atISO 8601 timestampWhen the subscription ended.

Caveats

  • A subscriber with multiple overlapping subscriptions does not churn until the last one ends.
  • member.churned does not delete the subscriber row; if they re-subscribe later, member.joined fires for the new subscription.

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