> 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/july-2025/jul-10.md).

# Jul 10

| Environment    | Date         |
| -------------- | ------------ |
| Pre-Production | Jul 10, 2025 |
| Production     | Jul 10, 2025 |

### Click to Pay

#### Improvements

* Clarify that the end user `middleName` applies to Visa only.
  * Do not use `middleName` for Mastercard.
  * Affects:
    * [Click to Pay enroll API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/638186e76c740-click-to-pay-enrol)
    * [Update consumer API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/237aba137f0a5-click-to-pay-update)
    * [Get consumer profiles API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/0386b878996f2-click-to-pay-get-consumer-profiles)
* Clarify the expected format of the end user mobile phone number.
  * Affects:
    * [Click to Pay enroll API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/638186e76c740-click-to-pay-enrol)
    * [Update consumer API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/237aba137f0a5-click-to-pay-update)
    * [Get consumer profiles API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/0386b878996f2-click-to-pay-get-consumer-profiles)

#### Bug Fixes

* Fix a Mastercard enrollment issue where the billing address name is required.
  * Populate the billing address name as `lastName + firstName` because the field is not exposed.
  * Affects:
    * [Click to Pay enroll API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/638186e76c740-click-to-pay-enrol)

### Tokenization (Classic)

#### Improvements

* Add new `reasonCodes` in Request Card Digitization.


---

# 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/july-2025/jul-10.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.
