> 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/classic-tokenization/ja/ysuksu/kdo/ekomsufur/ekomsufur.md).

# 汎用Eコマース登録フロー

トークン化をサポートするほとんどの加盟店はステップアップ認証をサポートしていません。これにはイシュアが提供するID＆V（本人確認）方法も含まれます。

一時的な回避策として、決済ネットワークのTSPは **自動的に** トークンを有効化します。これはID＆Vのフローが完了していなくても発生する可能性があります。

ステップアップ認証を要求する場合はイエローデシジョンを返してください。加盟店がID＆Vをサポートできない場合、決済ネットワークのTSPがそれをスキップする可能性があります。加盟店がステップアップ認証をサポートするようになるまでの一時的な対応としてのみこれを使用してください。

<figure><img src="/files/60a1218677522933e52d7dc9f3f746f71b837a86" alt=""><figcaption><p>加盟店がステップアップ認証をサポートしていない場合の一般的なeコマース登録フロー。</p></figcaption></figure>

### オーソリゼーションへの影響

一部のTSPは、デトークン化されたオーソリゼーションリクエスト内のトークン保証レベルを更新する場合があります。彼らはステップアップ認証で提供されたトークンに対して専用の値を使用します。ID＆Vがスキップされた場合にも専用の値を使用することがあります。これらの値をイシュアのバックエンドで使用して、それに応じてリスクを管理してください。


---

# 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/classic-tokenization/ja/ysuksu/kdo/ekomsufur/ekomsufur.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.
