> 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/backend/june-2026/jun-1.md).

# Jun 1

| Environment    | Date         |
| -------------- | ------------ |
| Pre-Production | May 25, 2026 |
| Production     | Jun 1, 2026  |

### Click to Pay

#### Improvements

* Add `SCHEME_CARD_INELIGIBLE` error code to indicate that Tokenization fails or the card is not eligible.
* Add `SCHEME_AMBIGUOUS_PROFILE` error code to indicate a mismatch in consumer profile data, such as email address or phone number.

### Core

#### Improvements

* Add `threeDSsupport` to the [Get card details API](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) and [Get card list API](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) responses to indicate whether the card supports EMV 3-D Secure (3DS) flows.

### Tokenization

* New **Stepup Authentication Result** D1 Banking API endpoint exposed to the issuer application to approve/reject a device binding request. Only supported for MDES at the moment; it will be shortly extended to VTS
* Deprecated field "**reasonCodesRecommendation**" removed from
  * [Get Card Operation (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)
  * [Notify Card Operation 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:

```
GET https://docs.payments.thalescloud.io/release-notes/backend/june-2026/jun-1.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.
