diff --git a/src/content/docs/en/payment-integration-by-pg/payment-gateways/inicis.mdx b/src/content/docs/en/payment-integration-by-pg/payment-gateways/inicis.mdx index 1ee651068..101efe1df 100644 --- a/src/content/docs/en/payment-integration-by-pg/payment-gateways/inicis.mdx +++ b/src/content/docs/en/payment-integration-by-pg/payment-gateways/inicis.mdx @@ -44,11 +44,13 @@ In mobile browsers, the page is redirected to **m\_red escrow: true, // Settings when escrow payment vbank_due: "YYYYMMDD", bypass: { + // When PC acceptmethod: "noeasypay", // Remove the Easypay checkout button from the integrated checkout window(PC) // acceptmethod: "cardpoint", // Settings when using card company points(PC) + // When Mobile 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 + // P_RESERVED: "twotrs_bank=Y&iosapp=Y&app_scheme=your_app_scheme://", / /Go back to the app where the payment was made with account transfer on iOS }, period: { from: "20200101", //YYYYMMDD diff --git a/src/content/docs/ko/pg/payment-gateway/inicis.mdx b/src/content/docs/ko/pg/payment-gateway/inicis.mdx index 284a411d6..fc26588dc 100644 --- a/src/content/docs/ko/pg/payment-gateway/inicis.mdx +++ b/src/content/docs/ko/pg/payment-gateway/inicis.mdx @@ -47,11 +47,13 @@ KG이니시스 결제창을 호출할 수 있습니다. escrow: true, //에스크로 결제인 경우 설정 vbank_due: "YYYYMMDD", bypass: { + // PC 경우 acceptmethod: "noeasypay", // 간편결제 버튼을 통합결제창에서 제외(PC) // acceptmethod: "cardpoint", // 카드포인트 사용시 설정(PC) + // 모바일 경우 P_RESERVED: "noeasypay=Y", // 간편결제 버튼을 통합결제창에서 제외(모바일) // P_RESERVED: "cp_yn=Y", // 카드포인트 사용시 설정(모바일) - // P_RESERVED: "twotrs_bank=Y&iosapp=Y&app_scheme={고객사의 앱 스킴}", // iOS에서 계좌이체시 결제가 이뤄지던 앱으로 돌아가기 + // P_RESERVED: "twotrs_bank=Y&iosapp=Y&app_scheme=your_app_scheme://", // iOS에서 계좌이체시 결제가 이뤄지던 앱으로 돌아가기 }, period: { from: "20200101", //YYYYMMDD