> For the complete documentation index, see [llms.txt](https://innertrip.gitbook.io/sellerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innertrip.gitbook.io/sellerguide/payment/cost.md).

# 정산 비용과 일정

## 정산 비용

`상품 가격`과 `출장비`, `옵션 가격`을 토대로 정산 비용을 산정합니다.

### 상품 가격

* 강의 = 최소 진행 비용 + 추가 비용 - 인원수 할인
* 공간/부가서비스/버스/단체선물 = 상품 가격 × 수량

<table><thead><tr><th width="218">사업자 유형</th><th>계산식</th></tr></thead><tbody><tr><td>일반사업자</td><td>상품 가격 - 상품 수수료 - PG사 수수료</td></tr><tr><td>간이과세자, 면세사업자</td><td>(상품 가격 ÷ 1.1) - 상품 수수료 - PG사 수수료</td></tr><tr><td>프리랜서</td><td>(상품 가격 ÷ 1.1) - 상품 수수료 - 사업소득세 - PG사 수수료</td></tr></tbody></table>

### 출장비

카테고리가 `강의`인 경우에만 해당됩니다.

<details>

<summary>지역별 출장비</summary>

![](/files/8nCfdOJ0qn0Rl9Q1ORzN)

* 서울/경기 무료
* 경기 외곽 45,000원
* 춘천/홍천 55,000원
* 충북/충남 85,000원
* 대전/강원 110,000원
* 전북/경북 160,000원
* 전남/경남 220,000원
* 제주/도서지역 330,000원 (물품 운송비 별도)

</details>

<table><thead><tr><th width="224">사업자 유형</th><th>계산식</th></tr></thead><tbody><tr><td>일반사업자</td><td>출장비 - 출장 수수료 - PG사 수수료</td></tr><tr><td>간이과세자, 면세사업자</td><td>(출장비 ÷ 1.1) - 출장 수수료 - PG사 수수료</td></tr><tr><td>프리랜서</td><td>(출장비 ÷ 1.1) - 출장 수수료 - 사업소득세 - PG사 수수료</td></tr></tbody></table>

### 옵션 가격

고객이 옵션을 추가한 경우에만 해당됩니다.

<table><thead><tr><th width="230">사업자 유형</th><th>계산식</th></tr></thead><tbody><tr><td>일반사업자</td><td>(옵션 가격 × 수량) - 옵션 수수료 - PG사 수수료</td></tr><tr><td>간이과세자, 면세사업자</td><td>(옵션 가격 × 수량 ÷ 1.1) - 옵션 수수료 - PG사 수수료</td></tr><tr><td>프리랜서</td><td>(옵션 가격 × 수량 ÷ 1.1) - 옵션 수수료 - 사업소득세 - PG사 수수료</td></tr></tbody></table>

## 최종 정산 금액

사업자 유형에 따라 수수료와 부가세, 사업소득세, PG사수수료를 공제한 `상품 가격`, `출장비`, `옵션 가격` 이 최종 정산 금액입니다.

* 최종 정산 금액 = 상품 가격 + 출장비 + 옵션 가격

## 정산 일정

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

* 정산일 : 진행일 익월 10일 (10일이 휴일인 경우 다음 영업일)
* 계산서 발행 : 정산일이 포함된 월
* 이의 신청 기간 : 정산일로부터 일주일 내

사업자에게는 계산서 발행 의무가 있습니다. 자세한 내용은 [회계 처리 방법](/sellerguide/payment/account.md) 에서 확인해 주세요.

<table><thead><tr><th width="219">사업자 유형</th><th>계산서</th></tr></thead><tbody><tr><td>일반사업자</td><td>세금계산서</td></tr><tr><td>간이사업자</td><td>현금영수증</td></tr><tr><td>면세사업자</td><td>전자계산서</td></tr><tr><td>프리랜서</td><td>X (이너트립에서 원천징수 처리함)</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://innertrip.gitbook.io/sellerguide/payment/cost.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.
