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

# 7月10日

| 環境        | 日付         |
| --------- | ---------- |
| プレプロダクション | 2025年7月10日 |
| 本番環境      | 2025年7月10日 |

### Click to Pay

#### 改善

* エンドユーザーが `middleName` Visa にのみ適用されることを明確にする。
  * 使用しない `middleName` Mastercard では。
  * 影響を受ける項目:
    * [Click to Pay 登録 API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/638186e76c740-click-to-pay-enrol)
    * [消費者 API の更新](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/237aba137f0a5-click-to-pay-update)
    * [消費者プロフィール取得 API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/0386b878996f2-click-to-pay-get-consumer-profiles)
* エンドユーザーの携帯電話番号の想定形式を明確にする。
  * 影響を受ける項目:
    * [Click to Pay 登録 API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/638186e76c740-click-to-pay-enrol)
    * [消費者 API の更新](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/237aba137f0a5-click-to-pay-update)
    * [消費者プロフィール取得 API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/0386b878996f2-click-to-pay-get-consumer-profiles)

#### 不具合修正

* 請求先住所の名前が必要となる Mastercard の登録問題を修正する。
  * 請求先住所の名前を次のように設定する `lastName + firstName` フィールドが公開されていないため。
  * 影響を受ける項目:
    * [Click to Pay 登録 API](https://thales-dis-dbp.stoplight.io/docs/d1-click-to-pay/638186e76c740-click-to-pay-enrol)

### トークン化（クラシック）

#### 改善

* 新規追加 `reasonCodes` カードデジタル化のリクエストで。


---

# 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/ja/bakkuendo/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.
