# PG사 코드표

{% hint style="warning" %}
**Deprecated**

이 문서는 더 이상 관리되지 않습니다.

[PortOne 개발자센터](https://developers.portone.io/)를 이용해주세요.
{% endhint %}

|       PG사명       |      code      |
| :--------------: | :------------: |
|      이니시스웹표준     | `html5_inicis` |
| 이니시스(ActiveX결제창) |    `inicis`    |
|      NHN KCP     |      `kcp`     |
|   NHN KCP 정기결제   |  `kcp_billing` |
|  토스페이먼츠(구 LG U+) |     `uplus`    |
|       나이스페이      |     `nice`     |
|       JTNet      |     `jtnet`    |
|      한국정보통신      |     `kicc`     |
|       블루월넛       |  `bluewalnut`  |
|       카카오페이      |   `kakaopay`   |
|     다날휴대폰소액결제    |     `danal`    |
|      다날일반결제      |  `danal_tpay`  |
|   모빌리언스 휴대폰소액결제  |    mobilians   |
|      차이 간편결제     |     `chai`     |
|       시럽페이       |     `syrup`    |
|        페이코       |     `payco`    |
|        페이팔       |    `paypal`    |
|       엑심베이       |    `eximbay`   |
|     네이버페이-결제형    |   `naverpay`   |
|     네이버페이-주문형    |    `naverco`   |
|       스마일페이      |   `smilepay`   |
|   키움페이(구 페이조아)   |     `daou`     |
|       페이먼트월      |  `paymentwall` |
|      토스간편결제      |    `tosspay`   |
|       스마트로       |    `smartro`   |
|       세틀뱅크       |    `settle`    |


---

# 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://portone.gitbook.io/docs/tip/pg-2.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.
