Skip to content

Commit

Permalink
최종 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sso-ashley committed Jun 17, 2024
1 parent 6a65296 commit 3c9ef33
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 201 deletions.
13 changes: 13 additions & 0 deletions src/content/docs/ko/ready/_components/integration-guide/kcp-v2.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Figure from '~/components/Figure.astro';
import Hint from "~/components/Hint.astro";
import * as prose from '~/components/prose';

import image1 from "./assets/kcp-v2.png";
Expand All @@ -10,6 +11,18 @@ import image6 from "./assets/kcp5.png";

export const components = prose;

<Hint style="danger">

포트원 V2에서 제공하는 KCP의 경우 **KCP의 PG-API방식**만 지원합니다. 따라서 아래와 같이 인증서 발급 후
사용할 수 있습니다.

해당 인증서의 경우 유효기간은 <mark style="color:red;">**5년**</mark>이며, 유효기간 만료 30일전부터 갱신이 가능합니다.

**서비스 인증서의 유효기간이 만료되거나 폐기된 경우** 즉시 결제 승인/취소 등 관련
<mark style="color:red;">**서비스 이용이 불가능**</mark>하오니
서비스 사용을 위해서 인증서를 재발급이 필요한 후 **포트원에 저장된 채널 정보를 업데이트** 해야 합니다.
</Hint>

1. [KCP 파트너관리자](https://partner.kcp.co.kr/) 접속 후 로그인을 합니다.
2. \[고객센터]\[인증센터]\[KCP PG-API]를 클릭합니다.

Expand Down
Loading

0 comments on commit 3c9ef33

Please sign in to comment.