> 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/unfinished-tokenization.md).

# 未完了のトークン化

An **STEP-UPありの承認** 決定は意味します **トークナイゼーション** 保留中です。

The **エンドユーザー** は完了する必要があります **本人確認（ID\&V）** 方式。これによりデジタルカードが有効化されます。

次のページは使用してください **エンドユーザー** がステップを完了しない場合。

{% stepper %}
{% step %}

### エンドユーザーが何の操作もしない

The **エンドユーザー** ステップアップフローを完了しない可能性があります。

よくある理由は次のとおりです：

* リクエストを認識していない。
* フローを中断する。
* 選択したチャネル（メール/SMS）にアクセスできない。

離脱を減らすために、D1はサポートします [エンドユーザーへの通知](/tokenization/ja/implement-tokenization/end-user-notifications.md).

設定された遅延の後、D1はメールまたはSMSのリマインダーを送信できます。

これらのリマインダーはエンドユーザーに完了を促します **本人確認（ID\&V）**.

これで完了します **トークナイゼーション**.

D1オンボーディング中にリマインダーの遅延と最大メッセージ数を設定します **D1のオンボーディング**。有効化するにはThalesの導入チームに連絡してください。

シーケンス図：

<figure><img src="/files/98e47ee117446b7fb66d448de41e53672b9aae3f" alt=""><figcaption><p>エンドユーザー向けリマインダー通知フロー</p></figcaption></figure>

{% hint style="info" %}
エンドユーザーが何も行わない場合、D1はトークナイゼーション応答を決済ネットワークに返してから24時間後に最初の通知を送信します **TSP**.

この遅延は次の間に設定できます **D1のオンボーディング**.
{% endhint %}
{% endstep %}

{% step %}

### セッションが期限切れになる

システムは完了を無期限に待つことはできません **エンドユーザー** が完了する **本人確認（ID\&V）**.

D1では、ステップアップのセッション長を設定します **トークナイゼーション**.

セッションが期限切れになると、D1は非アクティブなデジタルカードを削除します。

これは決済ネットワークを通じて実行します **TSP**.

例えば、セッション長を30日に設定します。

これは次と整合します **xPayウォレット** 要件。

シーケンス図：

<figure><img src="/files/7260f88f99d45e1a6cdb151ee475e4e6698e153e" alt=""><figcaption><p>トークナイゼーションセッション期限切れフロー</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/unfinished-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.
