> 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/nfc-wallet/ja/general/overview.md).

# NFCウォレットの概要

NFC Walletは、Thalesのクラウドベースのソリューションです。 [EMV決済のトークナイゼーション](https://www.emvco.com/emv-technologies/payment-tokenisation/).

NFC Walletを使用すると、イシュアとウォレットプロバイダーは、対応している任意の決済ネットワークの決済カードを、エンドユーザーのモバイルデバイス上で動作するデジタルウォレットアプリケーションへデジタル化できます。これらのデジタル化されたカードは、そのモバイルデバイス上でEMV非接触取引に使用できます。

EMV決済トークナイゼーションフレームワークにおいて、NFC Walletは **トークンリクエスタ・プラットフォーム** 決済エコシステムにおいて。主に以下で構成されています：

* **NFC Walletバックエンド** － 複数のトークンサービスプロバイダー（TSP）に接続されたクラウドホスト型の業務アプリケーション。
* **NFC Wallet SDK** － エンドユーザーのモバイルデバイス上で動作するデジタルウォレットアプリケーションに統合されたクライアントSDK。

以下の図は、NFC Walletソリューションを示しています。

<figure><img src="/files/9892ebe33a84f0be7700aeacf3322f10b2ac78d2" alt=""><figcaption><p>NFC Walletの高レベルアーキテクチャと主要コンポーネント</p></figcaption></figure>

NFC Walletは、ウォレットプロバイダーが複数のトークンサービスプロバイダー（TSP）と連携するための単一の統合ポイントを提供します。

NFC WalletはMastercardおよびVisaのサービスに接続されており、他の決済ネットワークや国内スキームへの拡張も可能です。

> NFC Walletは、PUREと呼ばれるThalesのホワイトラベル決済スキームフレームワーク向けの独自のTSPもサポートしており、国内ネットワークやクローズドループのシナリオで使用できます。

### トークンリクエスタ

トークンリクエスタは、デジタルウォレットアプリケーションの提供元（ウォレットプロバイダー）です。

各トークンリクエスタは、顧客が参加を希望する各トークンプログラムに登録され、一意に識別される必要があります。

トークンプログラムに登録されると、NFC Walletはトークンリクエスタに代わって適切なTSPとの接続を有効化できます（つまり、 **顧客オンボーディング**).

### NFC Wallet SDK

NFC Wallet SDKは、エンドユーザーのモバイルデバイスにインストールされたデジタルウォレットアプリケーションにおけるソリューションの主要なエントリポイントです。NFC Walletバックエンドに安全に接続されています。

NFC Wallet SDKは、さまざまな決済ネットワークをサポートするための統一されたAPIセットを提供する開発キットです。

SDKを使用することで、デジタルウォレットアプリケーション内のユーザー体験や画面フローを完全に制御しつつ、NFC Wallet製品が決済ネットワーク固有の業務ロジックを処理します。

NFC Wallet SDKはAndroidとiOSで利用できます。

> 多くの場合、お客様の自社インフラにおけるNFC Walletの統合作業は、NFC Wallet SDKをデジタルウォレットアプリケーションに統合することに限定できます。

### NFC Walletバックエンド

NFC Walletバックエンドは、高可用性を備えてクラウド上に展開されます。

さまざまなTSPとの接続を提供し、各決済ネットワークの仕様に従って必要な業務フローを実装します。


---

# 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/nfc-wallet/ja/general/overview.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.
