> 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-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushonc-ishuaapurikshondesuru/ishuanoapurikshonwoworettotosuru.md).

# イシュアのアプリケーションをウォレットと統合する

### 概要

イシュアアプリの有効化はトークン化フロー中に発生します。

エンドユーザーはウォレットアプリからイシュアアプリにリダイレクトされ、 **ID\&V**.

例: Apple Pay はイシュアアプリ（例：「Antipolis Bank App」）にリダイレクトします。

<figure><img src="/files/3ae672ca281b910ec8e9d58f0caac0c2886209b2" alt=""><figcaption><p>ウォレットからイシュアアプリへのリダイレクトの例。</p></figcaption></figure>

このオプションはイシュア側の開発作業を必要とします。

ウォレットアプリがイシュアアプリを開いてアプリ内でのID\&Vを完了できるようにします。

### エンドツーエンドフロー

<figure><img src="/files/8a59fb8124df3798ed8f3ee8c228de95a4a1e53d" alt=""><figcaption><p>イシュアアプリ有効化フロー。</p></figcaption></figure>

### 統合ポイント

1. ステップ4で、イシュアのバックエンドはデジタル化リクエストに対してID\&V方法を含む応答を返します `bank_app`.
2. ステップ6で、イシュアアプリ有効化を可能にするよう支払いネットワークのTSPを構成します。
3. ステップ9で、カードとトークンをリンクするために必要なウォレット識別子をイシュアのバックエンドが保存します。
4. ステップ12–13で、イシュアアプリがエンドユーザーの検証を行います。
5. ステップ14で、イシュアのバックエンドは次を使用してトークンを有効化します [Update Card State](https://thales-dis-dbp.stoplight.io/docs/digital-payment/94126e1e7a5c5-update-virtual-card-state) と共に `action=RESUME`.
   * このコールにはステップ9で返されたトークン参照が必要です。

### リダイレクション情報

ウォレットアプリはイシュアアプリを開くためのリダイレクションデータを必要とします。

このデータの一部はステップ4の応答でイシュアのバックエンドが返します。

残りのデータは支払いネットワークのTSPで構成します。以下の2つのセクションを指針として使用できます：

* [Apple Pay のアプリ内 ID\&V](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushonc-ishuaapurikshondesuru/ishuanoapurikshonwoworettotosuru/apple-payapuriidv.md)
* [Google & Samsung Pay のアプリ内 ID\&V](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushonc-ishuaapurikshondesuru/ishuanoapurikshonwoworettotosuru/google-samsung-payapuriidv.md)


---

# 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:

```
GET https://docs.payments.thalescloud.io/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushonc-ishuaapurikshondesuru/ishuanoapurikshonwoworettotosuru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
