> 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/ja/meru/ji-ben-gai-nian/tkunnoraifusaikuru.md).

# トークンのライフサイクル

図は可能なトークンの状態を示しています。

<figure><img src="/files/761fdeca597a3042b302dcdbf2526eadb776083b" alt="Token life cycle states"><figcaption><p>トークンのライフサイクル状態。</p></figcaption></figure>

### トークンの状態

* `DEPLOYMENT_ONGOING`：トークンが作成され、デバイスへのプロビジョニングが進行中です。
* `INACTIVE`：トークンはデバイスにプロビジョニングされていますが、アクティベートされていません。
* `RESUMED`：トークンはアクティベートされているか、から再開されます `SUSPENDED`.
* `SUSPENDED`：トークンは一時的に無効化されています。
* `DELETED`：トークンは削除されています。
* `ERASED`：トークンはTSHバックエンドから削除され、もはや参照されていません。

### 再開

{% hint style="info" %}

* イシュアがトークンをに設定した場合、 `SUSPENDED`、それをに戻せるのはイシュアのみです `RESUMED`.
* トークンリクエスタ（例えば xPay ウォレット）は、エンドユーザーがデバイスを紛失してから回復した場合に、トークンを一時停止および再開できます。
  {% endhint %}

### PAN と有効期限の更新

{% hint style="info" %}
PAN および/または有効期限をトークン状態とは独立して更新します。トークンサービスプロバイダ（TSP）がカードのトークン状態を管理します。
{% 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/ja/meru/ji-ben-gai-nian/tkunnoraifusaikuru.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.
