> 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/meru/gai-yao.md).

# 概要

その **トークン化サービス** 単一の統合ポイントを提供します **イシュア** （およびプロセッサ）が国際および国内の **TSPs** （トークンサービスプロバイダ）。

Visa Token ServiceやMastercardのような支払いネットワークのトークン化プラットフォームをサポートします **VTS** （Visa Token Service）および **MDES** （Mastercard digital enablement service）、および国内のTSP。

イシュアはカードをデジタル化し、以下にプロビジョニングできます **xPayウォレット** （Apple Pay、Google Pay、Samsung Pay）やその他のデジタルウォレット。

Thales **TIG** は、カードのデジタル化の旅路をエンドツーエンドでカバーするターンキーコンポーネントです：登録、プロビジョニング、 **LCM** （ライフサイクル管理）、および安全な支払いのためのトークン化。

### デジタル決済エコシステムへの単一接続

Tokenization Serviceへの単一接続により、次のことができます：

* Visa、Mastercard、および国内カードをデジタル化する。
* トークンをxPayウォレットにプロビジョニングする。
* ウェアラブルウォレット（例：Garmin PayやFitbit）をサポートする。
* 以下のようなeコマースのトークン利用事例を有効にする **ファイル上のカード（COF）** トークン化およびSRC（対応する場合）。

Tokenization Serviceには、新しいウォレットを効率的にオンボードするためのツールも含まれています。これにより次のことが可能になります：

* デジタルカード管理を改善する。
* 統合とプロジェクトの導入コストを削減する。

Tokenization Serviceは以下を公開します： **イシュアゲートウェイAPI**。それは支払いネットワークおよびウォレットの更新と整合します。

### スキーム準拠

サポートされるAPIファミリーとバージョンには次が含まれます：

* **Visa（VTS）**：Visa Token Service JSON API 3.7
* **Mastercard（MDES）**:
  * MDES カスタマーサービス
  * 事前デジタル化API 2.0.13
* **UPI**：Issuer Host JSON API v1.18
* **American Express**：Digital Wallet API v2.0
* **Discover（DDX - Discover Digital Exchange）**:
  * Issuer Wallet Services（Issuer）API仕様 v1.6
  * Issuer Wallet Services（NWP）API仕様 v1.5

サポートされないオプションのMDES API：

* 疑わしいイベントの通知
* 認証サービス（Click to Pay）

<figure><img src="/files/98d4831e097ea7b8fac7bcc8d0dd3e7cc3fbc83a" alt=""><figcaption><p>トークン化サービスのエコシステム概要。</p></figcaption></figure>

### 概念

Tokenization Serviceは以下をサポートします：

* カードのデジタル化とプロビジョニング、含む **ID\&V** （識別と検証）。
  * において **イシュアアプリケーション**
  * ウォレット提供者によって開始されるステップアップ認証と共に
    * SMS OTPまたはメールOTP
    * カスタマーサービスによる有効化
    * モバイルバンキング認証
* カードとトークン **LCM**.
* カードの更新（例：更新）。

#### カードのデジタル化

デジタル化とプロビジョニングプロセスは通常次のように構成されます：

* カードの有効性を確認する。
* を認証する **エンドユーザー**.
* トークンをウォレットにプロビジョニングする。

フローの例：

<figure><img src="/files/44fb1d6a57e02090284dc47e841f9070cd14c8d8" alt=""><figcaption><p>高レベルのカードデジタル化フロー。</p></figcaption></figure>

#### 支払い

<figure><img src="/files/5941997815247aa0d3d9360fdfbaadde12949ca4" alt=""><figcaption><p>トークン化された支払いのフロー。</p></figcaption></figure>

#### ライフサイクル管理

LCMアクションはイシュアのバックエンド、エンドユーザー、またはウォレット提供者によって開始できます。

**イシュアのバックエンドから**

* **一時停止**：支払いのためにトークンを一時的に無効化する。
* **再開**：支払いのためにトークンを再有効化する。
* **削除**：デバイスからトークンを削除する。
* **カードを更新**：有効期限、更新、または製品／プロファイルの変更などのカード詳細を更新する。

**エンドユーザーから**

* **削除**：デバイスからトークンを削除する。

**ウォレット提供者から**

* **一時停止** または **削除**：エンドユーザーがデバイスを紛失した場合に使用する。

<figure><img src="/files/ee9978ff48738a5496665c30a2bc8fb4393f394e" alt=""><figcaption><p>典型的なLCMアクションと開始者。</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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/classic-tokenization/ja/meru/gai-yao.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.
