> 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/classic-push-provisioning/ja/ysuksu/xpayworettohenopusshupurobijoningu.md).

# xPayウォレットへのプッシュ・プロビジョニング

エンドユーザーは、イシュアアプリケーションから対象のカードを xPay Wallets に追加できます。対応ウォレットには Apple Pay、Google Pay、Samsung Pay が含まれます。

イシュアアプリケーションは、カードを有効化する前にエンドユーザーの本人確認を行います。

### 手順 1: 表示するかどうかを決定する **ウォレットに追加**

イシュアアプリケーションは、Push Provisioning SDK を使用して、次のいずれかを確認します:

* 対象の xPay Wallet がデバイスでサポートされている。
* デバイス上に、そのカードのトークンがすでに存在する。

結果に基づいて、表示または非表示にする **ウォレットに追加**.

次を呼び出す `getToken` 表示するかどうかを決定するために **ウォレットに追加**。PAN の下 4 桁を渡します。

SDK は、カードがウォレットにすでに存在するかどうかを確認します。応答を使用して、表示するかどうかを決定します **ウォレットに追加**.

<figure><img src="https://3356216997-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC22AqJs7fn1cZC7pAaOE%2Fuploads%2FSh4u0cMSv4pNGRqTLgAR%2FUC_push-provisioning-01.png?alt=media&amp;token=f7d8c549-57f9-4a8b-b1ac-602b9d60b37f" alt=""><figcaption><p>表示または非表示 <strong>ウォレットに追加</strong> カードの存在に基づいて。</p></figcaption></figure>

Push Provisioning SDK は、イシュアのバックエンドで確認するために暗号化されたカードデータを必要とします。参照: [カードデータの暗号化（PKCS#7 形式）](/classic-push-provisioning/ja/gaido/dtato/kdodtanopkcs7.md).

### 手順 2: カードをプロビジョニングする

エンドユーザーが次をタップした後 **ウォレットに追加**、push provisioning を開始します。SDK の次を呼び出します `provision` メソッド。

次を作成します: `authorizationCode` （JWT）をこのフロー用に。参照: [認可コード（JWT 形式）](/classic-push-provisioning/ja/gaido/dtato/kdojwt.md).

<figure><img src="https://3356216997-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC22AqJs7fn1cZC7pAaOE%2Fuploads%2FHTew9jkahj9lDKChKLB4%2FUC_push-provisioning-02.png?alt=media&amp;token=c40a253b-822c-4a83-89fc-c3679de0612e" alt=""><figcaption><p>Push Provisioning SDK を使用したプロビジョニングフロー。</p></figcaption></figure>


---

# 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/classic-push-provisioning/ja/ysuksu/xpayworettohenopusshupurobijoningu.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.
