> 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/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response.md).

# レスポンスの処理

D1の意思決定エンジンが評価した後、 **トークナイゼーション** リクエストに対して、D1は支払いネットワークに決定を返します **TSP** （例えば、 **MDES** または **VTS**）。その後TSPは、トークン化フローを **トークンリクエスタ** と完了し、該当する場合はデジタルカードをプロビジョニングして有効化します。

{% hint style="warning" %}
**TSPによる決定上書きを避ける**

一部の支払いネットワークは、TSPレベルで **イシュア** のトークナイゼーション決定を上書きするように構成できます。Thalesはこれを推奨しません。なぜならD1と支払いネットワークのTSPが同期外になる可能性があるためです。
{% endhint %}

### 決定結果

D1は次のいずれかの結果を返すことができます：

* [**緑（承認）**](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approval-with-no-conditions.md)\
  トークナイゼーションリクエストは承認され、追加のエンドユーザー認証は不要です。
* [**黄（ステップアップ認証を伴う承認）**](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.md)\
  トークナイゼーションリクエストは条件付きで承認されます。デジタルカードを有効化する前に、エンドユーザーは追加の認証ステップ（ **ID\&V** 方式）を完了する必要があります。
* [**赤（否認）**](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/decline.md)\
  トークナイゼーションリクエストは否認され、支払いネットワークのTSPはフローを停止します。

各結果はデジタルカードの状態とエンドユーザーの体験に特有の影響を与えます。

### 通知

トークナイゼーションの最中および完了後に、D1は通知を生成し、あなたの **イシュアのバックエンド**で管理できます。オプションとして、D1は情報通知を **エンドユーザー**.

{% hint style="warning" %}
**に送信することもできます**

TSPの通知遅延
{% endhint %}

#### TSPは通知の送信を遅延する場合があります。これらの遅延はD1の制御外です。

イシュアのバックエンドへの通知 **D1はトークナイゼーションの結果とライフサイクルイベントを（D1オンボーディング時に有効にした内容に応じて）あなたのイシュアのバックエンドに通知します**).

関係するAPIについては、次を参照してください：

* [API概要](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)

#### エンドユーザー通知

エンドユーザー通知は、（有効にした場合）SMSまたはメールで送信される情報メッセージです。D1は以下の場合にイシュアを代表してこれらの通知を送信できます：

* [条件なしの承認](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approval-with-no-conditions.md)
* [ステップアップ認証を伴う承認](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.md)
* [トークナイゼーションがキャンセルされた](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/canceled-tokenization.md)
* [カード交換](/tokenization/ja/implement-tokenization/post-tokenization-requests/life-cycle-management/card-life-cycle.md#card-replacement) および [カード更新](/tokenization/ja/implement-tokenization/post-tokenization-requests/life-cycle-management/card-life-cycle.md#card-renew)
* [デジタルカードの削除](/tokenization/ja/implement-tokenization/post-tokenization-requests/life-cycle-management/digital-card-life-cycle.md)

構成オプションとメッセージテンプレートについては、次を参照してください [エンドユーザー通知](/tokenization/ja/implement-tokenization/end-user-notifications.md).

{% hint style="warning" %}

* もしイシュアが **OTP** をSMS/メールで送る場合（D1の代わりに）、D1は **送信し** ません（エンドユーザー通知を）。
* エンドユーザー通知が有効な場合、D1は最新のエンドユーザー連絡先情報を取得するためにあなたのイシュアのバックエンドを呼び出すことがあります（ [消費者情報取得API](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).
  {% endhint %}


---

# 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/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response.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.
