> 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/card-life-cycle.md).

# カードのライフサイクル

D1 APIを使用すると、あなたの **イシュアのバックエンド** はカードを一時停止、再開、削除できます（詳細は [API概要](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md) を参照してください）。

カードを一時停止または再開しても関連するデジタルカードには影響しません。例えば、 **エンドユーザー** は紛失したカードを一時停止してもデジタルカードの利用を続けられます。

カードを削除すると、関連するすべてのデジタルカードが削除されます。

### カード交換

カードが紛失または盗難に遭ったときに交換してください。

交換を開始するには、 [カードを交換](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).

D1は支払いネットワークに通知します **TSP** 既存のデジタルカードを交換されたカードにリンクしたままにするために。

フローの概要：

<figure><img src="/files/1b8161bf611c4c96605284ef946862920461a7c5" alt=""><figcaption><p>カード交換：D1は支払いネットワークのTSPおよびトークンリクエスタに更新を行います</p></figcaption></figure>

### カード更新

カードは有効期限が切れると更新されます。\
D1によって作成されたカードについては、D1が自動的に更新を開始します。\
あなたの **イシュアのバックエンド** も [カードを更新](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).

{% hint style="info" %}
**注意：**

D1に登録されたカードについては、あなたの **イシュアのバックエンド** はD1に連絡して通知する必要があります（呼び出し） [カードを更新](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).
{% endhint %}

D1は支払いネットワークに通知します **TSP** 既存のデジタルカードが更新後も機能し続けるように。

これはカード交換と同じフローを使用します。

### エンドユーザー通知（オプション）

D1は一部の更新シナリオで **エンドユーザー** に通知を送信することもできます。これはオプションです。詳細は [エンドユーザー通知](/tokenization/ja/implement-tokenization/end-user-notifications.md).


---

# 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/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.
