Skip to content

Commit

Permalink
V2 KPN 연동가이드 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: y0on2q <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2024
1 parent d850d75 commit 22a36f5
Show file tree
Hide file tree
Showing 11 changed files with 1,210 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/content/docs/ko/_nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
- /ko/v2-payment/pg/tosspayments
- /ko/v2-payment/pg/ksnet
- /ko/v2-payment/pg/smartro-v2
- /ko/v2-payment/pg/kpn
- /ko/v2-payment/pg/kakaopay
- /ko/v2-payment/pg/naverpay
- /ko/v2-payment/pg/paypal-v2
Expand Down
6 changes: 6 additions & 0 deletions src/content/docs/ko/ready/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@ import IntegrationTosspayments from './_components/integration-guide/tosspayment
포트원 콘솔에서 채널 추가 시 계약 완료 후 KSNET으로부터 전달받은 \[상점아이디(MID)]\[API Key]를 입력한 후 `저장`을 클릭합니다.
</Details>

<Details>
<p slot="summary">한국결제네트웍스(KPN)</p>

포트원 콘솔에서 채널 추가 시 계약 완료 후 한국결제네트웍스(KPN)로부터 전달받은 \[상점아이디(MID)]\[Secret OTP]를 입력한 후 `저장`을 클릭합니다.
</Details>

<VersionGate default="v1">
<Details id="channel-config-kcp">
<p slot="summary">NHN KCP</p>
Expand Down
25 changes: 19 additions & 6 deletions src/content/docs/ko/result/notice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ import welcome_image2 from "./_assets/welcome/welcome-webhook-guide-2.png";
</Fragment>

<Fragment slot="v2">
|PG |코드값 (pg provider)|입금통보 주소 |
|--------------|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|토스페이먼츠 |tosspaysments |[https://tx-gateway-service.prod.iamport.co/virtual-account/webhook-event/tosspayments](https://tx-gateway-service.prod.iamport.co/virtual-account/webhook-event/tosspayments)|
|스마트로 |smartro\_v2 |입금 통보, 환불이체 URL 동일: [https://tx-gateway-service.prod.iamport.co/smartro-v2](https://tx-gateway-service.prod.iamport.co/smartro-v2) |
|나이스페이먼츠|nice\_v2 |[https://tx-gateway-service.prod.iamport.co/nicepay-v2](https://tx-gateway-service.prod.iamport.co/nicepay-v2) |
|KG이니시스 |inicis\_v2 |[https://tx-gateway-service.prod.iamport.co/inicis-v2](https://tx-gateway-service.prod.iamport.co/inicis-v2) |
|PG |코드값 (pg provider)|입금통보 주소 |
|----------------|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|토스페이먼츠 |tosspaysments |[https://tx-gateway-service.prod.iamport.co/virtual-account/webhook-event/tosspayments](https://tx-gateway-service.prod.iamport.co/virtual-account/webhook-event/tosspayments)|
|스마트로 |smartro\_v2 |입금 통보, 환불이체 URL 동일: [https://tx-gateway-service.prod.iamport.co/smartro-v2](https://tx-gateway-service.prod.iamport.co/smartro-v2) |
|나이스페이먼츠 |nice\_v2 |[https://tx-gateway-service.prod.iamport.co/nicepay-v2](https://tx-gateway-service.prod.iamport.co/nicepay-v2) |
|KG이니시스 |inicis\_v2 |[https://tx-gateway-service.prod.iamport.co/inicis-v2](https://tx-gateway-service.prod.iamport.co/inicis-v2) |
|한국결제네트웍스|kpn |[https://tx-gateway-service.prod.iamport.co/kpn/virtual-account](https://tx-gateway-service.prod.iamport.co/kpn/virtual-account) |
</Fragment>
</VersionGate>

Expand Down Expand Up @@ -214,3 +215,15 @@ import welcome_image2 from "./_assets/welcome/welcome-webhook-guide-2.png";
<Figure src={inicie_image1} caption="이니시스 가맹점관리자 내 입금통보 URL 설정 화면" />
</Details>
</VersionGate>

<VersionGate default="v2">
<Details>
<p slot="summary">한국결제네트웍스(KPN) 설정 방법</p>

한국결제네트웍스(KPN)는 계약 이후, 발급된 MID에 대해 **가상계좌 백노티 기능**을 별도로 요청해야 합니다.

한국결제네트웍스(KPN) 담당자에게 MID 정보와 함께 입금 통보 URL을 전달하여 가상계좌 백노티 기능 요청을 진행해주세요.

만약 입금통보를 받지 못하는 경우 한국결제네트웍스(KPN) 담당자에게 메일을 통해 확인 요청 후 변경이 필요합니다.
</Details>
</VersionGate>
1 change: 0 additions & 1 deletion src/content/docs/ko/v2-payment/pg/inicis-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
method: "post",
headers: { Authorization: `PortOne ${PORTONE_API_SECRET}` },
data: {
paymentId: `payment${crypto.randomUUID()}`,
channelKey: "channel-key-9987cb87-****-****-****-********896d", // 콘솔 결제 연동 화면에서 채널 연동 시 생성된 채널 키를 입력해주세요.
orderName: "나이키 와플 트레이너 2 SD",
amount: {
Expand Down
Loading

0 comments on commit 22a36f5

Please sign in to comment.