Skip to content

Commit

Permalink
payment-gateway/inicis.mdx: app_scheme 예제 수정
Browse files Browse the repository at this point in the history
'example://'이 아닌 'example'로 요청하는 경우가 있어서, 설명에 '://'를 추가했습니다.

Reference:
    - https://portone-io.slack.com/archives/C067FEWAMAQ/p1716538048060129?thread_ts=1715563774.600649&cid=C067FEWAMAQ
  • Loading branch information
aimpugn committed May 24, 2024
1 parent 4f88aa8 commit 10c2bf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ In mobile browsers, the page is redirected to <mark style="color:red;"> **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
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/ko/pg/payment-gateway/inicis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10c2bf1

Please sign in to comment.