From 8be366a5bb0b493e66843634d3dd1d97372cf570 Mon Sep 17 00:00:00 2001 From: "CirnoV (Sickle)" Date: Mon, 8 Apr 2024 14:36:05 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=9B=B0=EC=BB=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EB=A8=BC=EC=B8=A0=20=EC=97=B0=EB=8F=99=20=EB=AC=B8=EC=84=9C=20?= =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=20import=20=EC=88=98=EC=A0=95=20(#4?= =?UTF-8?q?02)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/ko/pg/payment-gateway/welcome/readme.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/ko/pg/payment-gateway/welcome/readme.mdx b/src/content/docs/ko/pg/payment-gateway/welcome/readme.mdx index fd557cadf..3457b6313 100644 --- a/src/content/docs/ko/pg/payment-gateway/welcome/readme.mdx +++ b/src/content/docs/ko/pg/payment-gateway/welcome/readme.mdx @@ -4,6 +4,8 @@ description: 웰컴페이먼츠 연동 방법을 안내합니다. --- 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"; ## 1. 웰컴페이먼츠 채널 설정하기 From 11fd2ff3c7e7e499c77ba2bd5d3893d5065fe264 Mon Sep 17 00:00:00 2001 From: Odin <116146713+LimJiGyu@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:39:05 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=9D=B4=EB=8B=88=EC=8B=9C=EC=8A=A4=20?= =?UTF-8?q?=EC=97=B0=EB=8F=99=EA=B0=80=EC=9D=B4=EB=93=9C=20=EC=9D=BC?= =?UTF-8?q?=EB=B6=80=20=ED=95=84=EB=93=9C=20=EC=A0=95=EB=B3=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#401)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/ko/v2-payment/pg/inicis-v2.mdx | 64 ++++++++++++------- 1 file changed, 41 insertions(+), 23 deletions(-) diff --git a/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx b/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx index cd4798476..6b657c7ae 100644 --- a/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx +++ b/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx @@ -779,6 +779,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **총 결제 금액** + 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. + + - `taxFree` **number** + + **면세액** + 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. @@ -793,7 +799,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **결제수단 정보** - - `virtualAccount` **\*** **object** + - `virtualAccount` **object** **가상계좌 결제 시 파라미터** @@ -850,12 +856,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; - - `cashReceipt` **object** + - `cashReceipt` **\*** **object** **현금영수증 정보** - - `type` **string** + - `type` **\*** **string** **발급 유형** @@ -865,7 +871,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; - 지출증빙용 : `CORPORATE` - 미발행 : `NO_RECEIPT` - - `customerIdentityNumber` **string** + - `customerIdentityNumber` **\*** **string** **현금영수증 식별 번호** @@ -878,23 +884,23 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **예금주명** - - `card` **\*** **object** + - `card` **object** - - `credential` **string** + - `credential` **\*** **string** **인증 관련 정보** - - `number` **object** + - `number` **\*** **object** **카드 번호** - - `expiryYear` **object** + - `expiryYear` **\*** **object** **유효 기간 만료 연도 (YY 형식 ex. 24)** - - `expiryMonth` **string** + - `expiryMonth` **\*** **string** **유효기간 만료 월 (MM 형식 ex. 05)** @@ -929,11 +935,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **분리된 이름** - - `first` **string** + - `first` **\*** **string** **이름** - - `last` **string** + - `last` **\*** **string** **성** @@ -1016,15 +1022,15 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **인증 관련 정보** - - `number` **object** + - `number` **\*** **object** **카드 번호** - - `expiryYear` **object** + - `expiryYear` **\*** **object** **유효 기간 만료 연도 (YY 형식 ex. 24)** - - `expiryMonth` **string** + - `expiryMonth` **\*** **string** **유효기간 만료 월 (MM 형식 ex. 05)** @@ -1059,11 +1065,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **분리된 이름** - - `first` **string** + - `first` **\*** **string** **이름** - - `last` **string** + - `last` **\*** **string** **성** @@ -1144,6 +1150,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **총 결제 금액** + 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. + + - `taxFree` **number** + + **면세액** + 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. @@ -1174,11 +1186,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **분리된 이름** - - `first` **string** + - `first` **\*** **string** **이름** - - `last` **string** + - `last` **\*** **string** **성** @@ -1266,6 +1278,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **총 결제 금액** + 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. + + - `taxFree` **number** + + **면세액** + 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. @@ -1301,11 +1319,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; **분리된 이름** - - `first` **string** + - `first` **\*** **string** **이름** - - `last` **string** + - `last` **\*** **string** **성** @@ -1396,19 +1414,19 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro"; 결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다. - - `taxFreeAmount` **number** + - `taxFreeAmount` **\*** **number** **면세액** - 이니시스의 경우 필수로 입력해야 합니다. - - `vatAmount` **number** + - `vatAmount` **\*** **number** **부가세** - 이니시스의 경우 필수로 입력해야 합니다. - - `supplyAmount` **number** + - `supplyAmount` **\*** **number** **공급가액**