> 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-4-yue/4-yue-22-ri.md).

# 4月22日

| 環境        | 日付         |
| --------- | ---------- |
| プレプロダクション | 2026年4月16日 |
| 本番        | 2026年4月22日 |

### Click to Pay

#### 新機能

* 〜を追加 [コンシューマーレベル API における Click to Pay オプトアウト](https://docs.payments.thalescloud.io/click-to-pay/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/click-to-pay-api#post-issuers-issuerid-consumers-consumerid-operations-clicktopayoptout).
  * イシュアのバックエンドが、1 回の API 呼び出しでエンドユーザーと関連するすべてのカードをオプトアウトできるようにします。
  * 〜を追加 `CLICK_TO_PAY_OPTOUT` におけるコンシューマーレベルの操作 [コンシューマー操作を取得](https://docs.payments.thalescloud.io/click-to-pay/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/consumer-api#get-issuers-issuerid-consumers-consumerid-operations).
  * 関連するコンシューマーレベルの通知を送信するには [コンシューマー通知を送信](https://docs.payments.thalescloud.io/click-to-pay/integrate-the-d1-api/d1-api-reference/outbound-api-from-d1/consumer-api#post-notifications-d1-v2-issuers-issuerid-consumers).

#### 改善点

* Delete consumer API を更新し、新しい Click to Pay のコンシューマーレベル API におけるオプトアウトを内部的に使用するようにします。これにより、コンシューマーレベルの `CLICK_TO_PAY_OPTOUT` 操作と通知が、カードレベルのイベントの代わりに生成されます。

### 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) マーチャントゲートウェイに加盟店を登録するための
* 〜を追加 [トークン作成 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) マーチャントゲートウェイの国内スキーム上でカード用のトークンを作成するための
* 〜を追加 [トークンメタデータ取得 API](https://docs.payments.thalescloud.io/ecom/integrate-the-d1-api/d1-api-reference/inbound-apis-to-thales-d1#get-merchant-gateways-merchantgatewayid-merchants-merchantid-tokens-tokenid-metadata) トークンのステータスと紐づくカードの詳細を取得するための
* 〜を追加 [トークン削除 API](https://docs.payments.thalescloud.io/ecom/integrate-the-d1-api/d1-api-reference/inbound-apis-to-thales-d1#delete-merchant-gateways-merchantgatewayid-merchants-merchantid-tokens-tokenid) トークンを削除するための。削除後もメタデータの取得は引き続きサポートします。
* 〜を追加 [取引作成 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-tokenid-transactions) 認可リクエストおよび TSP デトークナイゼーション用のペイメント・クリプトグラムを生成するための
* 〜を追加 [トークン更新通知 API](https://docs.payments.thalescloud.io/ecom/integrate-the-d1-api/d1-api-reference/outbound-apis-from-thales-d1#post-merchant-gateways-merchantgatewayid-merchants-merchantid-tokens-tokenid-notify-update) トークンの状態が変化したとき、または紐づくカードが更新・再発行されたときに、マーチャントゲートウェイに通知するための


---

# 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-4-yue/4-yue-22-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.
