> For the complete documentation index, see [llms.txt](https://developers.payssam.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.payssam.kr/understanding/partner.md).

# 파트너와 하위사업장

결제선생 API를 이용하기 위해서 먼저 파트너 구조를 이해해야 합니다.

## **파트너**

파트너는 결제선생과 파트너 제휴 계약을 통해 결제선생 API 이용 권한을 취득한 사업자를 의미합니다. 파트너는 결제선생에서 제공하는 API를 활용하여 플랫폼을 이용하는 가맹점에게 청구, 수납 기능을 제공할 수 있습니다.

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

## 하위사업장

파트너의 가맹점이 결제선생 API를 통해 청구서 발송하기 위해서는 먼저 해당 가맹점이 결제선생에 사업장으로 등록되어 있어야하며, 추가적으로 결제선생에서 해당 사업장이 파트너의 하위사업장으로 등록되어야합니다.&#x20;

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

사업장이 파트너의 하위사업장으로 등록할 수 있는 방법은 경우에 따라 두 가지가 있습니다.

<details open>

<summary><strong>등록될 하위사업장이 많이 않은 경우</strong></summary>

등록된 사업장정보와 `Merchant`값을 파트너 메일로 요청해 주시면 수동으로 담당자가 연결을 도와드립니다.

</details>

<details open>

<summary><strong>하위사업장 등록 빈번한 경우</strong></summary>

하위사업장 등록 API를 활용하여 자동화할 수 있습니다. [하위사업장 등록 API 자세히 보기](/development/merchant.md)

</details>


---

# 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://developers.payssam.kr/understanding/partner.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.
