> 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/pcitkun/implement-pci-tokenization/onboard-a-merchant.md).

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

たとえばPSPのように複数のマーチャントを管理する場合は、このステップを使用します。呼び出すのは **加盟店を作成** を取得するために呼び出します。 `merchantId`。この `merchantId` は他のAPI操作に必要です。

## フロー

<figure><img src="/files/f485480004f8619c4bf4b959e24ebdbecaaaefdd" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="100">ステップ</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>マーチャント名を指定してマーチャント作成リクエストを送信します。</td></tr><tr><td>2</td><td>Thalesのバックエンドがマーチャントを作成し、ユニークな <code>merchantId</code>.</td></tr></tbody></table>

## API

この **加盟店を作成** 操作はPCIトークナイゼーションと決済ネットワークのトークナイゼーションの両方に使用されます。

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


---

# 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/pcitkun/implement-pci-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.
