> For the complete documentation index, see [llms.txt](https://sharelink-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharelink-docs.toss.im/income/settlement-guide.md).

# 수익금 받기

수익금 확정 기준부터 세금계산서 승인과 지급일까지 안내해 드려요.

**구매확정된 달의 수익금을 그다음 달 지급 일정에 따라 받아요.** 판매가 발생한 즉시 입금되는 것은 아니에요.

예를 들어 **8월 결제 → 9월 구매확정 → 10월 지급**으로 달이 달라질 수 있어요.

실적 대시보드의 판매는 **8월 결제일 기준**으로, 정산 내역은 **9월 정산분**으로 확인해 주세요.

[월별 정산 일정 한눈에 보기](/income/settlement-guide/payment.md)

### 지급까지의 흐름 <a href="#settlement-guide-step-1" id="settlement-guide-step-1"></a>

{% stepper %}
{% step %}

### 예상 수익금이 생겨요 <a href="#settlement-guide-step-2" id="settlement-guide-step-2"></a>

구매자가 인정 조건에 맞게 결제하면 예상 수익금에 반영돼요.
{% endstep %}

{% step %}

### 구매확정 후 정산해요 <a href="#settlement-guide-step-3" id="settlement-guide-step-3"></a>

구매확정 주문과 취소·환불 조정을 반영해 확정 수익금을 계산해요.

구매확정 이후에 생긴 취소·환불 조정이 정산 금액에 반영될 수도 있어요.
{% endstep %}

{% step %}

### 필요한 지급 절차를 완료해요 <a href="#settlement-guide-step-4" id="settlement-guide-step-4"></a>

**일반과세 개인사업자와 법인사업자 중 역발행 대상자**는 구매확정월의 다음 달 첫 영업일에 요청받은 세금계산서를 **그달 15일까지 팝빌에서 승인**해 주세요.

쉐어링크의 정산 내역을 확인하는 것만으로 승인이 완료되지는 않아요. [팝빌에서 승인하는 방법](/income/settlement-guide/tax-invoice.md)을 확인해 주세요.

개인·비사업자와 간이과세자는 이 승인 절차가 없어요.
{% endstep %}

{% step %}

### 등록한 계좌로 지급돼요 <a href="#settlement-guide-step-5" id="settlement-guide-step-5"></a>

지급 조건을 충족한 수익금은 정해진 지급일에 등록한 계좌로 입금돼요.

입금받을 계좌는 웹과 토스 앱의 **내 정보 → 정산**에서 확인하고 수정할 수 있어요. [계좌 변경 방법](/help/troubleshooting.md#account)을 보고, **변경 화면에 안내된 적용 시점**도 확인해 주세요.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**지급일과 승인 마감일의 휴일 기준은 달라요.** 지급일인 25일이 휴일이면 다음 영업일로 조정되지만, 세금계산서 승인 마감인 15일은 휴일이어도 자동으로 연장되지 않아요.
{% endhint %}

### 필요한 안내를 확인해요 <a href="#settlement-guide-step-6" id="settlement-guide-step-6"></a>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>정산 일정과 지급</strong></td><td>구매확정월과 다음 달 승인·지급 일정을 한눈에 확인해요.</td><td><a href="/income/settlement-guide/payment.md">정산 일정과 지급</a></td></tr><tr><td><strong>정산 내역 확인하기</strong></td><td>확정 수익금과 실 지급액이 어떻게 계산됐는지 확인해요.</td><td><a href="/income/settlement-guide/settlement-history.md">정산 내역 확인하기</a></td></tr><tr><td><strong>세금계산서 승인하기</strong></td><td>팝빌에서 역발행 세금계산서를 승인하는 방법을 알아봐요.</td><td><a href="/income/settlement-guide/tax-invoice.md">세금계산서 승인하기</a></td></tr></tbody></table>


---

# 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://sharelink-docs.toss.im/income/settlement-guide.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.
