# Subscription-Status

The status of the subscription.

**string**Subscription-Status

The status of the subscription.

| Enum Value | Description                                                                                        |
| ---------- | -------------------------------------------------------------------------------------------------- |
| PENDING    | The subscription has been created but is waiting for initial payment or activation                 |
| EXPIRED    | The subscription has reached its end date or maximum number of attempts without successful payment |
| TRIALING   | The subscription is in trial period before the first payment is required                           |
| ACTIVE     | The subscription is currently active and payments are being processed normally                     |
| PAST\_DUE  | The most recent payment attempt failed but the subscription will retry according to schedule       |
| PAUSED     | The subscription is temporarily suspended and will resume based on pause settings                  |
| CANCELED   | The subscription has been permanently terminated and will not process further payments             |

**Possible values:** \[`PENDING`, `EXPIRED`, `TRIALING`, `ACTIVE`, `PAST_DUE`, `PAUSED`, `CANCELED`]

**Example:<!-- -->&#x20;**`PENDING`

Subscription-Status

```
"PENDING"
```
