> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/classic-tokenization/get-started/key-concepts/token-life-cycle.md).

# Token life cycle

The diagram shows the possible token states.

<figure><img src="/files/gA0HTRZe1kkSga5Bw93k" alt="Token life cycle states"><figcaption><p>Token life cycle states.</p></figcaption></figure>

### Token states

* `DEPLOYMENT_ONGOING`: The token is created, and provisioning to the device is in progress.
* `INACTIVE`: The token is provisioned to the device but not activated.
* `RESUMED`: The token is activated or resumed from `SUSPENDED`.
* `SUSPENDED`: The token is temporarily disabled.
* `DELETED`: The token is deleted.
* `ERASED`: The token is removed from the TSH backend and is no longer referenced.

### Resumption

{% hint style="info" %}

* If the issuer sets a token to `SUSPENDED`, only the issuer can set it back to `RESUMED`.
* A token requestor (for example, xPay Wallets) can suspend and resume a token if the end user loses and then recovers their device.
  {% endhint %}

### Update PAN and expiry date

{% hint style="info" %}
Update the PAN and/or expiry date independently of the token state. The Token Service Provider (TSP) manages the token state for the card.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/classic-tokenization/get-started/key-concepts/token-life-cycle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
