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

# SDK通信チャネル

NFC Wallet は、デジタルウォレットアプリケーション上で動作する NFC Wallet SDK と NFC Wallet バックエンド間の専用通信チャネルを使用します。

NFC Wallet は 2 つの通信チャネルをサポートしており、どちらも製品によって完全に管理されます:

* **Wallet API** – NFC Wallet SDK が次のようなユースケースで使用する API:
  * Wallet Secure Enrollment を使用した SDK の初期化
  * カード登録の開始
  * 取引履歴の取得
* **セキュアチャネル** – デジタルカードプロファイルや決済キーなどの機密アセットをプロビジョニングするために使用される安全な通信チャネル。

イシュア バックエンドまたは TSP によって開始されるデジタルカードのライフサイクル管理 (LCM) イベントや取引通知などのユースケースをサポートするために、NFC Wallet ではサイレントプッシュ通知も必要です。

NFC Wallet バックエンドは [Firebase Cloud Messaging (FCM)](https://firebase.google.com/docs/cloud-messaging) を使用して、プッシュ通知をデジタルウォレットアプリケーションに送信します。

以下の図は、NFC Wallet でサポートされる通信チャネルを示しています:

<figure><img src="/files/905eafcdffeddeb964091f5f2c4094ec76d61344" alt=""><figcaption><p>通信チャネルの概要</p></figcaption></figure>

> Firebase Cloud Messaging を使用できない場合、デジタルウォレットバックエンドは Thales Wallet Push Server API をサポートする必要があります。


---

# 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/interfaces.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.
