> 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/es/casos-de-uso/alta-de-tarjeta/flujo-generico-de-alta/paso-5-activar-el-token/opcion-a-activar-sin-autenticacion-reforzada.md).

# Opción A – activar sin autenticación reforzada

Si el backend del emisor devuelve una bandera verde (`levelOfTrust=GREEN`), el TSP y el solicitante del token proceden con la activación del token. No se requiere autenticación adicional.

<figure><img src="/files/32eb1fb58ba950d1b883a626e49d1a22d10f6f15" alt=""><figcaption><p>Activación del token sin autenticación adicional.</p></figcaption></figure>

El backend TSH envía [`NotifyVirtualCardChange`](/classic-tokenization/es/referencia-de-la-api/api-de-la-pasarela-del-emisor/salida-al-emisor.md) al backend del emisor cuando la activación del token se completa.

### Parámetros de NotifyVirtualCardChange

| Parámetro          | Descripción                                                                      |
| ------------------ | -------------------------------------------------------------------------------- |
| `x-correlation-id` | Contiene el mismo `enrolmentID` valor proporcionado en `requestCardEligibility`. |
| `virtualCardId`    | Identifica la tarjeta virtual actualizada.                                       |
| `action`           | Se establece en `ACTIVATE`.                                                      |
| `tokenInfo`        | Proporciona el DPAN y la fecha de caducidad en la activación.                    |
| `isPrimary`        | Se establece en `true`.                                                          |


---

# 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/classic-tokenization/es/casos-de-uso/alta-de-tarjeta/flujo-generico-de-alta/paso-5-activar-el-token/opcion-a-activar-sin-autenticacion-reforzada.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.
