> 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/ecom/ja/d1-ecom-enablement-wosuru/kdonoraifusaikuruibentowosuru.md).

# カードのライフサイクルイベントを処理する

カードのライフサイクルイベントは、時間の経過とともにトークンのメタデータに影響を与える可能性があります。一般的なイベントには更新、交換、削除が含まれます。

* カードの詳細（PANおよび／または有効期限）が変更された場合、D1 eCom Enablementはあなたのマーチャントゲートウェイにトークンメタデータを更新するよう通知します。
* カードが削除された場合、イシュアのバックエンドはD1 eCom Enablementに通知します。

### カードの更新または交換

<figure><img src="/files/bcfebbec2ca72c6e1f324bff61438847e53286fa" alt="Card renewal or replacement flow"><figcaption><p>カードの更新または交換の通知</p></figcaption></figure>

{% hint style="info" %}
D1 eCom Enablementとイシュアバックエンド間の統合は範囲外です。イシュアの統合モデルによって異なります。
{% endhint %}

### カードの削除

<figure><img src="/files/4ce43cc776759ab1bbd9e2c1b31f2e656e267fe1" alt="Card deletion flow"><figcaption><p>カード削除の通知</p></figcaption></figure>


---

# 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/ecom/ja/d1-ecom-enablement-wosuru/kdonoraifusaikuruibentowosuru.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.
