# 결제 연동 가이드

### **원스토어 In-App SDK** <a href="#id-in-appsdk" id="id-in-appsdk"></a>

원스토어 인앱결제는 다양한 결제수단과 강력한 보안 그리고 편리하고 안전한 결제 서비스를 제공합니다.

| 최신버전 인앱결제 가이드                                                     |
| ----------------------------------------------------------------- |
| [원스토어 인앱결제 API V7 (SDK V21) 안내 및 다운로드](/dev/tools/billing/v21.md) |

| 구버전 인앱결제 가이드                                                       |                                                                     |                                                                     |
| ------------------------------------------------------------------ | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [원스토어 인앱결제 API V6(SDK V19)](/dev/tools/billing/old-version/v19.md) | [원스토어 인앱결제 API V5 (SDK V17)](/dev/tools/billing/old-version/v17.md) | [원스토어 인앱결제 API V4 (SDK V16)](/dev/tools/billing/old-version/v16.md) |

### **원스토어 외부결제 연동 규격** <a href="#id" id="id"></a>

외부결제란 원스토어 인앱결제 모듈(인앱 SDK)을 적용하지 않고, 개발사가 직접 결제 PG와 연동하여 결제서비스를 제공하는 것을 말합니다.

| 외부결제 연동 규격서                                                        |
| ------------------------------------------------------------------ |
| [외부결제 연동 규격서](/dev/tools/billing/old-version/billing_3rd-party.md) |


---

# 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/tools/billing.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.
