> 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.md).

# 결제 유형별 정산

## 개요

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

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

<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
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.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.
