> 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/ysuksu/deng-lu-hou/tkunraifusaikuru/worettopurobaidkaratkunwosuru.md).

# ウォレットプロバイダーからトークン状態を更新する

いくつかのイベントは、ウォレットプロバイダまたは決済ネットワークによって開始されるトークン状態の更新を引き起こします **TSP** （例えば、VTS または MDES）。

典型的な例：

* エンドユーザーがデジタルウォレットアプリケーションからトークンを削除する。
* エンドユーザーが電話を紛失したり見つけたりし、ウォレットプロバイダのポータルを使用してトークンを一時停止、再開、または削除する。
* イシュアが決済ネットワークのカスタマーケアインターフェース（CCI）を使用してトークンを一時停止、再開、または削除する。

### フロー

<figure><img src="/files/643535e518a7e0dbcf975aabddd8951701b6b520" alt="Wallet-initiated token state update flow."><figcaption><p>ウォレットプロバイダまたは決済ネットワークのTSPによって開始されるトークン状態の更新。</p></figcaption></figure>

{% stepper %}
{% step %}

#### 1. トークン状態の更新を開始する

ウォレットプロバイダまたは決済ネットワークのTSPがトークン状態の変更を開始します。
{% endstep %}

{% step %}

#### 2. notifyVirtualCardChange を受信する

操作が完了した（または失敗した）とき、あなたは受け取ります `notifyVirtualCardChange`.

参照： [`notifyVirtualCardChange`](https://thales-dis-dbp.stoplight.io/docs/digital-payment/b3A6MjU4Nzg1MjE-notify-issuer-about-any-virtual-card-token-change).

主要なパラメータ：

| パラメータ              | 説明                                         |
| ------------------ | ------------------------------------------ |
| `x-correlation-id` | このコールバックを関連するトークン状態の更新と関連付けます。             |
| `virtualCardId`    | 更新されたトークンを識別します。                           |
| `action`           | 決済ネットワークまたはウォレットプロバイダによって実行されたアクションを指定します。 |
| {% endstep %}      |                                            |
| {% endstepper %}   |                                            |

{% hint style="info" %}
冪等に `notifyVirtualCardChange` 処理してください。コールバックは重複したり遅延したりする可能性があります。
{% endhint %}

### 関連ドキュメント

* [イシュアのバックエンドからトークン状態を更新する](/classic-tokenization/ja/ysuksu/deng-lu-hou/tkunraifusaikuru/ishuabakkuendokaratkunwosuru.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:

```
GET https://docs.payments.thalescloud.io/classic-tokenization/ja/ysuksu/deng-lu-hou/tkunraifusaikuru/worettopurobaidkaratkunwosuru.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.
