# 원스토어 인앱결제 API V7(SDK V21) 연동 안내 및 다운로드

원스토어의 최신 인앱결제 API V7(SDK V21)이 출시되었습니다.

보다 강력하고 다양한 기능을 지원하는 최신 버전을 적용해보세요.

{% hint style="info" %}
API V4(SDK V16) 이하 버전과는 호환되지 않습니다. 인앱결제 API V4(SDK V16)에 대한 안내 및 다운로드는 [여기](/dev/tools/billing/old-version/v16.md)를 클릭해주세요.
{% endhint %}

{% hint style="info" %}
현재 판매중인 앱을 대한민국 외 국가/지역으로 배포하기 위해서는 아래 가이드를 참고해주세요

* [대한민국 외 국가 및 지역 배포를 위한 가이드](/dev/tools/glb.md)
  {% endhint %}

If you are comfortable with English, please change the language to English from the upper left side in this page.

* [01. 원스토어 인앱결제 개요](/dev/tools/billing/v21/ov.md)
* [02. 원스토어 인앱결제 적용을 위한 사전준비](/dev/tools/billing/v21/pre.md)
* [03. 결제 테스트 및 보안](/dev/tools/billing/v21/test.md)
* [04. 원스토어 인앱결제 SDK를 사용해 구현하기](/dev/tools/billing/v21/sdk.md)
* [05. 원스토어 인앱결제 레퍼런스](/dev/tools/billing/v21/references.md)
* [06. 원스토어 인앱결제 서버 API (API V7)](/dev/tools/billing/v21/serverapi.md)
* [07. PNS(Push Notification Service) 이용하기](/dev/tools/billing/v21/pns.md)
* [08. 정기 결제 적용하기](/dev/tools/billing/v21/subs.md)
* [09. 원스토어 인앱결제 릴리즈 노트](/dev/tools/billing/v21/releasenote.md)
* [10. Sample App Download](/dev/tools/billing/v21/sample.md)
* [11. V21로 원스토어 인앱결제 업그레이드 하기](/dev/tools/billing/v21/upgrade.md)
* [12. Unity에서 원스토어 인앱결제 (SDK V21) 사용하기](/dev/tools/billing/v21/unity.md)
* [13. Unity에서 IAP SDK v21로 업그레이드 하기](/dev/tools/billing/v21/unitymig.md)
* [14. Flutter에서 원스토어 인앱결제 사용하기](/dev/tools/billing/v21/flutter.md)
* [15. 웹 결제 규격 적용하기](/dev/tools/billing/v21/web-payment.md)

<br>


---

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