> 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/october-2025/oct-27.md).

# 10月27日

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

このリリースでは `billingAddress` を特定のAPIでMastercardのClick to Payに対してオプションにします。また、既存の物理カード発行リクエストを更新するためのAPIも追加します。

### Click to Pay

#### 改善

* 次を `billingAddress` Mastercardに対してオプションにします:
  * [Click to Pay登録](https://thales-dis-dbp.stoplight.io/docs/d1-caas/4ccb39ece8626-click-to-pay-enrol)
  * [Click to Payで消費者プロファイルを取得](https://thales-dis-dbp.stoplight.io/docs/d1-caas/bc98fe23ebdb6-click-to-pay-get-consumer-profiles)
* Visaの検証は変更しないでください。
* 必要なMastercardのサブフィールドは、プロジェクトキックオフ時にMastercardの現地チームと確認してください。

### 物理発行

#### 新機能

* 追加してください [Pull & Change](/central-issuance/ja/d1-api-wosuru/d1-api-rifarensu/apid1-heno/kdo-api-1.md#post-issuers-issuerid-physicalcards-cardid-operations-updateorder) APIを、既存の物理カード発行リクエストを更新するために。
  * サポート `キャンセル`, `加速`, `リダイレクト`、および `加速とリダイレクト` 更新タイプ。
  * 更新通知を送信するには [Notify Card Operations API](/central-issuance/ja/d1-api-wosuru/d1-api-rifarensu/apid1-karano/kdo-api.md#post-notifications-d1-v2-issuers-issuerid-cards) 次を使用して `UPDATE_ORDER` オペレーション。


---

# 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/ja/bakkuendo/october-2025/oct-27.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.
