> 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/tokenization/ja/implement-tokenization/post-tokenization-requests/life-cycle-management/digital-card-life-cycle.md).

# デジタルカードのライフサイクル

デジタルカードは削除されるまでにいくつかの状態を移行することがあります。

一部の決済ネットワーク **TSPs** はデジタルカードの有効期限と更新をサポートします。この動作は設計時にイシュアおよび **トークナイゼーション** と合わせて調整してください。 **トークンリクエスタ** （例えば、 **xPayウォレット**).

以下のセクションを使用して、誰が各 **LCM** イベントをトリガーできるかを理解してください。

### トークンリクエスタからのライフサイクル管理

デジタルカードの状態を変更するリクエストは **トークンリクエスタ**.

から来ることがあります。 **エンドユーザー** がトークンリクエスタのUIやセルフサービスツールで開始することが多いです。

多くの実装では、トークンリクエスタは削除リクエストのみを決済ネットワークに送信します **TSP**。一時停止と再開はしばしばデジタルウォレットアプリケーション側でローカルに処理されます。

<figure><img src="/files/35d1e17a2b3c25642b18385106fda860b8fb8f37" alt=""><figcaption></figcaption></figure>

関与するAPIは次のとおりです：

* [デジタルカード操作の通知](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)。これはあなたの **イシュアのバックエンド** にデジタルカードでイベントが発生したことを通知します。
* [操作の取得](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)。オプションで操作の詳細を取得します。
* [詳細の取得](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)。オプションでデジタルカードの完全な詳細を取得します。

サービス提供や不正検知のニーズに基づいて呼び出すAPIを選択してください。

### イシュアからのライフサイクル管理

あなたの **イシュアのバックエンド** もデジタルカードの状態変更を要求できます。

例えば、 **エンドユーザー** は端末紛失後にカスタマーサービスにデジタルカードの削除を依頼することができます。

<figure><img src="/files/2b9c5dba270982ecf28c0c3c3eaff262d30e2df6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7b4d2739fc7439960107cbb1a7af7756f5920f82" alt=""><figcaption></figcaption></figure>

とともに、 `digitalCardId`を使用して、次の操作を実行できます：

* [一時停止](/tokenization/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/digital-card-api.md)。決済ネットワークに一時停止を要求します **TSP**.
* [再開](/tokenization/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/digital-card-api.md)。以前に一時停止されたデジタルカードを再開します。
* [削除](/tokenization/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/digital-card-api.md)。デジタルカードを完全に削除します。

{% hint style="warning" %}
削除されたデジタルカードを再開することはできません。
{% endhint %}

デジタルカード削除後、D1はオプションで **エンドユーザー**にも通知を送信できます。これは任意ですが、一部のトークンリクエスタで要求される場合があります。詳細は [エンドユーザーへの通知](/tokenization/ja/implement-tokenization/end-user-notifications.md).

### デジタルカードの更新

デジタルカードは有効期限が切れることがあります。

サポートされている場合、決済ネットワークは **TSP** デジタルカードを更新し、 **トークンリクエスタ**.

イシュアへの通知は任意（オプトイン）です。

<figure><img src="/files/18249e847d2b60c753eddcc7ffa225fd39e56a52" alt=""><figcaption></figcaption></figure>

関与するAPIは次のとおりです：

* [デジタルカード操作の通知](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)。デジタルカードでイベントが発生したことを通知します。
* [デジタルカード資格情報の取得](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)。オプションで更新されたデジタルカードの資格情報を取得します。決済ネットワークは **TSP** 同じままにします `digitalCardId`.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/tokenization/ja/implement-tokenization/post-tokenization-requests/life-cycle-management/digital-card-life-cycle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
