# 정산안내

### 개요

개발자가 원스토어에서 앱을 통해 수익을 창출할 경우, 결제 유형에 따라 정산 방식이 달라지며, 국가/지역별로 서비스 수수료 및 세금 정책이 적용됩니다.\
이에 따라, 원스토어는 개발자를 위한 투명하고 효율적인 정산 시스템을 운영하며, 이를 통해 개발자는 판매 수익을 원활하게 정산받을 수 있습니다.

\
이 페이지는 원스토어의 정산 방식에 대한 명확한 이해를 돕고, 개발자가 각 국가/지역의 세금 및 서비스 수수료 정책을 사전에 숙지하여 정산 절차를 보다 쉽게 이해하고 문제없이 진행할 수 있도록 지원합니다.

* [결제 유형별 정산](https://onestore-dev.gitbook.io/dev/docs/payment/payment_type)
  * [원스토어 결제](https://onestore-dev.gitbook.io/dev/docs/payment/payment_type/onestore)
  * [외부결제](https://onestore-dev.gitbook.io/dev/docs/payment/payment_type/third-party)
* [서비스 이용료율](https://onestore-dev.gitbook.io/dev/docs/payment/service_fee)
  * [대한민국](https://onestore-dev.gitbook.io/dev/docs/payment/service_fee/korea)
  * [타이완/싱가포르](https://onestore-dev.gitbook.io/dev/docs/payment/service_fee/taiwan_singapore)
* [국가/지역 세금 정보](https://onestore-dev.gitbook.io/dev/docs/payment/tax_information)
* [영세/중소 사업자 카드 우대수수료](https://onestore-dev.gitbook.io/dev/docs/payment/preferential-card-fees)


---

# 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://onestore-dev.gitbook.io/dev/docs/payment.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.
