> 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/merchant-tokenization/ja/nettowkutkun/overview.md).

# 概要

ネットワークトークン化は、PAN（カード番号）と有効期限を支払いネットワークトークンに置き換えます。トークンサービスプロバイダ（TSP）がトークンを発行します。例としてVTSやMDESがあります。トークンはマーチャントであるトークンリクエスタに紐づけられます。カード・オン・ファイル（COF）決済に使用し、システム内でPANを保存することを避けてください。

<figure><img src="/files/cd4405840944cad7da62c278a07941be21b07e32" alt=""><figcaption><p>支払いネットワークのトークン化に関わる関係者</p></figcaption></figure>

### 関係者

典型的なフローでは、次のようなものがあります：

* **エンドユーザー**：eコマース取引を完了するためにカードを使用します。
* **マーチャントまたはPSP**：COF決済のためのトークンリクエスタとして機能します。
* **アクワイアラ**：取引を支払いネットワークに送信します。
* **イシュア**：トークン作成および取引を承認（または拒否）します。
* **支払いネットワークTSP**：トークンを発行し、デトークン化を実行し、LCMイベントを公開します。
* **Thalesプラットフォーム**：1つのAPIを通じて複数の支払いネットワークへの単一の統合ポイントを提供します。

### 利点

* **COFデータのリスクを低減** ：PANの代わりにトークンを保存することによって。
* **LCMに対応を維持** ：支払いネットワークTSPからの自動更新を使用して。
* **マルチネットワーク接続を簡素化** ：Thalesと一度統合することで。

{% hint style="info" %}
支払いネットワークのトークン化はPANの露出を減らしますが、すべてのPCI DSS義務を除去するわけではありません。スコープはエンドツーエンドのフローに依存します。
{% 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/merchant-tokenization/ja/nettowkutkun/overview.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.
