# 기간할인 된 공급자 상품이 네이버페이(주문형)로 결제될 경우 어떻게 정산되나요?

<mark style="color:blue;">네이버페이의 경우 기간할인이 적용된 판매가로 네이버 페이지에서 주문결제 진행되기 때문에</mark>\ <mark style="color:blue;">주문내역 판매가 자체가 기간할인 적용된 금액으로 노출돼요.</mark>

***

> <mark style="color:blue;">예시</mark>\
> 판매가격 : 10,000원 / 기간할인 : 10% 할인일 경우> \
> 공급자정산 = 10,000원 판매가로 정산> \
> 네이버페이 = 9,000원 판매가로 정산

{% hint style="warning" %}
참고

* 네이버페이 주문형에 해당되는 내용이에요.&#x20;
* 네이버페이에 기간할인이 적용된 값 자체가 넘어가는 사항이며 내부정산은 주문내역의 상품판매가 기준으로 체크돼요.
  {% endhint %}


---

# Agent Instructions: 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://help.makeshop.co.kr/faq/product/undefined-2/undefined-8.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.
