> 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/guide/payment.md).

# 정산액 지급

정산금은 실적이 발생한 달의 **다음 달 25일** 에 지급해드려요.

### 정산 조건

정산금을 받기 위해서는 아래 두 가지 조건을 모두 충족해야 해요.

<table><thead><tr><th width="240.02734375">조건</th><th>기준</th></tr></thead><tbody><tr><td>월 수익금</td><td><strong>10 원 이상</strong> (2026/06 이후 시행)</td></tr><tr><td>월별 세금계산서</td><td><strong>승인 완료</strong></td></tr></tbody></table>

### 함께 참고해주세요

<table><thead><tr><th width="239.6875">항목</th><th>내용</th></tr></thead><tbody><tr><td>최대 월 수익금</td><td><strong>3,000만 원</strong></td></tr><tr><td>월 정산 기준 금액(1만 원) 미달 시</td><td><strong>최대 6개월까지 수익금 이월</strong></td></tr><tr><td>수익금 지급 주기</td><td>한 달 단위로 지급</td></tr><tr><td>실적 반영 기준</td><td><strong>구매확정 주문만 반영</strong></td></tr></tbody></table>

{% hint style="warning" %}
세금계산서 역발행 대상자일 경우 [**팝빌**](https://www.popbill.com/)에 반드시 가입해야 해요. 가입하지 않으면 역발행 세금계산서는 발행되지 않으며, 당월 발생한 정산금은 정산되지 않아요.
{% endhint %}

### 정산 일정

예시로, **12월 26일\~1월 25일에 발생한 실적**은 지급 조건을 충족하면 **2월 25일에 지급**돼요.

{% stepper %}
{% step %}

### 실적 발생

12월 26일\~1월 25일
{% endstep %}

{% step %}

### 전월 실적 확정 및 이의 신청

1월 25일
{% endstep %}

{% step %}

### 세금계산서 역발행

1월 27일
{% endstep %}

{% step %}

### 세금계산서 승인 마감

1월 30일
{% endstep %}

{% step %}

### **수익금 지급**&#x20;

2월 25일 **(지급까지 최대 1.8개월)**
{% endstep %}
{% endstepper %}

{% hint style="info" %}

* 세금계산서 승인 마감일·수익금 지급일이 휴일인 경우 다음 영업일에 처리돼요.
* 지급 조건을 충족하지 않거나 세금계산서를 기한 내 승인하지 않으면, 수익금은 다음 달로 이월돼요(최대 6개월).
  {% endhint %}


---

# 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/guide/payment.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.
