> 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/fur/suteppu3-wosuru.md).

# ステップ3 – 利用規約を提示する

利用規約をエンドユーザーに提示します。トークン化の前に同意を取得してください。

### このステップで何が起きるか

トークンリクエスタが利用規約を提示します。

決済ネットワーク **TSP** それらを提供します（例えば、 **VTS** または **MDES**).

エンドユーザーはウォレットアプリまたはイシュアのアプリでそれらを確認し、承諾します。

### 担当者の役割

* **トークンリクエスタ**
  * 利用規約をエンドユーザーに表示します。
  * 明示的な承諾/拒否の操作を取得します。
  * エンドユーザーが拒否した場合、登録フローを停止します。
* **イシュアのバックエンド**
  * ステップ2で正しい設定が使用されていることを確認します（例えば、を返すことにより `productId`).
  * 同意が取得されるまでデジタル化リクエストを承認しないでください。

### 実装上の注意事項

* トークンリクエスタがレンダリングルールを定義します。
* 決済ネットワークのTSPがコンテンツ形式を定義します。
* 同意をデジタル化承認ステップの必須前提条件として扱ってください。

### 次のステップ

同意が取得された後、次へ進みます： [ステップ4 – デジタル化リクエストを承認する](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu4-dejitarurikuesutowosuru.md).


---

# 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/fur/suteppu3-wosuru.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.
