> 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/zh/operation/register-business.md).

# 注册企业

企业登记不是必须的。&#x20;

不过，如果要使用变现功能，如应用内广告、应用内支付、Toss Pay、促销、Biz Wallet、Toss 登录，则必须进行企业登记。

经营主体可以是个人经营者或法人经营者。首先 [请先在 HomeTax 注册企业](https://toss.im/apps-in-toss/blog/business_registration)。

***

### 企业登记前必须了解的事项

* 营业执照上记载的行业与迷你应用提供的服务行业必须一致。若行业不同，迷你应用的上线可能会受限。
* 企业信息请在 App in Toss 控制台 > Workspace 的“我的信息”菜单中登记。
* 提交符合企业类型的文件并请求审核后，通常需要 1\~2 个工作日。

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

{% hint style="warning" %}
**请务必确认**

* 因个人情况等原因无法处理税务事务或无法开具税务发票的经营者，无法按照相关法规进行纳税申报，因此会限制正常的服务运营。
* 增值税免税经营者无法在 App in Toss 进行企业登记。
* 如果在服务上线后确认存在上述原因，Toss 可能会在通知合作伙伴后，采取暂停变现功能或停止服务运营的措施。
  {% endhint %}

***

### 需要企业登记的功能

以下功能需要签约、支付、结算，或与用户认证直接关联。因此，必须完成个人或法人企业登记并同意条款。

* Toss 登录：使用 Toss 账号验证用户。
* Business Wallet：管理营销预算。
* 促销：根据用户的特定行为发放 Toss 积分。
* 应用内广告：在应用内展示广告并创造收益。
* 应用内支付：在应用内销售商品或服务。
* Toss Pay：使用 Toss 支付方式收款。

***

### 注册法人企业

法人企业原则上需要提交以下五种文件。

* 营业执照、企业登记簿副本、法人印鉴证明书、代理人授权委托书、代理人身份证复印件

如果由代表人本人直接登记， **只需提交营业执照和企业登记簿副本**即可。

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

<figure><img src="/files/0b2762d87d4d7b3b6fea4bfde661c585e3ca7ed7" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
请务必确认

* 企业登记簿副本需 **为出具日期起 3 个月以内** 的文件才被认可。超过 3 个月的文件无法用于企业认证。
* 如果是共同代表，则需要所有共同代表的授权委托书和法人印鉴证明书。
* 即使只由共同代表中的一人申请，也需要提交其他代表人的授权委托书和法人印鉴证明书。
  {% endhint %}

***

### 注册个人经营者

个人经营者请提交以下四种文件。

* 营业执照、个人印鉴证明书、代理人授权委托书、代理人身份证复印件

如果由代表人本人直接登记， **营业执照**即可。

<figure><img src="/files/3106cea64ecd732a004ca7b02003bf5c3837059e" alt=""><figcaption></figcaption></figure>

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