> 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-5-yue/5-yue-13-ri.md).

# 5月13日

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

### Eコマース有効化

#### 改善

* ～にサポートを追加 [トークン作成API](https://docs.payments.thalescloud.io/ecom/integrate-the-d1-api/d1-api-reference/inbound-apis-to-thales-d1#post-merchant-gateways-merchantgatewayid-merchants-merchantid-tokens) 暗黙的登録のため。加盟店ゲートウェイが、D1にまだ登録されていないカードのPANでトークンを作成した場合、イシュアが検証するとD1はそのカードを自動的に登録します。
* トークンDPANとトークン有効期限日を [トークン作成API](https://docs.payments.thalescloud.io/ecom/integrate-the-d1-api/d1-api-reference/inbound-apis-to-thales-d1#post-merchant-gateways-merchantgatewayid-merchants-merchantid-tokens) レスポンスで返します。

### 共通

#### 改善

* v2.0の動作に合わせて、v1.0のオペレーション管理を更新：
  * 古いものと新しいものの両方を保持する `cardId` カードを新しいcardIdで更新する際に、オペレーションシステム内で `cardId`.
  * オペレーションは元の `cardId`に紐付けたままにする。新しい `cardId`.
  * 念のため、すべてのオペレーションは作成後3か月間保持されます。

#### 非推奨化と破壊的変更

* **v1.0 APIでアカウントという概念を非推奨にする**
  * v1.0 APIのRegister account APIとDelete account APIを非推奨にする。参照 [非推奨のアカウント操作](https://docs.payments.thalescloud.io/d1-v1-api/d1-v1-api-references/account-operations/deprecated).
  * 当面はこれらのAPI呼び出しを受け付け続けますが、D1バックエンドへのアカウントデータの保存は停止します。
  * アカウントAPIと `accountId`.
  * を `accountId` v1.0のRegister card APIで任意にする [カード登録V1.0 API](https://docs.payments.thalescloud.io/d1-v1-api/d1-v1-api-references/card-operations/register-and-view#put-issuers-issuerid-cards-cardid).
  * 受け付け続ける `accountId` v1.0の [カード付き消費者登録V1.0 API](https://docs.payments.thalescloud.io/d1-v1-api/d1-v1-api-references/consumer-operations/register#put-issuers-issuerid-consumers-consumerid-cards)、ただしその値の内部利用は停止します。
  * 返却を停止する `accountIds` Get card details V1.0 APIのレスポンスで。
* **v1.0 APIで消費者状態という概念を非推奨にする**
  * 消費者は常にアクティブであるとみなす [カード付き消費者登録V1.0 API](https://docs.payments.thalescloud.io/d1-v1-api/d1-v1-api-references/consumer-operations/register#put-issuers-issuerid-consumers-consumerid-cards).
  * を `consumerState` v1.0のRegister card APIで任意にする [消費者登録V1.0 API](https://docs.payments.thalescloud.io/d1-v1-api/d1-v1-api-references/consumer-operations/register#put-issuers-issuerid-consumers-consumerid).
  * 返却を停止する `oldState` と `newState` get consumer operation(s) APIのレスポンスで。
  * 返却を停止する `consumerState` get card operation(s) APIのレスポンスで。

### 物理発行

#### 新機能

* 追加 [配送追跡ハブ](/central-issuance/ja/wosuru/habu.md).

#### 改善

* 許可する `本番ステータスを取得する` 未登録のカードに対して。
* 許可する `取得＆変更` 未登録のカードに対して。

#### バグ修正

* イシュアのバックエンドがタイムアウトしたときの通知再試行メカニズムを修正する。

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

#### 改善

* Eコマースのトークン化後ユースケースで、後続の支払い取引においてカード所有者を認証するために使用されるAuthenticator Infoを [NotifyVirtualCardChange API ](https://docs.payments.thalescloud.io/classic-tokenization/api-reference/issuer-gateway-api/outbound-to-issuer#post-notifyvirtualcardchange)


---

# 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-5-yue/5-yue-13-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.
