> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/operation/register-business.md).

# 사업자 등록하기

사업자 등록은 필수가 아니지만, 수익화 기능인 인앱 광고와 인앱 결제, 토스페이, 프로모션, 비즈월렛, 토스 로그인 기능을 사용하려면 꼭 필요해요.

사업자는 개인 사업자와 법인 사업자 모두 가능해요. 이 문서는 **사업자 등록이 왜 필요한지**, **어떻게 등록하는지**를 안내해요.

***

### 사업자 등록 전 꼭 알아야 할 점

* 사업자 등록증에 적힌 업종과 미니앱에서 제공하는 서비스 업종이 같아야 해요. **업종이 다르면 미니앱 출시가 제한될 수 있어요.**
* 사업자 정보는 `앱인토스 콘솔 → 워크스페이스 → 파트너 정보 → 사업자 정보 ‘등록하기’`에서 등록해요.
* 사업자 유형에 맞는 서류를 제출하고 검토를 요청하면, 영업일 기준 1\~2일 정도 걸려요.

{% hint style="info" %}
**확인해 주세요**

* **일신상의 이유 등으로 세무 업무를 수행할 수 없거나 세금계산서 발행이 불가능한 사업자는 관련 법령에 따른 세금 신고가 불가능하여 정상적인 서비스 운영이 제한돼요.**
* **부가가치세 면세 사업자의 경우 앱인토스 사업자 등록이 불가해요.**
  * 또한 위와 같은 사유가 서비스 출시 이후 확인될 경우, 당사는 귀사에 안내 후 수익화 기능 또는 서비스 운영 중단 등의 조치를 진행 할 수 있어요.
    {% endhint %}

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

***

### 사업자 등록이 필요한 기능

아래 기능들은 계약, 결제, 정산이 필요하거나 사용자 인증과 직접 연결돼 있어요. 그래서 개인 또는 법인 사업자 등록과 약관 동의가 꼭 필요해요.

* **토스 로그인:** 토스 계정으로 사용자를 인증해요.
* **비즈 월렛:** 마케팅 예산을 관리해요.
* **프로모션:** 사용자의 특정 행동을 기준으로 토스 포인트를 지급해요.
* **인앱 광고:** 앱 안에 광고를 노출하고 수익을 만들어요.
* **인앱 결제:** 앱 안에서 상품이나 서비스를 판매해요.
* **토스페이:** 토스 결제 수단으로 결제를 받아요.

***

### **1. 법인 사업자 등록하기**

법인 사업자는 기본적으로 아래 다섯 가지 서류를 제출해야 해요.

* 사업자 등록증, 사업자 등기부등본, 법인 인감증명서, 대리인 위임장, 대리인 신분증 사본

대표자 본인이 직접 등록하는 경우에는 **사업자 등록증과 사업자 등기부등본만** 제출하면 돼요.

{% hint style="info" %}
**꼭 확인해 주세요**

* 사업자 등기부등본은 **발급일 기준 3개월 이내** 서류만 인정돼요. 3개월이 지난 서류는 사업자 인증이 되지 않아요.
* 공동 대표인 경우, 공동 대표자 모두의 위임장과 법인 인감증명서가 필요해요.
* 공동 대표 중 한 명만 신청하는 경우에도, 다른 대표자들의 위임장과 법인 인감증명서를 제출해야 해요.
  {% endhint %}

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

<figure><img src="/files/20SeivrFUOQpmKfXQjFR" alt=""><figcaption></figcaption></figure>

***

### **2. 개인 사업자 등록하기**

개인 사업자는 아래 네 가지 서류를 제출해 주세요.

* 사업자 등록증, 개인 인감증명서, 대리인 위임장, 대리인 신분증 사본

대표자 본인이 직접 등록하는 경우에는 **사업자 등록증만** 제출하면 돼요.

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

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

***

### 사업자 없이 사용할 수 있는 기능

사업자 등록 없이도 미니앱을 출시하고 기본적인 사용자 경험을 만드는 데 필요한 기능은 사용할 수 있어요.

* 세그먼트
* 푸시, 알림
* 게임 프로필, 리더보드
* 공유 리워드


---

# 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://developers-apps-in-toss.toss.im/guide/operation/register-business.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.
