> 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/docs/payment/payment_type/third-party.md).

# 외부결제

## 환율

* 판매월 익월  1일자 환율을 적용합니다. \
  (서울 외국환중개 고시 환율 기준, 단 1일이 공휴일인 경우 전 영업일 환율을 적용)

## 통화

* **판매 현황**
  * 판매 내역은 판매한 현지 국가/지역의 통화로 노출(local currency) 됩니다.
* **정산 현황 / 송금 내역**&#x20;
  * 개발자의 국적에 따라 정산 통화로 변환된 금액이 노출됩니다.\
    (단, 서비스 제공자가 DT One APP Store인 경우 개발자의 국적과 상관없이 USD로 노출됩니다.)

<table><thead><tr><th width="145">서비스 국가/지역</th><th>서비스 제공자</th><th width="197">개발자</th><th width="128">정산 통화</th><th>송금 통화</th></tr></thead><tbody><tr><td>대한민국<br>싱가포르/타이완</td><td>원스토어</td><td>대한민국 개발자</td><td>KRW</td><td>KRW</td></tr><tr><td></td><td></td><td>대한민국 외 개발자</td><td>USD</td><td>USD</td></tr><tr><td>미국</td><td>DT One APP Store</td><td>모든 개발자</td><td>USD</td><td>USD</td></tr></tbody></table>

## 세금

* 외부결제로 발생한 거래액의 세금 납부 주체는 기본적으로 개발자(직접 납부)입니다.

  (단, 대한민국 외 개발자가 대한민국에서 판매한 경우, 해당 VAT는 원스토어가 대리납부합니다.)

## 증빙

* 개발자의 국적 및 서비스 제공자에 따라 증빙 유형은 아래와 같이 구분됩니다.<br>

  <table><thead><tr><th>서비스 국가/지역</th><th>서비스 제공자</th><th width="174">개발자</th><th>증빙 유형</th></tr></thead><tbody><tr><td>대한민국</td><td>원스토어</td><td>대한민국 개발자</td><td>세금계산서 ¹</td></tr><tr><td></td><td></td><td>대한민국 외 개발자</td><td>인보이스 ²</td></tr><tr><td>싱가포르/타이완</td><td>원스토어</td><td>대한민국 개발자</td><td>세금계산서</td></tr><tr><td></td><td></td><td>대한민국 외 개발자</td><td>인보이스</td></tr><tr><td>미국</td><td>DT One APP Store</td><td>모든 개발자</td><td>인보이스</td></tr></tbody></table>

&#x20;        ¹ 대한민국 판매분은 공동 사업으로 원스토어, KT, LGU+ 3사 분리 발행됩니다.&#x20;

&#x20;        ² 대한민국 외 개발자가 대한민국에서 판매한 경우, VAT 대리납부 금액이 포함되어 청구됩니다. <br>

## 계좌

* 서비스 국가/지역별로 서비스 제공자가 달라질 수 있습니다.
* 서비스 제공자에 따라 입금 요청 계좌 및 통화가 달라질 수 있습니다.&#x20;
  * (확인경로) 개발자센터 > Apps > 정산 > 정산 현황 > 외부결제 > 정산info

## 입금

* 입금 요청 금액은 증빙 상 합계 금액을 기준으로 합니다.&#x20;
* SWIFT 송금(대한민국 외 은행 → 대한민국 은행) 시, 송금 방식을 "OUR"로 지정해 주셔야 합니다.\
  (※ OUR 옵션: 송금인이 모든 송금 수수료를 부담)
* 청구 금액은 판매월 기준 익월 25일까지 입금해 주셔야 합니다.
* 서비스 이용료는 원스토어가 최종적으로 수취하는 금액 기준이며, \
  송금 수수료 차감 등으로 인해 입금 금액이 청구 금액보다 적을 경우 미납(부분수납)으로 처리됩니다.

## 기타

* 서비스 이용료 미납이 지속될 경우, 판매 약관에 따라 상품 판매중지 등 서비스가 제한될 수 있습니다.
* 증빙 항목 수정이 필요할 경우, 판매월 말일까지 메일(<devhelper@onestore.net>)로 요청하셔야 합니다.


---

# 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/docs/payment/payment_type/third-party.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.
