# Subscription status

<table><thead><tr><th width="333">STATUS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><code>trialing</code></td><td>The subscription is currently in a trial period and it’s safe to provision your product for your customer. The subscription transitions automatically to <code>active</code> when the first payment is made.</td></tr><tr><td><code>active</code></td><td>The subscription is in good standing and the most recent payment is successful. It’s safe to provision your product for your customer.</td></tr><tr><td><code>incomplete</code></td><td>A successful payment needs to be made within 23 hours to activate the subscription. Or the payment requires action, like customer authentication. Subscriptions can also be <code>incomplete</code> if there’s a pending payment. In that case, the invoice status would be <code>open</code>.</td></tr><tr><td><code>incomplete_expired</code></td><td>The initial payment on the subscription failed and no successful payment was made within 23 hours of creating the subscription. These subscriptions don’t bill customers. This status exists so you can track customers that failed to activate their subscriptions.</td></tr><tr><td><code>past_due</code></td><td>Payment on the latest <em>finalized</em> invoice either failed or wasn’t attempted. The subscription continues to create invoices. Your <a href="subscription-settings">subscription settings</a> determine the subscription’s next state. If the invoice is still unpaid after all <a href="subscription-settings">Smart Retries</a> have been attempted, you can configure the subscription to move to <code>canceled</code>, <code>unpaid</code>, or leave it as <code>past_due</code>. To move the subscription to <code>active</code>, pay the most recent invoice before its due date.</td></tr><tr><td><code>canceled</code></td><td>The subscription has been canceled. This is a terminal state that can’t be updated.</td></tr><tr><td><code>unpaid</code></td><td>The latest invoice hasn’t been paid but the subscription remains in place. The latest invoice remains open and invoices continue to be generated but payments aren’t attempted. You should revoke access to your product when the subscription is <code>unpaid</code> since payments were already attempted and retried when it was <code>past_due</code>. To move the subscription to <code>active</code>, pay the most recent invoice before its due date.</td></tr></tbody></table>
