> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/booking/undefined/undefined-7.md).

# 정산 내역

1. **정산내역**

* 정산 내역 메뉴에서는 필터 조회 조건에 맞춰 일별 정산 내역을 조회할 수 있습니다.
* 검색 조건

1\) 입금 완료일 : 실제 입금이 완료되어야 조회가 되므로, 입금 예정은 조회되지 않습니다.

2\) 이용완료일 : 입금이 되지 않은 상태라 하더라도 정산 내역이 생성되면 조회가 가능합니다. 오전 10시 이전에는 전일 이용완료 건이 조회되지 않을 수 있습니다.

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

* 총 정산 금액 : 목록에 조회된 값의 합산입니다.
* 정산 방식&#x20;

1\) 송금 : 정산 계좌로 입금된 경우입니다.

2\) 충전금 적립 : 송금이 실패하여 충전금으로 지급한 경우입니다.

3\) 충전금 차감 : 정산을 받은 예약이 취소되어 이용자에게 금액이 환불되었으나, 해당일에는 정산할 금액이 없는 경우 차감될 정산금액은 충전금에서 차감 처리 됩니다.

4\) 지급 보류 : 정산 방식은 아니지만, 지급 보류가 된 경우는 '입금 예정'으로 조회되며 정산 방식 노출란에 '지급 보류'로 노출이 됩니다.

* 정산일 : 이용 완료 처리일 기준으로 1 영업일 이후 정산됩니다.&#x20;

2. **정산 상세**

* 정산 내역 페이지에서 각 정산 건 클릭 시 정산 상세 페이지로 이동합니다.

<figure><img src="/files/4vvQml84Ya6lL8KsKKUh" alt="" width="563"><figcaption></figcaption></figure>

* 용어 설명

1\) 결제 금액 : 카드, 카카오페이 머니, 포인트로 결제한 금액의 합산입니다.

2\) 판매 수수료 : 이용자의 결제 대음에서 결제 수단 별 수수료를 계산하여 합산한 금액으로 최종 차감할 금액입니다.

3\) 공제 금액 : 결제 대금 외 정산 금액에서 환급되거나 공제되는 금액으로, 공제 금액이 없는 경우 노출되지 않습니다.

4\) 총 정산 금액 : 결제금액 + 판매수수료 + 공제금액


---

# 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://kakaobusiness.gitbook.io/main/tool/booking/undefined/undefined-7.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.
