> 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/deng-lu-hou/visa-cloud-token-framework.md).

# Visa Cloud Token Framework

Visa Cloud Token Framework (CTF) は Visa の独自フレームワークです。電子商取引のトークン取引におけるセキュリティと信頼を向上させます。

CTF は Visa Token Service (VTS) を拡張し、トークンリクエスタがイシュアに特定のリクエストを送信するために使用できる API を提供します。

CTF は次の二つの機能を追加します：

* **デバイスバインディング**
* **カード所有者の検証**

<figure><img src="/files/902599689a0f5fddcc6d7289a923b3d11ee6c53f" alt=""><figcaption><p>Visa Cloud Token Framework (CTF) の概要</p></figcaption></figure>

### デバイスバインディング <a href="#device-binding" id="device-binding"></a>

デバイスバインディングにより、トークンリクエスタはカードのトークン化が行われたデバイスにトークンをバインドするようイシュアに求めることができます。

これはトークンが別のデバイスで使用されるのを防ぐのに役立ちます。デバイスの不一致は不正リスクを示す可能性があります。

Visa はデバイスバインディングを **オプション** としてトークンリクエスタ向けに提供します。

### カード所有者の検証 <a href="#cardholder-verification" id="cardholder-verification"></a>

カード所有者の検証により、トークンリクエスタはカードのトークン化後の任意の時点でエンドユーザの検証をイシュアに求めることができます。これはデバイスバインディングの有無にかかわらず使用できます。

これはトークンリクエスタが疑わしい活動を検出したときにエンドユーザを認証する手段を提供します。

Visa はトークンリクエスタにカード所有者の検証のサポートを要求します。カード所有者の検証をいつ呼び出すかはトークンリクエスタが決定します。


---

# 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-tokenization/ja/ysuksu/deng-lu-hou/visa-cloud-token-framework.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.
