> 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/get-started/configuration/2.-onboarding.md).

# 2. オンボーディング

## オンボーディングデータを提供する

NFC Wallet SDK の統合を開始する前に、一連のアプリケーション識別子、キー、エンドポイントをと交換してください **Thalesのデリバリーチーム**.

## 必要なデータを Thales のデリバリーチームに送信してください

次の情報をあなたのために提供してください **デジタルウォレットアプリケーション**.

<table><thead><tr><th width="199">パラメーター</th><th width="141">形式</th><th>説明</th></tr></thead><tbody><tr><td><p>PreProd</p><p>FCM サービスアカウント</p></td><td>JSON ファイル</td><td>で、デジタルウォレットアプリケーションにプッシュ通知を送信できるようにします。 <strong>PreProd</strong> 環境。</td></tr><tr><td><p>本番</p><p>FCM サービスアカウント</p></td><td>JSON ファイル</td><td>で、デジタルウォレットアプリケーションにプッシュ通知を送信できるようにします。 <strong>本番環境</strong>.</td></tr><tr><td>Apple Team ID</td><td>英数字の文字列</td><td>Apple Developer チームの識別子です。</td></tr><tr><td>App ID</td><td>文字列</td><td>アプリケーション識別子（例: バンドル識別子）。</td></tr></tbody></table>

{% hint style="info" %}
使用する **Apple Team ID** および **App ID** アプリケーションバインディングキーを導出します。

Thales はこのキーを使用して、ウォレット登録リクエストをあなたの **デジタルウォレットアプリケーション**.

登録済みのデジタルウォレットアプリケーションのみがウォレットに登録できます。参照 [ウォレットに登録する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/enroll-wallet.md).
{% endhint %}

### アプリケーションデータを取得する

#### FCM サービスアカウントを取得する

FCM Service account の詳細については、 [Firebase Console](https://console.firebase.google.com/).

その後、 **Thalesのデリバリーチーム** に連絡して、プッシュ通知の設定を完了してください。

{% hint style="info" %}
FCM は、複数の送信元から同じデジタルウォレットアプリケーションにプッシュ通知を配信できます。
{% endhint %}

#### Apple Team ID と App ID を取得する

あなたの **Apple Team ID** および **App ID** を Apple Developer アカウントおよび/または Xcode プロジェクト設定から取得してください。

## Thales のデリバリーチームからこれを受け取ります

あなたの **デジタルウォレットアプリケーション** および、該当する場合はバックエンドに、次の値を設定してください。

<table><thead><tr><th>パラメーター</th><th width="391">説明</th><th>形式</th></tr></thead><tbody><tr><td>PreProd ソース IP アドレス</td><td>Thales バックエンドが PreProd 環境にプッシュ通知を送信できるよう、FCM で許可リストに追加する IP アドレス。</td><td>IPv4 または IPv6 アドレスのカンマ区切りリスト</td></tr><tr><td>本番環境のソース IP アドレス</td><td>Thales バックエンドが本番環境にプッシュ通知を送信できるよう、FCM で許可リストに追加する IP アドレス。</td><td>IPv4 または IPv6 アドレスのカンマ区切りリスト</td></tr><tr><td>PreProd URL</td><td>PreProd 環境の Thales バックエンドに接続するためのエンドポイント。</td><td>文字列</td></tr><tr><td>本番環境の URL</td><td>本番環境の Thales バックエンドに接続するためのエンドポイント。</td><td>文字列</td></tr><tr><td>PreProd カード情報暗号化キー</td><td>PreProd 環境でカード情報（PAN、CSC、有効期限）の送信を保護するためのキー。</td><td>16進数の文字列、または PEM 証明書</td></tr><tr><td>本番環境のカード情報暗号化キー</td><td>本番環境でカード情報（PAN、CSC、有効期限）の送信を保護するためのキー。</td><td>16進数の文字列、または PEM 証明書</td></tr></tbody></table>


---

# 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/get-started/configuration/2.-onboarding.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.
