> 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 は制限を課しません。

### デジタルカード ID とは何ですか？

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

### プロダクト ID とは何ですか？

プロダクト ID はカード製品（例：プラチナまたはゴールド）を識別します。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.
