> 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/nfc-wallet-sdk-android/es/help/error-management/mg-error-management/digitizing-a-card.md).

# Digitalización de una tarjeta

Se pueden encontrar los siguientes códigos de error del SDK al digitalizar una tarjeta de pago:

* PROVISIONING\_NOT\_ALLOWED
* INCORRECT\_OTP
* INCORRECT\_OTP\_MAX\_TRY\_EXCEEDED
* OTP\_EXPIRED
* UNKNOWN\_CORRELATION\_ID
* WEB\_3DS\_AUTHENTICATION\_FAILED

<table data-full-width="true"><thead><tr><th width="328">Código de error</th><th>Caso de uso</th><th>Recomendaciones</th></tr></thead><tbody><tr><td>PROVISIONING_NOT_ALLOWED</td><td>Este error se devuelve cuando el emisor/banco rechaza la solicitud de digitalización (por ejemplo, flujo rojo).</td><td>Este error ocurre cuando el emisor/banco rechaza la solicitud de digitalización de la tarjeta.</td></tr><tr><td>INCORRECT_OTP</td><td>Este error se devuelve cuando el usuario final solicita la activación de la tarjeta utilizando el OTP incorrecto.</td><td><ul><li>Muestra el mensaje de error al usuario final.</li><li>Informa al usuario final que seleccione otro método de ID&#x26;V para obtener un nuevo OTP.</li></ul></td></tr><tr><td>INCORRECT_OTP_MAX_TRY_EXCEEDED</td><td>Este error se devuelve cuando se ha alcanzado el número máximo de reintentos de OTP.</td><td><ul><li>Muestra el mensaje de error al usuario final.</li></ul></td></tr><tr><td>OTP_EXPIRED</td><td>Este error se devuelve cuando el usuario final solicita la activación de la tarjeta con el OTP expirado.</td><td><ul><li>Muestra el mensaje de error al usuario final.</li><li>Informa al usuario final que vuelva a seleccionar el método de ID&#x26;V para obtener un nuevo OTP.</li><li>Informa al usuario final que elimine la tarjeta y registre una nueva tarjeta.</li></ul></td></tr><tr><td>UNKNOWN_CORRELATION_ID</td><td>Este error se devuelve cuando la sesión de registro ha expirado y no se puede continuar con el proceso.</td><td><ul><li>Informa al usuario final de que la sesión de registro ha expirado y de que no se puede continuar con el proceso de digitalización de la tarjeta.</li><li>Informa al usuario final que elimine la tarjeta y registre una nueva tarjeta.</li></ul></td></tr><tr><td>WEB_3DS_AUTHENTICATION_FAILED</td><td>Este error se devuelve cuando el proceso de autenticación web no tiene éxito.</td><td><ul><li>Muestra el mensaje de error correspondiente al usuario final.</li></ul></td></tr><tr><td>DEVICE_SUSPICIOUS</td><td>Este error se devuelve cuando el dispositivo es sospechoso.</td><td>Muestra el mensaje de error correspondiente devuelto al usuario final.</td></tr></tbody></table>


---

# 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/nfc-wallet-sdk-android/es/help/error-management/mg-error-management/digitizing-a-card.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.
