> 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/transaction-control/ja/implement-transaction-control.md).

# 取引制御を実装する

## トランザクションコントロールサービス

トランザクションコントロールサービスは、既存のレガシー認可ホストサーバーの機能を強化し、ユーザー体験を向上させる高度な機能を提供します。以下は主な機能のいくつかです：

### 機能

* **動的CVV2**：ワンタイム使用のCVV2をサポートし、銀行のモバイルアプリで動的に生成・表示することでeコマースのセキュリティを強化します。
* **ドメインコントロール**：イシュアまたはエンドユーザーがリアルタイムで有効化または無効化できる、D1によって実行される追加の認可コントロールを許可します。
* **支出上限**：D1が認可処理中に支出上限コントロールを可能にします。上限はイシュアまたはエンドユーザーによってリアルタイムで更新できます。

### 統合モデル

トランザクションコントロールサービスは、イシュアのレガシー認可ホストがグローバルな認可フローを管理し、追加の一部のコントロールをD1が処理するように設計されています。&#x20;

<figure><img src="/files/0756750bba49fd42714278d3424fa38ca230d292" alt=""><figcaption></figcaption></figure>

D1は以下のような特定のEMVコントロールを実行します：

* カードPIN
* 動的CVV
* ドメインコントロール
* 支出上限

イシュアの認可ホストはその他のカードコントロールを担当します。D1はカード製品ごとに追加コントロールを定義する柔軟性を提供します。

追加機能を確認するには、次のページに進んでください：

* 動的CVV
* ドメインコントロール
* 支出上限

**認可シーケンス図**

<figure><img src="/files/35090abbdfe401321cccd7e16178928a05339c06" alt=""><figcaption></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:

```
GET https://docs.payments.thalescloud.io/transaction-control/ja/implement-transaction-control.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.
