Skip to content

Commit

Permalink
add kpn descriptions for common pages & wip for KPN SDK, API schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJiGyu committed Apr 4, 2024
1 parent a774e9c commit 6323e02
Show file tree
Hide file tree
Showing 8 changed files with 1,475 additions and 6 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 @@ -333,4 +333,5 @@
- /ko/v2-payment/pg/naverpay
- /ko/v2-payment/pg/paypal-v2
- /ko/v2-payment/pg/danal-identity-verification
- /ko/v2-payment/pg/kpn
- /ko/v2-payment/onboarding
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 id="notice-config-kpn">
<p slot="summary">KPN 설정 방법</p>

KPN은 계약 이후, 발급된 MID에 대해 **가상계좌 백노티 기능**을 별도로 요청해야 합니다.

KPN 담당자에게 MID 정보와 함께 입금 통보 URL을 전달하여 가상계좌 백노티 기능 요청을 진행해주세요.

만약 입금통보를 받지 못하는 경우 KPN 담당자에게 메일을 통해 확인 요청 후 변경이 필요합니다.
</Details>
</VersionGate>
Loading

0 comments on commit 6323e02

Please sign in to comment.