# PG사별 빌링키 획득 규칙

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

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

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

|    PG사    | 결제창 방식 | API 방식 | 발급동시 실결제 가능여부(결제창기준) |
| :-------: | :----: | :----: | :------------------: |
|    KCP    |    O   |    O   |          불가능         |
|   KG이니시스  |    O   |    O   |          불가능         |
|     다날    |    O   |    O   |          가능          |
|   다날 휴대폰  |    O   |    O   |          가능          |
|   카카오페이   |    O   |    X   |          가능          |
|   네이버페이   |    O   |    X   |          불가능         |
| NICE페이먼츠 |    X   |    O   |          불가능         |
|   JTNET   |    O   |    O   |          가능          |
|    세틀뱅크   |    X   |    O   |          불가능         |
|     차이    |    O   |    X   |          불가능         |
|    KICC   |    O   |    X   |          불가능         |
|     다우    |    X   |    O   |          불가능         |
|  KG모빌리언스  |    O   |    X   |          가능          |
|   Payco   |    O   |    X   |          불가능         |
|   페이먼트월   |    O   |    X   |          가능          |
|   토스페이먼츠  |    O   |    O   |          불가능         |
|  케이에스넷(주) |    X   |    O   |          불가능         |


---

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