> 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/release-notes/es/backend/junio-de-2026/1-jun.md).

# 1 jun

| Entorno       | Fecha              |
| ------------- | ------------------ |
| Preproducción | 25 de mayo de 2026 |
| Producción    | 1 de jun. de 2026  |

### Click to Pay

#### Mejoras

* Agregar `SCHEME_CARD_INELIGIBLE` código de error para indicar que la tokenización falla o que la tarjeta no es elegible.
* Agregar `SCHEME_AMBIGUOUS_PROFILE` código de error para indicar una discrepancia en los datos del perfil del consumidor, como la dirección de correo electrónico o el número de teléfono.

### Núcleo

#### Mejoras

* Agregar `threeDSsupport` a los [API Obtener detalles de la tarjeta](https://docs.payments.thalescloud.io/tokenization/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#get-v2-issuers-issuerid-cards-cardid) y [API Obtener lista de tarjetas](https://docs.payments.thalescloud.io/tokenization/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/consumer-api#get-issuers-issuerid-consumers-consumerid-cards) respuestas para indicar si la tarjeta admite flujos EMV 3-D Secure (3DS).

### Tokenización

* Nuevo **Resultado de autenticación Stepup** Endpoint de la API bancaria D1 expuesto a la aplicación del emisor para aprobar o rechazar una solicitud de vinculación de dispositivo. Actualmente solo es compatible con MDES; pronto se ampliará a VTS
* Campo obsoleto "**reasonCodesRecommendation**" eliminado de
  * [Obtener operación de tarjeta (DIGITIZE)](https://docs.payments.thalescloud.io/tokenization/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#get-issuers-issuerid-cards-cardid-operations-operationid)
  * [Notificar operación de tarjeta V2 (DIGITIZE)](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/1anzKGkgnN7Yu0UiQZjY/integrate-the-d1-api/d1-api-reference/outbound-api-from-d1/card-api#post-notifications-d1-v2-issuers-issuerid-cards)


---

# 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/release-notes/es/backend/junio-de-2026/1-jun.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.
