> For the complete documentation index, see [llms.txt](https://developers.payssam.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.payssam.kr/preparation/webview.md).

# 웹뷰 연동하기

모바일 웹뷰 결제는 앱투앱(App to App) 이동이 필요한데요. 결제기관의 앱스킴 목록과 OS별 이동 방법을 알아보세요.

모바일 결제에서는 어떤 과정이 있을까요? 구매자의 입장에서 생각해볼게요. 상점 앱에서 결제하기를 누르면 구매자가 선택한 카드사·은행 앱으로 이동하는데요. 이 과정이 바로 앱투앱 이동입니다. 이동하고 싶은 카드사·은행 앱의 앱스킴을 미리 등록해야 문제없이 앱투앱 이동을 할 수 있어요. 온라인 결제 과정에서 등록해야 되는 앱스킴을 알려드릴게요.

## 앱스킴 리스트 <a href="#undefined" id="undefined"></a>

내 상점 앱에서 인증을 위해 이동하게 되는 3rd-party 앱에는 ISP 앱, 카드사별 앱카드 등이 있습니다. 필요한 앱스킴을 추가해보세요.

<table><thead><tr><th width="154.53125">카드사·본인확인기관</th><th width="656.6015625">앱스킴</th></tr></thead><tbody><tr><td>국민카드</td><td><code>kb-acp://</code>, <code>liivbank:/</code>, <code>newliiv://</code>, <code>kbbank://</code></td></tr><tr><td>농협카드</td><td><code>nhappcardansimclick://</code>, <code>nhallonepayansimclick://</code>, <code>nonghyupcardansimclick://</code></td></tr><tr><td>롯데카드</td><td><code>lottesmartpay://</code>, <code>lotteappcard://</code></td></tr><tr><td>삼성카드</td><td><code>mpocket.online.ansimclick://</code>, <code>mpocket.ansimclick.cert://</code>, <code>vguardstart://</code>, <code>samsungpay://</code>,<code>monimopay://</code>, <code>monimopayauth://</code></td></tr><tr><td>신한카드</td><td><code>shinhan-sr-ansimclick://</code>, <code>smshinhanansimclick://</code></td></tr><tr><td>우리카드</td><td><code>com.wooricard.wcard://</code>, <code>newsmartpib://</code></td></tr><tr><td>하나카드</td><td><code>cloudpay://</code>, <code>hanawalletmembers://</code></td></tr><tr><td>현대카드</td><td><code>hdcardappcardansimclick://</code>, <code>smhyundaiansimclick://</code></td></tr><tr><td>간편결제</td><td><code>shinsegaeeasypayment://</code>, <code>payco://</code>, <code>lpayapp://</code></td></tr><tr><td>ISP(BC/국민)</td><td><code>ispmobile://</code></td></tr><tr><td>카카오페이</td><td><code>kakaobank://</code></td></tr><tr><td>네이버페이</td><td></td></tr><tr><td>Lpay</td><td></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:

```
GET https://developers.payssam.kr/preparation/webview.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.
