> 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/pcitkun/overview.md).

# 概要

## それは何ですか？

Thales の PCI トークン化ソリューションは、エンドユーザーのカードデータを次のものに置き換えます： `tokenId`。PAN と有効期限は PCI DSS 準拠のボールトに保存されます。

支払いネットワークのトークン化（VTS または MDES）への移行経路として使用してください。

## 仕組みは？

1. エンドユーザーがウェブサイトまたはアプリケーションにカード情報を入力します。
2. バックエンドが PAN と有効期限を暗号化して Thales のバックエンドに送信します。
3. Thales のバックエンドがデータを保存し、次のものを返します： `tokenId`.
4. 取引時には、 `tokenId` を使用して PAN と有効期限を取得します（デトークン化）。

## 典型的なユースケース

* Card-on-file（COF）のユースケース（定期支払い、ワンクリックチェックアウト）をサポートします。
* PAN データを処理するシステムの数を減らします。
* PCI トークン化を支払いネットワークのトークン化（VTS または MDES）と組み合わせます。

## 利点

* **PCI DSS の適用範囲を縮小します。** PAN の取り扱いをより小さな CDE（カード所有者データ環境）に限定します。
* **侵害の影響を低減します。** 自社のデータベースに PAN を保存することを避けます。
* **ハイブリッド トークン化を可能にします。** PCI トークンを支払いネットワークのトークン化へのフォールバックまたは移行経路として使用します。

{% hint style="info" %}
Thales プラットフォームは独立した QSA により監査されています。これにより 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/pcitkun/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.
