Skip to content

Commit

Permalink
내용수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sso-ashley committed Jun 12, 2024
1 parent 8631935 commit c46a040
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 92 deletions.
12 changes: 7 additions & 5 deletions src/content/docs/ko/ready/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -499,28 +499,30 @@ import IntegrationTosspayments from './_components/integration-guide/tosspayment
포트원 콘솔에서 채널 추가 시 계약 완료 후 카카오페이로부터 전달받은 \[CID]를 입력한 후 `저장`을 클릭합니다.
</Details>

<VersionGate default="v1">
<Details id="channel-config-tosspay">

Check failure on line 502 in src/content/docs/ko/ready/readme.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Don’t use mixed indentation for children, remove 2 spaces
<p slot="summary">토스페이</p>

<Hint style="info">
**채널 연동 시 필요한 입력 정보 확인 방법은 모듈에 상관없이 동일합니다.**
</Hint>
<VersionGate default="v1">
<Hint style="info">
**채널 연동 시 필요한 입력 정보 확인 방법은 모듈에 상관없이 동일합니다.**
</Hint>
</VersionGate>

1. [토스페이 가맹점 관리자](https://merchant.pay.toss.im/) 접속 후 로그인을 합니다.
2. \[가맹점 정보]\[API Key정보]를 클릭합니다.

<Figure src={image21} caption="토스페이 가맹점 관리자 내 API Key 조회 화면" />

3. 포트원 콘솔에서 채널 추가 시 \[상점아이디(MID)], \[API Key]를 입력한 후 `저장`을 클릭합니다.

</Details>

<Details id="channel-config-payco">

Check failure on line 520 in src/content/docs/ko/ready/readme.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Don’t use mixed indentation for children, remove 2 spaces
<p slot="summary">페이코</p>

포트원 콘솔에서 채널 추가 시 계약 완료 후 페이코로부터 전달받은 \[가맹점코드(CPID)], \[ProductID], \[SellerKey]를 입력한 후 `저장`을 클릭합니다.
</Details>
</VersionGate>


#### 해외 결제대행사

Check failure on line 527 in src/content/docs/ko/ready/readme.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Remove 1 line before node

Expand Down
44 changes: 21 additions & 23 deletions src/content/docs/ko/v2-payment/pg/inicis-v2.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 이니시스
description: 이니시스 연동 가이드를 확인합니다.
description: 이니시스 결제 연동 방법을 안내합니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/pg/payment-gateway/inicis
Expand All @@ -14,13 +14,11 @@ import ParamTree from "~/components/gitbook/ParamTree.astro";
import Tab from "~/components/gitbook/tabs/Tab.astro";
import Tabs from "~/components/gitbook/tabs/Tabs.astro";

## 이니시스 PG 설정하기

### 채널 설정하기
## 채널 설정하기

- [결제대행사 채널 설정하기](../../ready/readme#3-결제대행사-채널-설정하기)의 내용을 참고하여 PG 설정을 진행합니다.

#### 사전 계약 안내
## 사전 계약 안내

아래 기능을 사용하시려면 이니시스에 사전 신청 후 계약이 완료되어야 합니다.
그렇지 않은 상태에서 해당 기능 이용시 결제 승인에 실패하거나,
Expand All @@ -38,7 +36,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
- 카드사/간편결제 다이렉트 호출
- 휴대폰 결제 익월 환불

### 가능한 결제 수단
## 가능한 결제 수단

- **결제창 일반 결제**

Expand Down Expand Up @@ -75,7 +73,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";

자세한 파라미터 구성은 [REST API Docs](/api/rest-v2/billingKey#post%20%2Fbilling-keys)를 참고해주시기 바랍니다.

### SDK 결제 요청하기
## SDK 결제 요청하기

결제 요청 시에는 `requestPayment` 함수를 호출해야 합니다.
`channelKey`파라미터에 결제 채널 연동 후 생성된 채널 키값을 지정하여 이니시스 채널 사용을 명시해주세요.
Expand Down Expand Up @@ -106,7 +104,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</Tab>
</Tabs>

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `storeId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -345,7 +343,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</ParamTree>
</ParamTree>

### SDK 결제 - 유의사항
### 유의사항

#### 공통

Expand Down Expand Up @@ -516,7 +514,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
- `carrier`: 휴대폰 소액결제 통신사 바로 호출을 위한 통신사 구분 값
</Details>

### SDK 빌링키 발급 요청하기
## SDK 빌링키 발급 요청하기

빌링키 발급 요청 시에는 `requestIssueBillingKey` 함수를 호출해야 합니다.
`channelKey` 파라미터에 결제 채널 연동 후 생성된 채널 키값을 지정하여 이니시스 채널 사용을 명시해주세요.
Expand Down Expand Up @@ -545,7 +543,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</Tab>
</Tabs>

#### **주요 파라미터**
### 주요 파라미터

<br />

Expand Down Expand Up @@ -644,7 +642,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</ParamTree>
</ParamTree>

### SDK 빌링키 발급 - 유의사항
### 유의사항

<Details>
<p slot="summary">PC와 모바일에서 파라미터 필수 여부가 상이합니다.</p>
Expand Down Expand Up @@ -703,7 +701,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
`card.cardCompany` 필드에 값을 채워도 빌링키 발급 동작에 아무런 영향을 미치지 않습니다.
</Details>

### API 수기(키인)결제 요청하기
## API 수기(키인)결제 요청하기

수기(키인)로 결제하기 위해서는 `POST /payments/${PAYMENT_ID_HERE}/instant`를 이용하여 결제 요청을 해야합니다.

Expand Down Expand Up @@ -749,7 +747,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</Tab>
</Tabs>

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `paymentId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -964,7 +962,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</ParamTree>
</ParamTree>

### API 빌링키 발급 요청하기
## API 빌링키 발급 요청하기

빌링키를 발급하기 위해서는 `POST /billing-keys`를 이용하여 빌링키 발급 요청을 해야합니다.

Expand Down Expand Up @@ -999,7 +997,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</Tab>
</Tabs>

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `channelKey` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -1089,7 +1087,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</ParamTree>
</ParamTree>

### API 빌링키 단건 결제 요청하기
## API 빌링키 단건 결제 요청하기

발급된 빌링키로 단건 결제를 하기 위해 `POST /payments/${PAYMENT_ID_HERE}/billing-key`를 이용하여 결제를 요청합니다.

Expand Down Expand Up @@ -1121,7 +1119,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</Tab>
</Tabs>

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `paymentId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -1212,7 +1210,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**상품 개수**
</ParamTree>

### API 빌링키 예약/반복 결제 요청하기
## API 빌링키 예약/반복 결제 요청하기

예약 결제를 하기 위해서는 `POST /payments/${PAYMENT_ID_HERE}/schedule` 를 이용하여 결제를 예약합니다.

Expand Down Expand Up @@ -1244,7 +1242,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</Tab>
</Tabs>

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `paymentId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -1341,7 +1339,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</ParamTree>
</ParamTree>

### API 유의사항
### 유의사항

#### 공통

Expand Down Expand Up @@ -1373,15 +1371,15 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
- `products`
</Details>

### API 영수증 내 하위 상점 거래 등록
## API 영수증 내 하위 상점 거래 등록

오픈마켓 고객사의 경우 해당 API를 호출하여 결제 내역 매출 전표에 하위 상점 거래를 등록할 수 있습니다.

자세한 파라미터 구성은
[REST API Docs](/api/rest-v2/payment#post%20%2Fpayments%2F%7BpaymentId%7D%2Fregister-store-receipt)
를 참고해주시기 바랍니다.

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `paymentId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down
36 changes: 17 additions & 19 deletions src/content/docs/ko/v2-payment/pg/kpn.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
title: 한국결제네트웍스(KPN)
description: 한국결제네트웍스(KPN) 연동 가이드를 확인합니다.
description: 한국결제네트웍스(KPN) 결제 연동 방법을 안내합니다.
targetVersions: ["v2"]
---

import Details from "~/components/gitbook/Details.astro";
import ParamTree from "~/components/gitbook/ParamTree.astro";

## KPN PG 설정하기

### 채널 설정하기
## 채널 설정하기

- [결제대행사 채널 설정하기](../../ready/readme#3-결제대행사-채널-설정하기)의 내용을 참고하여 PG 설정을 진행합니다.

#### 사전 계약 안내
## 사전 계약 안내

아래 기능을 사용하시려면 한국결제네트웍스(KPN)에 사전 신청 후 계약이 완료되어야 합니다.
그렇지 않은 상태에서 해당 기능 이용시 결제 승인에 실패하거나,
Expand All @@ -29,7 +27,7 @@ import ParamTree from "~/components/gitbook/ParamTree.astro";
- 간편결제 다이렉트 호출
- 결제 취소 시 계좌 환불 서비스 설정

### 가능한 결제 수단
## 가능한 결제 수단

- **결제창 일반 결제**

Expand Down Expand Up @@ -65,7 +63,7 @@ import ParamTree from "~/components/gitbook/ParamTree.astro";

자세한 파라미터 구성은 [REST API Docs](/api/rest-v2/billingKey#post%20%2Fbilling-keys)를 참고해주시기 바랍니다.

### SDK 결제 요청하기
## SDK 결제 요청하기

결제 요청 시에는 `requestPayment` 함수를 호출해야 합니다.
`channelKey` 파라미터에 결제 채널 연동 후 생성된 채널 키를 지정하여 한국결제네트웍스(KPN) 채널 사용을 명시해주세요.
Expand All @@ -87,7 +85,7 @@ function requestPayment() {
}
```

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `storeId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -161,7 +159,7 @@ function requestPayment() {
</ParamTree>
</ParamTree>

### SDK 결제 - 유의사항
### 유의사항

#### 공통

Expand Down Expand Up @@ -327,7 +325,7 @@ function requestPayment() {
- `availableCarriers`: 결제창에 노출될 통신사 리스트 지정 옵션
</Details>

### SDK 빌링키 발급 요청하기
## SDK 빌링키 발급 요청하기

빌링키 발급 요청 시에는 `requestIssueBillingKey` 함수를 호출해야 합니다.
`channelKey` 파라미터에 결제 채널 연동 후 생성된 채널 키를 지정하여 한국결제네트웍스(KPN) 채널 사용을 명시해주세요.
Expand All @@ -351,7 +349,7 @@ function requestIssueBillingKey() {
}
```

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `storeId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -402,14 +400,14 @@ function requestIssueBillingKey() {
</ParamTree>
</ParamTree>

### SDK 빌링키 발급 - 유의사항
### 유의사항

<Details>
<p slot="summary">offerPeriod 파라미터는 range형식만 가능합니다.</p>

SDK를 통한 빌링키 발급 요청 시 offerPeriod 파라미터를 사용하여 결제창 내에 제공 기간을 표시할 수 있습니다.
해당 파라미터는 range형태로만 입력 가능합니다.

구체적인 형식은 SDK 가이드를 참고해주세요.
</Details>

Expand All @@ -430,7 +428,7 @@ function requestIssueBillingKey() {
`card.cardCompany` 필드에 값을 입력한 후 빌링키 발급을 요청한 경우에도 빌링키 발급 동작에 아무런 영향을 미치지 않습니다.
</Details>

### API 수기(키인) 결제 요청하기
## API 수기(키인) 결제 요청하기

수기(키인)로 결제하기 위해서는 `POST /payments/${PAYMENT_ID_HERE}/instant` API를 통해 결제를 요청해야 합니다.

Expand Down Expand Up @@ -471,7 +469,7 @@ const issueResponse = await axios({
});
```

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `paymentId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -659,7 +657,7 @@ const issueResponse = await axios({
</ParamTree>
</ParamTree>

### API 빌링키 발급 요청하기
## API 빌링키 발급 요청하기

빌링키를 발급하기 위해서는 `POST /billing-keys` API를 이용하여 빌링키 발급을 요청해야 합니다.

Expand Down Expand Up @@ -694,7 +692,7 @@ const issueResponse = await axios({
});
```

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `channelKey` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down Expand Up @@ -776,7 +774,7 @@ const issueResponse = await axios({
</ParamTree>
</ParamTree>

### API 빌링키 단건 결제 요청하기
## API 빌링키 단건 결제 요청하기

발급된 빌링키로 단건 결제를 진행하려면 `POST /payments/${PAYMENT_ID_HERE}/billing-key` API를 이용하여 결제를 요청하실 수 있습니다.

Expand Down Expand Up @@ -804,7 +802,7 @@ const response = await axios({
});
```

#### **주요 파라미터**
### 주요 파라미터

<ParamTree>
- `paymentId` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/ko/v2-payment/pg/ksnet.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: KSNET
description: KSNET 연동 방법을 안내합니다.
description: KSNET 결제 연동 방법을 안내합니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/pg/payment-gateway/ksnet/readme
Expand All @@ -10,7 +10,7 @@ import Details from "~/components/gitbook/Details.astro";
import Tab from "~/components/gitbook/tabs/Tab.astro";
import Tabs from "~/components/gitbook/tabs/Tabs.astro";

## KSNET 채널 설정하기
## 채널 설정하기

- [결제대행사 채널 설정하기](../../ready/readme#3-결제대행사-채널-설정하기) 페이지의 내용을 참고하여 채널 설정을 진행합니다.

Expand Down
Loading

0 comments on commit c46a040

Please sign in to comment.