> 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/comenzar/conceptos-clave/ciclo-de-vida-del-token.md).

# Ciclo de vida del token

El diagrama muestra los posibles estados del token.

<figure><img src="/files/9c3840104ed9db5aaca71e5170dbff54240fbee4" alt="Token life cycle states"><figcaption><p>Estados del ciclo de vida del token.</p></figcaption></figure>

### Estados del token

* `DESPLIEGUE_EN_PROGRESO`: El token se crea y el aprovisionamiento al dispositivo está en curso.
* `INACTIVO`: El token está aprovisionado en el dispositivo pero no activado.
* `REANUDADO`: El token está activado o reanudado desde `SUSPENDIDO`.
* `SUSPENDIDO`: El token está temporalmente deshabilitado.
* `ELIMINADO`: El token se elimina.
* `BORRADO`: El token se elimina del backend TSH y ya no se referencia.

### Reanudación

{% hint style="info" %}

* Si el emisor establece un token en `SUSPENDIDO`, solo el emisor puede volver a establecerlo en `REANUDADO`.
* Un solicitante de token (por ejemplo, xPay Wallets) puede suspender y reanudar un token si el usuario final pierde y luego recupera su dispositivo.
  {% endhint %}

### Actualizar PAN y fecha de caducidad

{% hint style="info" %}
Actualizar el PAN y/o la fecha de caducidad independientemente del estado del token. El Proveedor de Servicios de Tokens (TSP) gestiona el estado del token para la tarjeta.
{% endhint %}


---

# 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/comenzar/conceptos-clave/ciclo-de-vida-del-token.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.
