Early bird discounts live! Claim your offer

subscription.downgraded

Subscriber moved to a lower-priced plan.

When this fires

A subscriber switches to a lower-priced plan. Pro-ration credit is applied through the provider where supported.

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.downgraded",
  "created_at": "2026-05-22T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "subscription_id": "sub_01HX...",
    "subscriber_id": "usr_01HX...",
    "from_plan_id": "pln_01HX_premium",
    "to_plan_id": "pln_01HX_basic",
    "proration_amount": "-7.25"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways subscription.downgraded 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.subscriber_idstring ULIDSubscriber's project-scoped user id.
data.from_plan_idstring ULIDPlan id the subscription was on prior to the change.
data.to_plan_idstring ULIDPlan id the subscription is now on.
data.proration_amountstringPro-ration adjustment in major units, as a string. May be negative for credit issued.

Caveats

  • Pro-ration credit is provider-dependent. Some providers issue credit memos rather than refunds; see the provider integration page docs.
  • Resource access tied to the higher tier may be revoked on the next renewal cycle.

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