# SubscriptionStatus

### Values

**INACTIVE**

The subscription has completed signup process by has not yet been activated (for manual activation strategy).

**ACTIVATED**

The subscription has completed signup process and has been activated. Active subscription.

**CANCELLED**

The subscription has been cancelled.

~~**CUSTOMER\_UNSUBSCRIBED**~~

*`Deprecated: Replaced with CANCELLED and CANCELLATION_IN_PROGRESS statuses.`*

Deprecated.

**CANCELLATION\_IN\_PROGRESS**

The subscription started but has not completed. cancellation process yet (only for projects with two-step cancellation feature enabled).

**DRAFT**

The subscription (or a cart) created on checkout that has not completed signup process.

**REJECTED**

The subscription has been rejected (for manual activation strategy).

**PENDING\_CUSTOMER\_COMPLETION**

The subscription completed first step of two step signup process.

**PAUSED**

The subscription has been paused.

**STOPPED**

The subscription was automatically stopped because the maximum plan commitment was reached

**PENDING\_CANCELLATION**

The subscription is marked to be automatically cancelled on the next billing moment after the prepaid commitment ends.

**ONE\_TIME\_PURCHASE**

This status can be assigned to customers that do a one-time purchase.

**PENDING\_INITIAL\_PAYMENT**

This subscription is currently in the process of completing the initial payment.
