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

# 정산하기

### 정산서 조회

* 매월 1일 부터 말일까지 실제 집행된 광고에 대해 **유상 비즈머니** 소진 금액을 기준으로 **익월 1일**에 정산서가 생성돼요.
  * 비즈니스 그룹의 \[그룹 관리] → \[정산] 버튼을 눌러 각 광고 계정의 정산 내역을 확인할 수 있어요.
  * 광고계정의 \[세금계산서] 메뉴에서 상세 정산 내역을 확인할 수 있습니다.

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

{% hint style="warning" %}
**배너 광고 정산 및 과금 기준**&#x20;

* 배너 광고는 성과 보고서와 실제 청구 금액이 다를 수 있어요.&#x20;
  * 일별 소진 금액을 1원 단위에서 반올림한 뒤 합산해 최종 광고비를 계산해요.\
    ROUND(일일소진금액, -1) 함수를 사용하면 청구 금액과 동일한지 확인할 수 있어요.
    {% endhint %}

***

### 세금계산서 발행

* 광고 계정 생성 시 등록한 **사업자 등록번호**로 매월 1일 \~ 말일에 실제 집행된 광고에 대해, 유상 머니 소진금을 기준으로 **월 1회** 세금계산서가 발행돼요.
  * 무상 머니 사용 금액에 대한 내용은 포함되지 않아요.

{% hint style="info" %}

* 발행 금액 : 월 1일 \~ 말일에 실제 집행된 광고에 소진한 **유상 비즈머니** 비용
* 발행 기준 : 광고계정 단위로 1장 발행
* 발행 주기 : 익월 초 (영업일 기준 4일 이내)
* 발행 대상 : 해당 월에 유상 광고 머니를 이용해 광고를 집행한 이력이 있는 광고 계정
* 작성 일자 : 해당 월의 말일
* 수신 이메일주소 : 광고 계정의 **대표 이메일** 주소
  {% endhint %}

※ 일부 에이전시 계정의 경우 **사전 협의**를 통해 사업자 등록번호 단위로 1장 발행 가능해요.

※ 세금계산서 수정 발행이 필요한 경우, <bo.team@toss.im> 메일로 문의 주시면 확인 후 순차적으로 도움 드리고 있어요.


---

# 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:

```
GET https://toss-ads.gitbook.io/guide/adjustment/settlement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
