> 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-sdk-ios/ja/help/faq.md).

# FAQ

NFC Wallet SDKに関するよくある質問への簡潔な回答。

### Thales TSH Pay SDKとは何ですか？

Thales TSH Pay SDKは、NFC Wallet SDKの旧名称です。

### モバイルの最初のバージョンから、カードのイシュアがグリーンフローとイエローフローの両方を実装する必要はありますか？

いいえ。最初のイシュアアプリケーションのリリースでは、グリーンフローから始めることができます。イエローフローは後から追加できます。

関連ガイド：

* [グリーンフローを実装する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/tokenize-a-card/digitize-card/green-flow-digitization.md)
* [イエローフローを実装する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/tokenize-a-card/digitize-card/yellow-flow-digitization.md)

### ウォレットアプリケーションごとにトークン化できるカード数に上限はありますか？

いいえ。NFC Wallet SDKは上限を設けていません。

### Digital Card IDとは何ですか？

デジタルカードIDは、デジタル化されたカードの一意の識別子です。NFC Walletのバックエンドが生成します。

### Product IDとは何ですか？

Product IDは、カード商品（たとえば、PlatinumやGold）を識別します。NFC Walletのバックエンドから取得してください。

### 最初のT\&Cが承諾された後、次回のデジタル化時に再表示したくありません。どうすればよいですか？

NFC Wallet SDK APIを使用して、エンドユーザーに代わって利用規約（T\&C）を承諾します。承諾後は、その後のトークン化フローでT\&Cの表示を省略できます。

### カード情報を送信する場合、必須の送信項目はどれですか？

PANと有効期限を送信してください。

### Thales NFC Wallet SDKを通じてカードを「終了」または「凍結」することは可能ですか？

はい。エンドユーザーは、NFC Wallet SDKを使用してイシュアアプリケーションからデジタルカードを削除できます。その後、SDKが関連するCPS通知を処理します。詳細は [プッシュ通知の処理](/nfc-wallet-sdk-ios/ja/get-started/configuration/4.-push-notifications/handle-push-notifications.md#process-cps-notifications-digital-card-operations).

カードの一時停止はサポートされています。既定ではエンドユーザーに公開しないでください。その操作は通常、イシュアと決済ネットワークが制御します。

ユーザー向けの「支払い停止」コントロールが必要な場合は、代わりにデフォルトの支払いカードの設定を解除することを検討してください。

### デフォルトカードを設定する手順は何ですか？

次の状態にあるカード： `アクティブ` 状態で、少なくとも1つの支払いキーを持つカードは、次を通じてデフォルトの支払いカードとして選択できます。 `DigitalCard#setDefault` API。

### FCM以外にサポートされているプッシュプラットフォームはありますか？

はい。Thalesの仕様に従って Wallet Push Server API を実装することで、独自のプッシュメッセージングプラットフォームを統合できます。

### SDKが期待どおりに動作するために、プッシュメッセージは必須ですか？

はい。プッシュメッセージは必須です。NFC Wallet SDK 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-sdk-ios/ja/help/faq.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.
