Skip to content

Commit

Permalink
payment-gateway/inicis.mdx: iOS에서 계좌이체시 결제가 이뤄지던 앱으로 돌아가기 설정 설명 추가
Browse files Browse the repository at this point in the history
- 한국어/영문 가이드에 모두 추가
- 한국어 가이드에 있지만 영문 가이드에 없던 내용 추가
- 한국어 가이드에서 스타일 깨지던 부분 수정
- 한국어 가이드에서도 영문 가이드처럼 Details 컴포넌트 사용해서 결제수단 구분코드 접어두게 함
  • Loading branch information
aimpugn committed May 22, 2024
1 parent f98db1e commit 3a9b17f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ In mobile browsers, the page is redirected to <mark style="color:red;"> **m\_red
buyer_addr: "Shinsa-dong, Gangnam-gu, Seoul",
buyer_postcode: "123-456",
m_redirect_url: "{Mobile only - URL to redirect to after payment approval}", // Example: https://www.my-service.com/payments/complete/mobile
escrow: true, // Settings when escrow payment
vbank_due: "YYYYMMDD",
bypass: {
acceptmethod: "noeasypay", // Remove the Easypay checkout button from the integrated checkout window(PC)
// acceptmethod: "cardpoint", // Settings when using card company points(PC)
P_RESERVED: "noeasypay=Y", // Remove the Easypay checkout button from the integrated checkout window(Mobile)
// P_RESERVED: "cp_yn=Y", // Settings when using card company points(Mobile)
// P_RESERVED: "twotrs_bank=Y&iosapp=Y&app_scheme={APP_SCHEME}", / /Go back to the app where the payment was made with account transfer on iOS
},
period: {
from: "20200101", //YYYYMMDD
to: "20201231", //YYYYMMDD
},
},
function (rsp) {
// callback logic
Expand Down
50 changes: 28 additions & 22 deletions src/content/docs/ko/pg/payment-gateway/inicis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ versionVariants:
import Figure from "~/components/Figure.astro";
import Codepen from "~/components/gitbook/Codepen.astro";
import ContentRef from "~/components/gitbook/ContentRef.astro";
import Details from "~/components/gitbook/Details.astro";
import Tab from "~/components/gitbook/tabs/Tab.astro";
import Tabs from "~/components/gitbook/tabs/Tabs.astro";
import Hint from "~/components/Hint.astro";
Expand Down Expand Up @@ -47,9 +48,10 @@ KG이니시스 결제창을 호출할 수 있습니다.
vbank_due: "YYYYMMDD",
bypass: {
acceptmethod: "noeasypay", // 간편결제 버튼을 통합결제창에서 제외(PC)
// acceptmethod: "cardpoint", // 카드포인트 사용시 설정(PC)
P_RESERVED: "noeasypay=Y", // 간편결제 버튼을 통합결제창에서 제외(모바일)
acceptmethod: "cardpoint", // 카드포인트 사용시 설정(PC)
P_RESERVED: "cp_yn=Y", // 카드포인트 사용시 설정(모바일)
// P_RESERVED: "cp_yn=Y", // 카드포인트 사용시 설정(모바일)
// P_RESERVED: "twotrs_bank=Y&iosapp=Y&app_scheme={고객사의 앱 스킴}", // iOS에서 계좌이체시 결제가 이뤄지던 앱으로 돌아가기
},
period: {
from: "20200101", //YYYYMMDD
Expand All @@ -69,46 +71,50 @@ KG이니시스 결제창을 호출할 수 있습니다.

**PG사 구분코드**

**`html5_inicis.`**`{`PG상점아이디}
- `html5_inicis.{PG상점아이디}`

PG상점아이디는 KG 이니시스와 계약 후 발급받을 수 있습니다.

**`pay_method`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**결제수단 구분코드**

- `card` (신용카드)
- `samsung` (삼성페이 허브형)
- `kakaopay` (카카오페이 허브형)
- `ssgpay` (SSG페이 허브형)
- `chai` (차이페이)
- `trans` (실시간 계좌이체)
- `vbank`(가상계좌)
- `phone` (휴대폰소액결제)
- `payco` (페이코 허브형)
- tosspay (토스간편결제 허브형)
- lpay (L페이 허브형)
- `naverpay` (네이버페이)
- `cultureland` (문화상품권)
- `smartculture` (스마트문상)
- `happymoney` (해피머니)
- booknlife(도서문화상품권)
<Details>
<p slot="summary">결제수단 구분코드</p>

- `card` (신용카드)
- `samsung` (삼성페이 허브형)
- `kakaopay` (카카오페이 허브형)
- `ssgpay` (SSG페이 허브형)
- `chai` (차이페이)
- `trans` (실시간 계좌이체)
- `vbank`(가상계좌)
- `phone` (휴대폰소액결제)
- `payco` (페이코 허브형)
- `tosspay` (토스간편결제 허브형)
- `lpay` (L페이 허브형)
- `naverpay` (네이버페이)
- `cultureland` (문화상품권)
- `smartculture` (스마트문상)
- `happymoney` (해피머니)
- `booknlife`(도서문화상품권)
</Details>

**`merchant_uid`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**주문번호**

매번 고유하게 채번되어야 합니다.

**`amount` \***<mark style="color:purple;">**integer**</mark>
**`amount`** <mark style="color:red;">**\***</mark> <mark style="color:purple;">**integer**</mark>

**결제금액**

<mark style="color:green;">**string**</mark> 이 아닌점에 유의하세요

**`buyer_tel`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**`string`**</mark>
**`buyer_tel`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**`주문자연락처`**
**주문자연락처**

<mark style="color:red;">필수</mark> 파라미터 입니다.

Expand Down

0 comments on commit 3a9b17f

Please sign in to comment.