> 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/post-tokenization-requests/visa-cloud-token-framework-ctf/kdono.md).

# カード所有者の確認

この機能により、マーチャントはカードがトークン化され、必要に応じてバインドされた後、いつでもイシュアにエンドユーザーの検証を要求できます。

この機能の目的は、マーチャントにエンドユーザーを認証する手段を提供することです。たとえば、マーチャントはエンドユーザーのアカウントで不審なアクティビティを検知した後にこれを使用できます。

以下の図は高レベルのフローを示し、プロセスにおけるイシュアの関与を強調しています。

<figure><img src="/files/a51d593e21a76666b56a10d13a81b0a11149bbf1" alt=""><figcaption><p>高レベルのカード所有者検証フロー。</p></figcaption></figure>

図では次を参照しています [ステップアップ認証で承認](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.md).

これは Tokenization 処理で使用されるのと同じフローですが、以下の例外があります。

* その `カスタマーサービス` ID\&V方式はサポートされていません。
* その `アプリ内` ID\&V方式は D1 SDK を通じてサポートできます。特に、次のセクションを参照してください  [Visa CTF のアプリ内認証](/push-provisioning/ja/implement-push-provisioning/implement-view-and-control/in-app-authentication-for-visa-ctf.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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/tokenization/ja/implement-tokenization/post-tokenization-requests/visa-cloud-token-framework-ctf/kdono.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.
