# 결제 유형별 정산

### 개요

* 원스토어에서는 크게 두 가지 결제 유형에 따라 정산 방식 운영이 다릅니다.
  * 원스토어 결제 : 원스토어가 직접 제공하는 결제 수단을 의미합니다. 개발자는 원스토어의 정산 과정을 통해 대금을 지급받습니다.
  * 외부결제: 개발자가 직접 결제 수단을 제공하는 방식입니다. 개발자는 거래 발생 금액의 일부를 원스토어에 수수료로 지급합니다.

세부 내용은 각 메뉴를 확인해 주세요.

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">원스토어 결제</td><td><a href="/pages/JiAzd85tlJyVr2oFlelj">/pages/JiAzd85tlJyVr2oFlelj</a></td></tr><tr><td align="center">외부결제</td><td><a href="/pages/l7Txnou90TetmoZTUmd6">/pages/l7Txnou90TetmoZTUmd6</a></td></tr></tbody></table>


---

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