> 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/february-2026/feb-2.md).

# 2月2日

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

### Click to Pay

#### 不具合修正

* 修正 [Click to Pay オプトアウト用カードAPI](https://thales-dis-dbp.stoplight.io/docs/d1-caas/c6589e4ec6c5d-click-to-pay-opt-out) カードが関連付けられていない場合に、消費者プロファイルをオプトアウトするため。
* イシュアが最後に関連付けられたカードをオプトアウトする場合は、既存の動作を維持します。
* Visa がカードなしで消費者プロファイルを登録するケースを処理します。

### Core

#### 改善

* 削除済みの `cardId` を再利用できるようにする [カード登録API](https://thales-dis-dbp.stoplight.io/docs/d1-caas/gxe4p2chcr1j2-register-card) （制限事項についてはAPIページを参照してください）。

### 物理発行

#### 新機能

* カード登録が任意になる [カード注文API](/central-issuance/ja/d1-api-wosuru/d1-api-rifarensu/apid1-heno/kdo-api-1.md#post-issuers-issuerid-physicalcards-cardid-operations-production)
* 次の項目に新しいフィールドを追加 [カード注文API](/central-issuance/ja/d1-api-wosuru/d1-api-rifarensu/apid1-heno/kdo-api-1.md#post-issuers-issuerid-physicalcards-cardid-operations-production):
  * `issuerRequestId` カード製造リクエストに一意のIDを設定するため。
  * `packagingConfig` パッケージに追加する挿入物の一覧を提供するため。
  * `deliveryAddress.companyName` 配送先住所に会社名を設定するため。
  * `cardCarrierConfig.multiCardOrder` 複数カードキャリアのカード注文を制御するため。
  * `applications[].appletStartCode`, `applications[].appletDataLength`、および `applications[].tlvDataLength` の `TLV_DATA`.
  * `encryptedData.trackData` で磁気ストライプをサポート `MAG_AND_CHIP_CARD`. (`track1` `track2` `track3)`

#### 改善

* 次の項目の検証パターンを緩和 `encryptedData`:
  * 次の項目で数字を許可 `encodedName`.
  * 次を許可 `+` および `&` 次の項目で `cardDesign.customLines` および `cardCarrierConfig.customLines`.

### Transit（Classic）

#### 新機能

* に新しい任意フィールド cardArtManifest を追加 [provisionCard API](/transit-classic/ja/apirifarensu/apiteste/toranjittoapi.md#post-provisioncard) レスポンスに、カスタマイズされたカードデザインをサポートするため


---

# 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/february-2026/feb-2.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.
