# 국가/지역 세금 정보

## 대한민국

<details>

<summary><strong>부가세(VAT)</strong> </summary>

* 부가세율은 10%입니다.
* 대한민국 개발자는 부가세 신고 및 납부에 대한 책임이 있으며, 대한민국 외 개발자의 부가세는 원스토어가 대신 신고 및 납부합니다.&#x20;

</details>

<details>

<summary><strong>원천세</strong></summary>

* 대한민국 외 개발자가 대한민국과 조세 조약을 체결하지 않은 국가의 개발자인 경우, 지급 시점에 원천세가 징수될 수 있습니다.
* 원천징수 세율은 2.2% 입니다.

</details>

## 싱가포르

<details>

<summary><strong>상품서비스세(GST)</strong></summary>

* 상품서비스세율은 9% 입니다.
* 싱가포르의 TAX ID를 보유한 개발자는, 회원 정보 > 세금 정보 에서 해당 국가/지역의 TAX ID를 등록하면 GST를 직접 납부 할 수 있습니다. 이 경우, 개발자 정산금에 GST 금액이 합산되어 최종 지급액이 산정됩니다.
* 할인 수단은 과세 대상에 포함됩니다.

</details>

## 타이완

<details>

<summary><strong>부가세(VAT)</strong></summary>

* 부가세율은 5% 입니다.
* 타이완에서 발생한 부가세는 TAX ID 유무와 관계없이 원스토어가 납부합니다.
* 할인 수단에는 부가세가 없습니다. 단, 할인 수단에서의 지급액은 공급가액 기준으로 계산되며, 지급 시 부가세가 발생할 수 있습니다.

</details>

<details>

<summary><strong>원천세</strong></summary>

* PG 결제 수단에 따라 개발자 정산금에 대해 0\~6%의 세율로 원천징수될 수 있습니다.

</details>

## 미국

<details>

<summary><strong>판매세(Sales Tax)</strong></summary>

* 판매세(Sales Tax)는 거래가 발생한 지역의 주(State) 및 카운티(County) 등 해당 지역의 세법에 따라 요율이 적용됩니다.&#x20;
* 미국에서 발생한 Sales Tax는 DT One APP Store 가 납부합니다.&#x20;
* 할인 수단에는 Sales Tax가 없습니다.&#x20;

</details>

<details>

<summary><strong>원천세</strong></summary>

&#x20;  **W-8 / W-9 양식**

* 미국에서 소득이 발생할 경우, DT One APP Store는 미국 세법에 따라 소득에 대해 세금을 원천징수 하고 납부 및 신고할 책임이 있습니다. 따라서 모든 개발자는 정확한 세금 관련 정보를 반드시 제공해야 하며, 부정확한 정보 제출로 인해 발생하는 모든 문제는 개발자의 책임입니다.
* W-8 / W-9 양식은 올바른 원천징수를 증명하고 관리하기 위한 필수 양식입니다. 미제출 또는 오제출 시 정산금이 보류될 수 있습니다.  \
  양식 등록 방법은 [여기](https://onestore-dev.gitbook.io/dev/help/faq/global#tipalti)를 참고해 주세요.

</details>


---

# 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/tax_information.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.
