Order API

Enum

SubscriptionStatus

Current lifecycle status of a subscription.

Kind Enum type
Used in UpdateSubscriptions1

Values

  • none

    No status was supplied. UpdateSubscriptions1 does not accept this value.

  • active

    The subscription is active and expected to bill again.

  • cancelled

    The customer cancelled the subscription.

  • expired

    The subscription completed all planned cycles.

  • failed

    Billing failed and no further attempts are expected.

  • paused

    The subscription is paused and expected to resume.

  • stale

    The subscription expired through inactivity.

  • unsupported

    The source system reported a status that the integration cannot map more precisely.

  • inactive

    The subscription ended for another reason.

Previous
SubscriptionCycleState1