> 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).

# 사업자 등록하기

사업자 등록은 필수는 아니에요.&#x20;

다만 수익화 기능인 인앱 광고, 인앱 결제, 토스페이, 프로모션, 비즈 월렛, 토스 로그인을 쓰려면 꼭 필요해요.

사업자는 개인 사업자와 법인 사업자 모두 가능해요. 먼저 [홈택스에서 사업자를 등록](https://toss.im/apps-in-toss/blog/business_registration)해 주세요.

***

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

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

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

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

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

***

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

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

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

***

### 법인 사업자 등록하기

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

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

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

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

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

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

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

***

### 개인 사업자 등록하기

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

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

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

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

<figure><img src="/files/lbw6jt3ZPJp2x9wgco5x" 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.
