> 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/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/canceled-tokenization.md).

# トークン化のキャンセル

その **エンドユーザー** キャンセルできます **トークナイゼーション** ステップアップ認証中に。

これはエンドユーザーが非アクティブなデジタルカードを削除したときに発生します。

この場合、決済ネットワークは **TSP** デジタルカードを削除します。

D1 は **DIGITIZE** 操作を `FAILED` としてあなたの **イシュアのバックエンドに**.

## シーケンス図

<figure><img src="/files/8afa109ca6bb5f974a6dcebe37dbfb4051faa72f" alt=""><figcaption><p>エンドユーザーがステップアップ認証中にトークン化をキャンセルする</p></figcaption></figure>

### 統合ノート

1. 決済ネットワークは **TSP** 非アクティブなデジタルカードを削除します。
2. D1 は決済ネットワークから削除イベントを受信します。
3. D1 はあなたの **イシュアのバックエンドに** を使用して通知します **カード操作の通知**:
   * `operation=DIGITIZE`
   * `status=FAILED`
4. もし **エンドユーザー通知が** 有効になっている場合、D1 はエンドユーザーに通知できます。

### 次に何が起きるか

* これをエンドユーザー発信のキャンセルとして扱ってください。デジタルカードは **LCM**.
* もしあなたの **イシュアアプリケーションが** ユーザー向けのステータスを表示する場合、これを「キャンセル済み」にマップしてください。
* 即時キャンセル処理の代わりにリマインダーを送りたい場合は、次を参照してください [未完了のトークン化](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/unfinished-tokenization.md).

{% hint style="info" %}
この結果は D1 の決定ベースの [拒否（Decline）](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/decline.md).

とは異なります。ここで、D1 は **STEP-UP を含む APPROVE を返しました**.

その後エンドユーザーがフローをキャンセルします。
{% endhint %}


---

# 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:

```
GET https://docs.payments.thalescloud.io/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/canceled-tokenization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
