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

# ONE store Payments

## Exchange Rate

* The exchange rate applied is based on the 1st day of the following month after the sales month.\
  (Based on the Seoul Foreign Exchange Brokerage announced rate. If the 1st falls on a holiday, the previous business day’s exchange rate is applied.)

## Currency

* **Sales Status**
  * Sales records are displayed in the local currency of the country/region where the sales occurred.
* **Settlement Status / Transfer Details**

  * The service provider differs by country/region, which affects the currency unit used.

  <table><thead><tr><th>Service Countries/Regions</th><th>Service Provider</th><th width="197">Developer</th><th width="128">Settlement Currency</th><th>Transfer Currency</th></tr></thead><tbody><tr><td>South Korea</td><td>ONE store</td><td>Developer(South Korea)</td><td>KRW</td><td>KRW</td></tr><tr><td></td><td></td><td>Developer(other than South Korea)</td><td>KRW</td><td>USD</td></tr><tr><td>Singapore/Taiwan</td><td>ONE store</td><td>Developer(South Korea)</td><td>KRW</td><td>KRW</td></tr><tr><td></td><td></td><td>Developer(other than South Korea)</td><td>USD</td><td>USD</td></tr><tr><td>United States</td><td>DT One APP Store</td><td>All Developers</td><td>USD</td><td>USD</td></tr></tbody></table>

## Tax

* Agent Model
  * Developers are responsible for VAT payments, but depending on the tax laws of each country/region, the service provider might have to cover VAT payments on their behalf.
  * The responsible party for all taxes and tax payment obligations incurred during the settlement process varies by country/region.
  * The service provider determines the developer’s residency status based on the “Tax ID” entered by the developer in the ONE store Developer Center Membership Information, and the responsible party for the payment is determined accordingly.
  * The developer is responsible for any issues caused by incorrect Tax ID input or any other errors.
  * For more details, please check the “[Tax Information by Country/Region](/dev/chi/docs/payment/tax_information.md)” menu.

## Proof of Settlement Documents

* Documents for sales occurring in South Korea and other than South Korea are issued separately. The form of documents may vary by country/region.
* Sales in South Korea are separately issued by ONE Store, KT, and LGU+ as a joint business.<br>

  | Service Countries/Regions | Service Provider | Developer                         | Documents Type |
  | ------------------------- | ---------------- | --------------------------------- | -------------- |
  | South Korea               | ONE store        | Developer(South Korea)            | Tax Invoice    |
  |                           |                  | Developer(other than South Korea) | Invoice        |
  | Singapore/Taiwan          | ONE store        | Developer(South Korea)            | Tax Invoice    |
  |                           |                  | Developer(other than South Korea) | Invoice        |
  | United States             | DT One APP Store | All Developers                    | Invoice        |

## Transfer

* The transfer process differs depending on the service provider.
* Sales generated in South Korea are remitted under the name of ONE store, consolidated with KT and LGU+.<br>

  <table data-full-width="false"><thead><tr><th width="133">Service Provider</th><th width="169">Developer</th><th>Transfer Schedule</th></tr></thead><tbody><tr><td>ONE store</td><td>Developer(South Korea)</td><td>Settlement payments for the previous month’s sales are transferred at the end of each month. Sales in South Korea and other than South Korea are transferred separately.</td></tr><tr><td></td><td>Developer(other than South Korea)</td><td><ul><li>Settlement payments for the previous month’s sales are transferred around the 10th of the following month. Sales in South Korea and other than South Korea are transferred separately.</li><li>A transfer request can be made only if the accumulated amount for each transfer exceeds $100. Requests can be submitted through the [Request Transfer] button, which appears in the Settlement Status menu between the 15th and 25th of each month.</li><li>ONE store covers the transfer fee, but any additional fees are the developer’s responsibility.</li></ul></td></tr><tr><td>DT One APP Store</td><td>All Developers</td><td><ul><li>Settlement for sales generated in the United States is processed through Tipalti.  <br>Developers can sign up for Tipalti via ONE store Developer Center > Membership Information > Tax Information.</li><li>For more details, please refer to "<a href="https://onestore-dev.gitbook.io/dev/chi/help/faq/global#is-it-mandatory-to-sign-up-for-tipalti-to-sell-paid-apps-in-the-united-states">here</a>".</li></ul></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://onestore-dev.gitbook.io/dev/chi/docs/payment/payment_type/onestore.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.
