Skip to main content

The Backend BillingSubscriptionItemStatus object

Important

Billing regularly introduces new features and UI changes to Clerk's components. If you'd like to remain on a specific version of Clerk's components or SDK, you can follow the steps in the pinning documentation.

The possible lifecycle states of a Backend BillingSubscriptionItem.

Properties

  • Name
    abandoned
    Type
    "abandoned"
    Description

    The Subscription Item is in the abandoned state.

  • Name
    active
    Type
    "active"
    Description

    The Subscription Item is active.

  • Name
    canceled
    Type
    "canceled"
    Description

    The Subscription Item is canceled.

  • Name
    ended
    Type
    "ended"
    Description

    The Subscription Item has ended.

  • Name
    expired
    Type
    "expired"
    Description

    The Subscription Item has expired.

  • Name
    incomplete
    Type
    "incomplete"
    Description

    The Subscription Item is incomplete.

  • Name
    past_due
    Type
    "past_due"
    Description

    The Subscription Item has a past-due payment.

  • Name
    upcoming
    Type
    "upcoming"
    Description

    The Subscription Item is upcoming.

Feedback

What did you think of this content?

Last updated on