> 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/merchant-tokenization/ja/nettowkutkun/implement-network-tokenization/onboard-a-merchant.md).

# 加盟店をオンボードする

これらのAPIを使用して、VisaおよびMastercardのTSP向けに加盟店をオンボードします。

{% hint style="warning" %}
重要

* 加盟店のオンボーディングは一度きりです。オンボーディング後に加盟店を更新または削除することはできません。
* Visaの場合、オンボーディング通知が成功してから5〜7日待ってからトークン化を開始してください。Visaは内部の検証ウィンドウを適用します。
  {% endhint %}

## 1. 加盟店作成フロー

<figure><img src="/files/c96b7f8af93b486100eeb1b37bf1530b049a5de0" alt=""><figcaption><p>加盟店作成フロー</p></figcaption></figure>

<table><thead><tr><th width="100">ステップ</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>加盟店アグリゲーター/PSPが加盟店名を含む加盟店作成リクエストを送信します。</td></tr><tr><td>2</td><td>Thalesのバックエンドがデータベースに加盟店を作成し、一意の識別子を返します。</td></tr></tbody></table>

### API

* APIリファレンス： [加盟店を作成](broken://pages/cb0268f9c9386bfad66714b9852126ff447c83e7#post-merchants)

## 2. 加盟店登録フロー

<figure><img src="/files/30bddd670190c9c331b745ae6ab8b595b4999443" alt=""><figcaption><p>決済ネットワーク加盟店登録フロー</p></figcaption></figure>

<table><thead><tr><th width="100">ステップ</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>加盟店アグリゲーター/PSPが決済ネットワークごとに登録リクエストを送信します。リクエストには、 <code>merchantId</code>、および <code>x-correlation-id</code>、および特定の決済ネットワークパラメータが含まれます。</td></tr><tr><td>2</td><td>Thalesバックエンドがリクエストを受領したことを確認します。</td></tr><tr><td>3</td><td>Thalesのバックエンドが加盟店を決済ネットワークに登録します。</td></tr><tr><td>4</td><td>Thalesのバックエンドが結果とトークンリクエスタ識別子（TRID）をPSPに通知します。</td></tr></tbody></table>

### API

* APIリファレンス： [加盟店を更新 Mastercard（S-COF）](broken://pages/cb0268f9c9386bfad66714b9852126ff447c83e7#put-merchants-merchantid-mastercard-secure-cof)
* APIリファレンス： [加盟店を更新 Visa](broken://pages/cb0268f9c9386bfad66714b9852126ff447c83e7#put-merchants-merchantid-visa)
* コールバックリファレンス： [加盟店更新を通知](broken://pages/1d51a48e24dcc4cc9efef608ba81cb74833d2ac8)


---

# 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/merchant-tokenization/ja/nettowkutkun/implement-network-tokenization/onboard-a-merchant.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.
