> 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/2026-nian-9-yue/9-yue-9-ri.md).

# 9月9日

| 環境        | 日付        |
| --------- | --------- |
| プレプロダクション | 2026年9月2日 |
| 本番環境      | 2026年9月9日 |

### Click 2 Pay

#### 新機能

* Click 2 Pay サンドボックスシミュレーターを追加します。これにより、イシュアは決済ネットワーク接続なしで D1 API 統合をテストできます。

#### 改善

* Mastercard のために、名と姓を30文字に切り詰めます。これは Mastercard の仕様に準拠しています。

### コア

#### 改善

* 内部リソース使用量とタイムアウトを削減するために、Delete Consumer オペレーションを再設計します。

### トークン化

#### 新機能

* カード所有者検証を追加 [金融機関アプリケーション ID\&V](https://docs.payments.thalescloud.io/tokenization/implement-tokenization/post-tokenization-requests/update-the-digital-card-assurance-method-e-commerce-only#verification-by-issuer-application) D1T イシュア向けのサポート。
  * 以前は OTP ID\&V のみがサポートされていました。
  * CBS を統合する [`stepUpAuthenticationResult`](https://docs.payments.thalescloud.io/tokenization/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/digital-card-api#post-issuers-issuerid-digitalcards-digitalcardid-operations-stepupauthenticationresult) API。
  * 完了したデジタルカードのカード所有者検証オペレーションを、次の経由で取得します [`GetAllDigitalCardOperations`](https://docs.payments.thalescloud.io/tokenization/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/digital-card-api#get-issuers-issuerid-digitalcards-digitalcardid-operations) API。

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

#### 改善

* DDX（Discover）の verifyCard API の deviceName フィールドで特殊文字をサポート
* オプションパラメータを追加 **paymentAccountReference** のレスポンスペイロードに [`requestCardDigitization`](https://docs.payments.thalescloud.io/classic-tokenization/api-reference/issuer-gateway-api/outbound-to-issuer#post-requestcarddigitization) API。

### NFC ウォレット

#### 新機能

* PURE の動的言語優先設定サポート
  * EMV 標準の言語優先タグを通じた言語設定のサポートを追加しました。
* PURE CDA 暗号サポートを拡張
  * PURE Combined Data Authentication（CDA）向けに、より大きな RSA 鍵サイズのサポートを追加し、非接触型決済トランザクションに対するより強力な暗号保護を実現し、イシュアが強化されたセキュリティ要件を満たすのに役立ちます。
* イシュアからの PURE PAR をサポート
  * イシュアから提供される場合、PAR（Payment Account Reference）はトークンパーソナライゼーション設定と単一ブランドカードのメタデータに含まれます。


---

# 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/2026-nian-9-yue/9-yue-9-ri.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.
