> 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-decision.md).

# 判定の処理

D1は処理します **トークン化** トークン化要求を受け取り、利用可能なシグナル（あなたが提供するデータを含む）を評価して、イシュアを代表して判断を行います **イシュア**.

### 開始する前に

D1がイシュアを代表して判断できるように、次の点を確認してください：

* 意思決定の設定を構成する **D1のオンボーディング中に**. 詳細については、次を参照してください [意思決定エンジン](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md).
* 次のために高品質で一貫したデータを提供してください：
  * カード
  * エンドユーザの **エンドユーザ** （呼称： `consumer` D1 API内では）

### フロー

<figure><img src="/files/7090bc3cb6b42b0f5029e5b9e2225e990bde7fcd" alt=""><figcaption><p>トークン化の意思決定フロー（概略）</p></figcaption></figure>

### シーケンス図

<figure><img src="/files/50310e8d21f1c5a05eb1275a44247083906e5524" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/65f7fabd9b39020aa89ce624884826f878afc0e4" alt="Tokenization decision sequence diagram"><figcaption><p>トークン化意思決定のシーケンス図</p></figcaption></figure>

{% hint style="warning" %}
**カード検証の挙動**

D1は以下を管理します **カード検証（Verify card）** ステップは、あなたが以下を提供した場合のみです **CVK** カードのCVV2を検証するために使用される **CVV2**/**dCVV2** の間に **D1のオンボーディング中に**.

CVKを提供しない場合、D1はあなたの **イシュアのバックエンド** を呼び出します [Verify card API](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md) およびカードの適格性を判断するためにあなたの応答を使用します。

構成によっては（これがデフォルトの動作です）、カードが既に [Register card API](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)を使ってD1に登録されていない場合、フローはイシュアのバックエンドを呼び出す前に失敗します（例：未知のカードのため）。
{% endhint %}

{% hint style="warning" %}
**エンドユーザ（consumer）情報の挙動**

エンドユーザ情報を取得するために、D1はエンドユーザをどのように登録したかに応じて以下のいずれかの経路に従います：

* もし `personalInformation` が次のペイロードに提供されている場合 [Register consumer API](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)、D1は登録時に保存された情報を使用します。
* もし `personalInformation` が提供されていない場合、D1はエンドユーザ（consumer）情報を取得するためにイシュアのバックエンドを呼び出します。
  {% endhint %}

### 意思決定結果

D1がを通じて返す判断は、支払いネットワークのTSPプロトコルと整合しています。 [意思決定エンジン](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md) と整合しています。

D1は以下のいずれかの結果を返すことがあります：

* **GREEN（承認）**\
  トークン化リクエストの完全承認。エンドユーザーは追加の認証を完了する必要はありません。
* **YELLOW（ステップアップ認証で承認）**\
  イシュアはエンドユーザーを認証しなければなりません **ID\&V** 方式でトークン化を完了するための。
* **RED（拒否）**\
  トークン化は承認されず、支払いネットワークのTSPがフローを停止します。

各結果の後に何が起こるかを理解するには、次を参照してください [レスポンスの処理](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response.md) および対応するセクション：

* [拒否](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/decline.md)
* [条件なしの承認](/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)


---

# 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-decision.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.
