<!-- ZenPays documentation · https://docs.zenpayz.com/docs/reference/enums/subscription-status -->

# Subscription and billing

These values are generated from the SDK's own types, so they always match what
the shipped client accepts.

## SubscriptionStatus

| Value | Meaning |
|---|---|
| `trialing` | — |
| `active` | — |
| `past_due` | — |
| `paused` | — |
| `cancelled` | — |

## SubscriptionPlanStatus

| Value | Meaning |
|---|---|
| `active` | — |
| `archived` | — |

## BillingInterval

Subscription types

| Value | Meaning |
|---|---|
| `day` | — |
| `week` | — |
| `month` | — |
| `year` | — |

## CollectionMethod

| Value | Meaning |
|---|---|
| `auto_charge` | — |
| `send_invoice` | — |
