> 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/tools/billing/old-version/v19/undefined-6.md).

# 원스토어 인앱결제 버전 업그레이드 안내

### [**원스토어 인앱결제 SDK 업그레이드 안내**](/dev/tools/billing/old-version/v19/undefined-6/sdk.md) <a href="#id-sdk" id="id-sdk"></a>

* 개요&#x20;
* PurchaseClient API 비교&#x20;
* 원스토어 인앱결제 버전 업그레이드 하기&#x20;
  * meta-data 삭제
  * 인앱 V19 SDK 라이브러리 추가&#x20;
  * 인앱결제 초기화 및 연결하기&#x20;
  * 지원여부 조회하기&#x20;
  * 상품정보 조회하기&#x20;
  * 구매 요청하기&#x20;
  * 구매에 대한 응답 결과 받기&#x20;
  * 구매 확인하기&#x20;
  * 관리형 상품 소비하기&#x20;
  * 월정액 상품 상태 변경하기&#x20;
  * 원스토어 로그인 요청하기&#x20;
  * 원스토어 서비스 설치하기&#x20;
  * 마켓 구분 코드 얻기

<br>

### [**\[Unity 플러그인\] 원스토어 인앱결제 업그레이드 하기**](/dev/tools/billing/old-version/v19/undefined-6/unity.md) <a href="#id-unity" id="id-unity"></a>

* Import Unity Package 비교
* IapCallManager API 비교
* 인앱결제 초기화 및 연결
* 상품정보 조회하기&#x20;
* 구매 요청하기
* 구매 확인하기&#x20;
* 관리형 상품 소비하기&#x20;
* 구매내역 조회하기
* 월정액 상품 상태 변경하기&#x20;
* 원스토어 로그인 요청하기&#x20;
* 원스토어 서비스 설치하기
* 스토어 구분 코드 얻기

<br>

<br>

### [**원스토어 인앱결제 API V6 업그레이드 가이드 (서버)**](/dev/tools/billing/old-version/v19/undefined-6/api-v6.md) <a href="#id-apiv6" id="id-apiv6"></a>

* PNS 메시지 상세 변경 내역
* ServerAPI 상세 변경 내역


---

# 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/tools/billing/old-version/v19/undefined-6.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.
