# 포트원 결제 연동 Docs

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

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

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

{% hint style="info" %}
결제 연동 준비하기

결제창 연동전 [**준비하기**](/docs/ready.md) 가이드를 확인하시고 연동작업을 진행해주세요
{% endhint %}

### 결제창 연동하기

해당 가이드를 통해 결제창 연동을 손쉽게 연동할 수 있습니다.

{% content-ref url="/pages/VQFe3rUPG6rpe6S1agH2" %}
[인증결제 연동하기](/docs/auth/guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/w7yF516zjWzAAzC2X7LE" %}
[비 인증결제 연동하기](/docs/auth/guide-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/uTp3UtFJfI8EJz0sXoDw" %}
[결제취소(환불) 연동하기](/docs/auth/guide-2.md)
{% endcontent-ref %}

### 결제결과 누락없이 수신받기

해당 가이드를 통해 안정적으로 결제 결과를 안정적으로 수신받을 수 있습니다.

{% content-ref url="/pages/xqYlBA0OQ7JBSAb6iJig" %}
[웹훅(Webhook) 연동하기](/docs/result/webhook.md)
{% endcontent-ref %}

### 기타 서비스 연동하기

해당 가이드를 통해 부가적인 서비스연동을 손쉽게 처리할 수 있습니다.

{% content-ref url="/pages/qeZM7RjsYEORi75PNV1s" %}
[휴대폰 본인인증 연동하기](/docs/etc/phone.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZtHBafWUBj4phDllSoyx" %}
[통합인증 연동하기](/docs/etc/all.md)
{% endcontent-ref %}

{% content-ref url="/pages/nmTM5FyuevvMO3O5XlOC" %}
[신용카드 본인인증 연동](/docs/etc/credit-auth.md)
{% endcontent-ref %}

{% content-ref url="/pages/zzBW1PkolLFXkrElQxud" %}
[결제 URL 생성하기](/docs/etc/url.md)
{% endcontent-ref %}

{% content-ref url="/pages/VewPjHfXDrZ8A4Ve3oLc" %}
[버짓핸들러 연동하기](/docs/etc/budget.md)
{% endcontent-ref %}

### TIP

결제창 연동시 꼭 확인해보세요

{% content-ref url="/pages/76mrjfnG6syP8nORt51A" %}
[결제금액 면세 적용방법](/docs/tip/tax.md)
{% endcontent-ref %}

{% content-ref url="/pages/j3NaY9Cpyf179DcSjhj1" %}
[오픈 전 체크사항](/docs/tip/chk.md)
{% endcontent-ref %}

{% content-ref url="/pages/s4yI2tHZfJlS7jkuuNbi" %}
[Confirm Process](/docs/tip/confirm-process.md)
{% endcontent-ref %}

{% content-ref url="/pages/lNciBlqzUw5vL24mB0lB" %}
[포트원 결제 FLOW](/docs/tip/flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/pqAGFcKH027P3FBmOpTR" %}
[Agency & Tier 란?](/docs/tip/agency-and-tier.md)
{% endcontent-ref %}

{% content-ref url="/pages/EVFLqUiUSR5mOC2qXd5V" %}
[PG사별 빌링키 획득 규칙](/docs/tip/pg.md)
{% endcontent-ref %}

{% content-ref url="/pages/F7j4PZXL42iVuVc3JOkG" %}
[PG사별 은행코드표](/docs/tip/pg-1.md)
{% endcontent-ref %}

### 관리자 콘솔 사용하기

관리자 콘솔 사용 방법을 안내합니다.

{% content-ref url="/pages/zFSIHc1hrFfiI1KcWDZE" %}
[복수 PG설정 및 사용하기](/docs/console/pg.md)
{% endcontent-ref %}

### API

포트원에서 제공하는 API 명세를 확인할 수 있습니다.

{% content-ref url="/pages/9BTw65SwXfPmm7kRfBhH" %}
[REST API Access Token](/docs/api/rest-api-access-token.md)
{% endcontent-ref %}

### SDK

결제 연동 JS SDK 명세를 확인할 수 있습니다.

{% content-ref url="/pages/13Nd9nlv6y2hUCYDjEHF" %}
[JavaScript SDK (구버전)](/docs/sdk/javascript-sdk-old.md)
{% endcontent-ref %}

### FAQ

{% content-ref url="/pages/htwg8Ziy2w0CPEB3Vcgb" %}
[자주 묻는 질문](/docs/faq/undefined.md)
{% endcontent-ref %}

### **PG사별 결제 연동 가이드**

각 PG사별 결제 연동 가이드를 안내합니다.

{% content-ref url="/pages/vk58gEI1lesvbjr2voE0" %}
[Payment Gateway](/docs/pg/payment-gateway.md)
{% endcontent-ref %}

{% content-ref url="/pages/FZKO1TGjFlimGwrhJvy9" %}
[간편 결제사](/docs/ready/2.-pg/pg.md)
{% endcontent-ref %}


---

# 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/readme-1.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.
