# Settlement Guide

### Overview

When developers generate revenue through apps on ONE store App, the settlement process varies depending on the payment type. Service fees and tax policies differ by country/region.

ONE store App operates a transparent and efficient settlement system that allows developers to receive earnings from their revenue smoothly.

This page provides a clear explanation of ONE store App’s settlement process. It helps developers understand the tax and service fee policies for each country/region in advance, making it easier to navigate the settlement procedures without issues.

* [Settlement Methods by Payment Type](https://onestore-dev.gitbook.io/dev/chi/docs/payment/payment_type)
  * [ONE store Payments](https://onestore-dev.gitbook.io/dev/chi/docs/payment/payment_type/onestore)
  * [Third Party Payment](https://onestore-dev.gitbook.io/dev/chi/docs/payment/payment_type/third-party)
* [Service Fee Rates](https://onestore-dev.gitbook.io/dev/chi/docs/payment/service_fee)
  * [South Korea](https://onestore-dev.gitbook.io/dev/chi/docs/payment/service_fee/korea)
  * [Taiwan/Singapore](https://onestore-dev.gitbook.io/dev/chi/docs/payment/service_fee/taiwan_singapore)
* [Tax Information by Country/Region](https://onestore-dev.gitbook.io/dev/chi/docs/payment/tax_information)
* [Preferential Card Fees for Small and Medium-Sized Business Operators](https://onestore-dev.gitbook.io/dev/chi/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/chi/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.
