> 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/es/implement-tokenization/post-tokenization-requests/marco-de-tokens-en-la-nube-de-visa-ctf/verificacion-del-titular-de-la-tarjeta.md).

# Verificación del titular de la tarjeta

Esta función permite al Comerciante solicitar la verificación del usuario final al Emisor en cualquier momento después de que una tarjeta sea tokenizada y, opcionalmente, vinculada.

El objetivo de esta función es ofrecer al Comerciante una forma de autenticar al usuario final. Por ejemplo, el Comerciante puede usarla después de detectar actividad sospechosa en la cuenta del usuario final.

El siguiente diagrama muestra un flujo de alto nivel y destaca la participación del Emisor en el proceso.

<figure><img src="/files/699cd3ad4c718c3818d7252d482abb7ac00ae2bd" alt=""><figcaption><p>Flujo de verificación del titular de la tarjeta de alto nivel.</p></figcaption></figure>

El diagrama hace referencia a [Aprobar con autenticación reforzada](/tokenization/es/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.md).

Es el mismo flujo utilizado para el procesamiento de Tokenización, con las siguientes excepciones:

* La `Servicio al cliente` el método ID\&V no es compatible.
* La `En la aplicación` el método ID\&V puede ser compatible a través del SDK D1. En particular, consulte la sección  [Autenticación en la aplicación para Visa CTF](/push-provisioning/es/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/es/implement-tokenization/post-tokenization-requests/marco-de-tokens-en-la-nube-de-visa-ctf/verificacion-del-titular-de-la-tarjeta.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.
