@portone/browser-sdk 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2/entity/Address.d.ts +24 -4
- package/dist/v2/entity/Bank.d.ts +276 -2
- package/dist/v2/entity/BillingKeyAndPayMethod.d.ts +10 -1
- package/dist/v2/entity/BillingKeyMethod.d.ts +19 -1
- package/dist/v2/entity/CardCompany.d.ts +76 -1
- package/dist/v2/entity/Carrier.d.ts +22 -7
- package/dist/v2/entity/CashReceiptType.d.ts +16 -1
- package/dist/v2/entity/ChannelGroupId.d.ts +8 -0
- package/dist/v2/entity/ChannelKey.d.ts +10 -0
- package/dist/v2/entity/Country.d.ts +758 -1
- package/dist/v2/entity/Currency.d.ts +546 -4
- package/dist/v2/entity/Customer.d.ts +90 -15
- package/dist/v2/entity/EasyPayPaymentMethod.d.ts +19 -1
- package/dist/v2/entity/EasyPayProvider.d.ts +157 -1
- package/dist/v2/entity/FreeInstallmentPlan.d.ts +25 -4
- package/dist/v2/entity/Gender.d.ts +16 -1
- package/dist/v2/entity/GiftCertificateType.d.ts +20 -2
- package/dist/v2/entity/Iframe.d.ts +9 -0
- package/dist/v2/entity/Installment.d.ts +53 -20
- package/dist/v2/entity/InstallmentMonthOption.d.ts +41 -0
- package/dist/v2/entity/IssueBillingKeyUIType.d.ts +1 -1
- package/dist/v2/entity/Locale.d.ts +63 -1
- package/dist/v2/entity/OfferPeriod.d.ts +30 -12
- package/dist/v2/entity/OfferPeriodRange.d.ts +7 -0
- package/dist/v2/entity/OfferPeriodRangeFrom.d.ts +9 -0
- package/dist/v2/entity/OfferPeriodRangeFromTo.d.ts +13 -0
- package/dist/v2/entity/OfferPeriodRangeTo.d.ts +9 -0
- package/dist/v2/entity/PayMethod.d.ts +27 -1
- package/dist/v2/entity/PaymentCurrency.d.ts +191 -0
- package/dist/v2/entity/PaymentOrderName.d.ts +4 -0
- package/dist/v2/entity/PaymentPayMethod.d.ts +53 -0
- package/dist/v2/entity/PaymentTotalAmount.d.ts +14 -0
- package/dist/v2/entity/PaymentUIType.d.ts +1 -1
- package/dist/v2/entity/PgCode.d.ts +6 -0
- package/dist/v2/entity/PgMessage.d.ts +6 -0
- package/dist/v2/entity/PgProvider.d.ts +7 -52
- package/dist/v2/entity/Popup.d.ts +10 -1
- package/dist/v2/entity/Product.d.ts +36 -3
- package/dist/v2/entity/ProductType.d.ts +11 -4
- package/dist/v2/entity/RedirectUrl.d.ts +6 -0
- package/dist/v2/entity/StoreDetails.d.ts +59 -20
- package/dist/v2/entity/StoreDetailsOpeningHours.d.ts +13 -0
- package/dist/v2/entity/StoreId.d.ts +6 -0
- package/dist/v2/entity/TaxFreeAmount.d.ts +6 -0
- package/dist/v2/entity/TransactionType.d.ts +26 -5
- package/dist/v2/entity/VatAmount.d.ts +6 -0
- package/dist/v2/entity/WindowType.d.ts +1 -9
- package/dist/v2/entity/WindowTypes.d.ts +18 -0
- package/dist/v2/entity/bypass/IdentityVerificationBypass.d.ts +20 -0
- package/dist/v2/entity/bypass/IssueBillingKeyAndPayBypass.d.ts +17 -0
- package/dist/v2/entity/bypass/IssueBillingKeyBypass.d.ts +37 -0
- package/dist/v2/entity/bypass/LoadIssueBillingKeyUIBypass.d.ts +7 -0
- package/dist/v2/entity/bypass/LoadPaymentUIBypass.d.ts +7 -0
- package/dist/v2/entity/bypass/PaymentBypass.d.ts +92 -0
- package/dist/v2/entity/bypass/identityVerification/Danal.d.ts +21 -14
- package/dist/v2/entity/bypass/identityVerification/InicisUnified.d.ts +30 -11
- package/dist/v2/entity/bypass/identityVerification/InicisUnifiedDirectAgency.d.ts +69 -0
- package/dist/v2/entity/bypass/identityVerification/InicisUnifiedFlgFixedUser.d.ts +19 -0
- package/dist/v2/entity/bypass/identityVerification/KcpV2.d.ts +5 -2
- package/dist/v2/entity/bypass/identityVerification/index.d.ts +5 -8
- package/dist/v2/entity/bypass/index.d.ts +12 -0
- package/dist/v2/entity/bypass/issueBillingKey/InicisV2.d.ts +7 -5
- package/dist/v2/entity/bypass/issueBillingKey/InicisV2CardUse.d.ts +17 -0
- package/dist/v2/entity/bypass/issueBillingKey/KcpV2.d.ts +6 -2
- package/dist/v2/entity/bypass/issueBillingKey/KcpV2BatchSocChoice.d.ts +17 -0
- package/dist/v2/entity/bypass/issueBillingKey/Naverpay.d.ts +9 -4
- package/dist/v2/entity/bypass/issueBillingKey/SmartroV2.d.ts +11 -4
- package/dist/v2/entity/bypass/issueBillingKey/SmartroV2IsPwdPass.d.ts +17 -0
- package/dist/v2/entity/bypass/issueBillingKey/SmartroV2SkinColor.d.ts +13 -0
- package/dist/v2/entity/bypass/issueBillingKey/TosspayV2.d.ts +5 -3
- package/dist/v2/entity/bypass/issueBillingKey/Welcome.d.ts +12 -5
- package/dist/v2/entity/bypass/issueBillingKey/index.d.ts +10 -16
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2.d.ts +25 -28
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2BillTo.d.ts +37 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Merchant.d.ts +6 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Payment.d.ts +13 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2ShipTo.d.ts +37 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Surcharge.d.ts +14 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/PayletterGlobal.d.ts +16 -6
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/Welcome.d.ts +50 -52
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/index.d.ts +8 -8
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2.d.ts +15 -22
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2AdditionalData.d.ts +4 -0
- package/dist/v2/entity/bypass/{PaypalV2Country.d.ts → loadIssueBillingKeyUI/PaypalV2Country.d.ts} +7 -1
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2ShippingAddress.d.ts +31 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2Style.d.ts +33 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleColor.d.ts +14 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleLabel.d.ts +16 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleLayout.d.ts +11 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleShape.d.ts +11 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/index.d.ts +9 -4
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2.d.ts +28 -55
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2AdditionalData.d.ts +4 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2Payer.d.ts +9 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PayerAddress.d.ts +18 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PayerTaxInfo.d.ts +10 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnit.d.ts +7 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnitShipping.d.ts +10 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnitShippingAddress.d.ts +21 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2Style.d.ts +37 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleColor.d.ts +14 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleLabel.d.ts +16 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleLayout.d.ts +11 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleShape.d.ts +11 -0
- package/dist/v2/entity/bypass/loadPaymentUI/index.d.ts +13 -4
- package/dist/v2/entity/bypass/payment/EximbayV2.d.ts +38 -41
- package/dist/v2/entity/bypass/payment/EximbayV2BillTo.d.ts +37 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Merchant.d.ts +13 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Payment.d.ts +13 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Settings.d.ts +18 -0
- package/dist/v2/entity/bypass/payment/EximbayV2SettingsCallFromApp.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/EximbayV2ShipTo.d.ts +37 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Surcharge.d.ts +14 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Tax.d.ts +10 -0
- package/dist/v2/entity/bypass/payment/EximbayV2TaxReceiptStatus.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/Hyphen.d.ts +5 -1
- package/dist/v2/entity/bypass/payment/HyphenDesignCd.d.ts +1 -0
- package/dist/v2/entity/bypass/payment/InicisJp.d.ts +8 -23
- package/dist/v2/entity/bypass/payment/InicisJpPaymentUI.d.ts +33 -0
- package/dist/v2/entity/bypass/payment/InicisV2.d.ts +111 -78
- package/dist/v2/entity/bypass/payment/Kakaopay.d.ts +7 -1
- package/dist/v2/entity/bypass/payment/KcpV2.d.ts +23 -10
- package/dist/v2/entity/bypass/payment/KcpV2ComplexPnt.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/KcpV2DispTax.d.ts +13 -0
- package/dist/v2/entity/bypass/payment/Kpn.d.ts +7 -9
- package/dist/v2/entity/bypass/payment/KpnCardSelect.d.ts +19 -0
- package/dist/v2/entity/bypass/payment/Ksnet.d.ts +10 -4
- package/dist/v2/entity/bypass/payment/KsnetSndQpayType.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/Naverpay.d.ts +16 -27
- package/dist/v2/entity/bypass/payment/NaverpayProductItem.d.ts +39 -0
- package/dist/v2/entity/bypass/payment/NaverpayProductItemPayReferrer.d.ts +19 -0
- package/dist/v2/entity/bypass/payment/NaverpaySubMerchantInfo.d.ts +29 -0
- package/dist/v2/entity/bypass/payment/NiceV2.d.ts +48 -22
- package/dist/v2/entity/bypass/payment/NiceV2DirectCoupon.d.ts +21 -0
- package/dist/v2/entity/bypass/payment/NiceV2DirectShow.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/NiceV2DisableScroll.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/NiceV2SamPayMallType.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/NiceV2SkinType.d.ts +18 -0
- package/dist/v2/entity/bypass/payment/PayletterGlobal.d.ts +16 -6
- package/dist/v2/entity/bypass/payment/PaypalV2.d.ts +15 -47
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSource.d.ts +4 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypal.d.ts +4 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContext.d.ts +9 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextLandingPage.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference.d.ts +5 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextShippingPreference.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/SmartroV2.d.ts +19 -5
- package/dist/v2/entity/bypass/payment/SmartroV2OpenType.d.ts +15 -0
- package/dist/v2/entity/bypass/payment/SmartroV2SkinColor.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/TossBrandpay.d.ts +17 -40
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptions.d.ts +7 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUi.d.ts +18 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiButtonStyle.d.ts +23 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiLabels.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiNavigationBar.d.ts +10 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptions.d.ts +16 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsMethodType.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUi.d.ts +4 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSection.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSectionDescription.d.ts +10 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSectionSummary.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/TosspayV2.d.ts +8 -7
- package/dist/v2/entity/bypass/payment/TosspayV2CashReceiptTradeOption.d.ts +29 -0
- package/dist/v2/entity/bypass/payment/Tosspayments.d.ts +9 -4
- package/dist/v2/entity/bypass/payment/Welcome.d.ts +84 -96
- package/dist/v2/entity/bypass/payment/index.d.ts +60 -36
- package/dist/v2/entity/index.d.ts +50 -36
- package/dist/v2/exception/CheckoutServiceErrorCode.d.ts +11 -1
- package/dist/v2/exception/GrpcErrorCode.d.ts +71 -1
- package/dist/v2/exception/IdentityVerificationError.d.ts +57 -10
- package/dist/v2/exception/IssueBillingKeyAndPayError.d.ts +60 -14
- package/dist/v2/exception/IssueBillingKeyError.d.ts +55 -9
- package/dist/v2/exception/LoadIssueBillingKeyUIError.d.ts +27 -2
- package/dist/v2/exception/LoadPaymentUIError.d.ts +27 -2
- package/dist/v2/exception/ModuleError.d.ts +22 -3
- package/dist/v2/exception/PaymentError.d.ts +57 -10
- package/dist/v2/exception/TxServiceIdentityVerificationErrorCode.d.ts +11 -1
- package/dist/v2/exception/TxServiceIssueErrorCode.d.ts +12 -1
- package/dist/v2/exception/TxServicePayErrorCode.d.ts +16 -1
- package/dist/v2/exception/index.d.ts +5 -0
- package/dist/v2/index.d.ts +14 -11
- package/dist/v2/loadIssueBillingKeyUI.d.ts +3 -22
- package/dist/v2/loadPaymentUI.d.ts +3 -34
- package/dist/v2/loader.d.ts +20 -15
- package/dist/v2/request/IdentityVerificationRequest.d.ts +66 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequest.d.ts +3 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequestBase.d.ts +207 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequestUnion.d.ts +4 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequestUnionMobile.d.ts +11 -0
- package/dist/v2/request/IssueBillingKeyRequest.d.ts +3 -0
- package/dist/v2/request/IssueBillingKeyRequestBase.d.ts +142 -0
- package/dist/v2/request/IssueBillingKeyRequestUnion.d.ts +10 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionCard.d.ts +7 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionEasyPay.d.ts +17 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionMobile.d.ts +11 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionPaypal.d.ts +1 -0
- package/dist/v2/request/LoadIssueBillingKeyUIRequest.d.ts +84 -0
- package/dist/v2/request/LoadPaymentUIRequest.d.ts +198 -0
- package/dist/v2/request/PaymentRequest.d.ts +3 -0
- package/dist/v2/request/PaymentRequestBase.d.ts +253 -0
- package/dist/v2/request/PaymentRequestUnion.d.ts +35 -0
- package/dist/v2/request/PaymentRequestUnionAlipay.d.ts +1 -0
- package/dist/v2/request/PaymentRequestUnionCard.d.ts +79 -0
- package/dist/v2/request/PaymentRequestUnionConvenienceStore.d.ts +7 -0
- package/dist/v2/request/PaymentRequestUnionConvenienceStorePaymentDeadline.d.ts +16 -0
- package/dist/v2/request/PaymentRequestUnionEasyPay.d.ts +110 -0
- package/dist/v2/request/PaymentRequestUnionGiftCertificate.d.ts +10 -0
- package/dist/v2/request/PaymentRequestUnionMobile.d.ts +16 -0
- package/dist/v2/request/PaymentRequestUnionPaypal.d.ts +1 -0
- package/dist/v2/request/PaymentRequestUnionTransfer.d.ts +23 -0
- package/dist/v2/request/PaymentRequestUnionVirtualAccount.d.ts +45 -0
- package/dist/v2/request/PaymentRequestUnionVirtualAccountAccountExpiry.d.ts +25 -0
- package/dist/v2/request/PaymentRequestUnionVirtualAccountFixedOption.d.ts +14 -0
- package/dist/v2/request/index.d.ts +29 -0
- package/dist/v2/requestIdentityVerification.d.ts +2 -27
- package/dist/v2/requestIssueBillingKey.d.ts +2 -55
- package/dist/v2/requestIssueBillingKeyAndPay.d.ts +2 -55
- package/dist/v2/requestPayment.d.ts +2 -109
- package/dist/v2/response/IdentityVerificationResponse.d.ts +49 -0
- package/dist/v2/response/IssueBillingKeyAndPayResponse.d.ts +53 -0
- package/dist/v2/response/IssueBillingKeyResponse.d.ts +41 -0
- package/dist/v2/response/PaymentResponse.d.ts +47 -0
- package/dist/v2/response/index.d.ts +4 -0
- package/dist/v2/updateLoadIssueBillingKeyUIRequest.d.ts +1 -1
- package/dist/v2/updateLoadPaymentUIRequest.d.ts +1 -1
- package/dist/v2.cjs +3230 -343
- package/dist/v2.js +3179 -344
- package/package.json +8 -8
|
@@ -1,98 +1,131 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* KG이니시스 bypass 파라미터
|
|
3
|
+
*
|
|
4
|
+
* KG이니시스는 PC 결제 모듈과 모바일 결제 모듈이 분리되어 있기 때문에 bypass 파라미터 또한 PC용과 모바일용이 분리되어 있습니다.
|
|
5
|
+
*/
|
|
6
|
+
export type InicisV2Bypass = {
|
|
3
7
|
/**
|
|
4
|
-
*
|
|
8
|
+
* **PC용 파라미터**
|
|
9
|
+
*
|
|
10
|
+
* 결제창에 삽입할 메인 로고 url
|
|
11
|
+
*
|
|
12
|
+
* 결제창 중앙 상단에 표시됩니다.
|
|
13
|
+
* 이미지 권장 사이즈는 89\*18 입니다.
|
|
5
14
|
*/
|
|
6
|
-
logo_url?: string;
|
|
15
|
+
logo_url?: string | undefined;
|
|
7
16
|
/**
|
|
8
|
-
*
|
|
17
|
+
* **PC용 파라미터**
|
|
18
|
+
*
|
|
19
|
+
* 결제창에 삽입할 서브 로고 url
|
|
20
|
+
*
|
|
21
|
+
* 결제창 우측 상단에 표시됩니다.
|
|
22
|
+
* 이미지 권장 사이즈는 64\*13 입니다.
|
|
9
23
|
*/
|
|
10
|
-
logo_2nd?: string;
|
|
24
|
+
logo_2nd?: string | undefined;
|
|
11
25
|
/**
|
|
12
|
-
*
|
|
13
|
-
*
|
|
26
|
+
* **PC용 파라미터**
|
|
27
|
+
*
|
|
28
|
+
* 보호자 이메일 주소
|
|
29
|
+
*
|
|
30
|
+
* 14세 미만 고객의 경우 필수 입력입니다.
|
|
31
|
+
* "@", "." 외의 특수문자는 입력 불가합니다.
|
|
14
32
|
*/
|
|
15
|
-
parentemail?: string;
|
|
33
|
+
parentemail?: string | undefined;
|
|
16
34
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
35
|
+
* **PC용 파라미터**
|
|
36
|
+
*
|
|
37
|
+
* SSGPAY 결제요청 시 PUSH 전송 휴대폰번호
|
|
38
|
+
*
|
|
39
|
+
* `-` 없이 숫자만 허용합니다.
|
|
19
40
|
*/
|
|
20
|
-
Ini_SSGPAY_MDN?: string;
|
|
41
|
+
Ini_SSGPAY_MDN?: string | undefined;
|
|
21
42
|
/**
|
|
22
|
-
*
|
|
43
|
+
* **PC용 파라미터**
|
|
44
|
+
*
|
|
45
|
+
* 추가 옵션
|
|
46
|
+
*
|
|
47
|
+
* 아래 string 중 원하는 옵션들을 골라 array 형태로 입력합니다.
|
|
48
|
+
*
|
|
49
|
+
* - **SKIN(#색상코드)**
|
|
50
|
+
*
|
|
51
|
+
* 결제창 배경색상 설정 \[기본값: #C1272C]
|
|
52
|
+
*
|
|
53
|
+
* 예시: `SKIN(#fc6b2d)`
|
|
54
|
+
*
|
|
55
|
+
* - **below1000**
|
|
56
|
+
*
|
|
57
|
+
* (카드결제 & 간편결제 시) 1000원 미만 결제 허용 옵션
|
|
58
|
+
*
|
|
59
|
+
* - **ocb**
|
|
60
|
+
*
|
|
61
|
+
* (카드결제 시) 카드 메인화면에 OCB 적립을 위한 카드번호 창 표시옵션 (별도 계약시 이용 가능)
|
|
62
|
+
*
|
|
63
|
+
* - **paypopup**
|
|
64
|
+
*
|
|
65
|
+
* (카드결제 시) 안심클릭계열 신용카드 POPUP 형태 표시옵션
|
|
66
|
+
*
|
|
67
|
+
* - **hidebar**
|
|
68
|
+
*
|
|
69
|
+
* (카드결제 시) 프로그레스바 미노출 옵션
|
|
70
|
+
*
|
|
71
|
+
* - **noeasypay**
|
|
72
|
+
*
|
|
73
|
+
* (카드결제 시) 간편결제 미노출 옵션
|
|
74
|
+
*
|
|
75
|
+
* - **slimquota(코드-개월:개월^코드-개월:개월)**
|
|
76
|
+
*
|
|
77
|
+
* 부분 무이자 설정 (별도 계약시 이용 가능)
|
|
78
|
+
*
|
|
79
|
+
* `string` 부분에는 `코드-개월:개월^코드-개월:개월` 와 같은 형식으로 입력합니다. (ex. `slimquota(11-2:3^34-2:3)`)
|
|
80
|
+
* 카드사 코드는 [KG이니시스 통합 코드](https://manual.inicis.com/pay/code.html) 페이지에서
|
|
81
|
+
* "결제요청 시 카드코드" 섹션을 참고하시기 바랍니다.
|
|
82
|
+
*
|
|
83
|
+
* - **mallpoint(카드코드:카드코드)**
|
|
84
|
+
*
|
|
85
|
+
* 몰포인트 (별도 계약시 이용 가능)
|
|
86
|
+
*
|
|
87
|
+
* `string` 부분에는 `카드코드:카드코드` 와 같은 형식으로 입력합니다. (ex. `mallpoint(11:34)`)
|
|
88
|
+
* 카드사 코드는 [KG이니시스 통합 코드](https://manual.inicis.com/pay/code.html) 페이지에서
|
|
89
|
+
* "결제요청 시 카드코드" 섹션을 참고하시기 바랍니다.
|
|
23
90
|
*/
|
|
24
|
-
acceptmethod?:
|
|
25
|
-
};
|
|
26
|
-
type InicisV2BypassOnMobile = {
|
|
91
|
+
acceptmethod?: string[] | undefined;
|
|
27
92
|
/**
|
|
93
|
+
* **모바일용 파라미터**
|
|
94
|
+
*
|
|
28
95
|
* 신용카드 우선선택 옵션
|
|
29
|
-
* 설정한 카드코드에 해당하는 카드가 선택된 채로 Display 됨
|
|
30
96
|
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
97
|
+
* 설정한 카드코드에 해당하는 카드가 선택된 채로 Display 됩니다.
|
|
98
|
+
* `selcode=카드코드` 형식으로 입력합니다. (ex. `selcode=14`)
|
|
33
99
|
*/
|
|
34
|
-
P_CARD_OPTION?: string;
|
|
100
|
+
P_CARD_OPTION?: string | undefined;
|
|
35
101
|
/**
|
|
102
|
+
* **모바일용 파라미터**
|
|
103
|
+
*
|
|
36
104
|
* 가맹점 이름
|
|
37
105
|
*/
|
|
38
|
-
P_MNAME?: string;
|
|
106
|
+
P_MNAME?: string | undefined;
|
|
39
107
|
/**
|
|
40
|
-
*
|
|
108
|
+
* **모바일용 파라미터**
|
|
109
|
+
*
|
|
110
|
+
* 추가 옵션
|
|
111
|
+
*
|
|
112
|
+
* 아래 string 중 원하는 옵션들을 골라 array 형태로 입력합니다.
|
|
113
|
+
*
|
|
114
|
+
* - **below1000=Y**
|
|
115
|
+
*
|
|
116
|
+
* (카드결제 & 간편결제 시) 1000원 미만 결제 허용 옵션
|
|
117
|
+
*
|
|
118
|
+
* - **noeasypay=Y**
|
|
119
|
+
*
|
|
120
|
+
* (카드결제 시) 간편결제 미노출 옵션
|
|
121
|
+
*
|
|
122
|
+
* - **global\_visa3d=Y**
|
|
123
|
+
*
|
|
124
|
+
* 해외카드 노출 옵션
|
|
125
|
+
*
|
|
126
|
+
* - **apprun\_check=Y**
|
|
127
|
+
*
|
|
128
|
+
* (android의 경우) custom url scheme 대신 intent schema(intent://) 호출
|
|
41
129
|
*/
|
|
42
|
-
P_RESERVED?:
|
|
130
|
+
P_RESERVED?: string[] | undefined;
|
|
43
131
|
};
|
|
44
|
-
type AcceptMethodKeyFromBypass =
|
|
45
|
-
/**
|
|
46
|
-
* 결제창 배경색상 [Default: #C1272C]
|
|
47
|
-
*/
|
|
48
|
-
`SKIN(${string})`
|
|
49
|
-
/**
|
|
50
|
-
* 신용카드 결제 시 1000원 이하금액 결제가능 옵션
|
|
51
|
-
*/
|
|
52
|
-
| `below1000`
|
|
53
|
-
/**
|
|
54
|
-
* 카드 메인화면에 OCB 적립을 위한 카드번호 창 표시옵션
|
|
55
|
-
*/
|
|
56
|
-
| `ocb`
|
|
57
|
-
/**
|
|
58
|
-
* 안심클릭계열 신용카드 POPUP 형태 표시옵션
|
|
59
|
-
*/
|
|
60
|
-
| `paypopup`
|
|
61
|
-
/**
|
|
62
|
-
* 프로그래스바 미노출 옵션
|
|
63
|
-
*/
|
|
64
|
-
| `hidebar`
|
|
65
|
-
/**
|
|
66
|
-
* 간편결제 미노출 옵션
|
|
67
|
-
*/
|
|
68
|
-
| `noeasypay`
|
|
69
|
-
/**
|
|
70
|
-
* 부분 무이자 설정. 슬림 할부
|
|
71
|
-
* 형식) slimquota(코드-개월:개월^코드-개월:개월)
|
|
72
|
-
* 예시) slimquota(11-2:3^34-2:3)
|
|
73
|
-
*/
|
|
74
|
-
| `slimquota(${string})`
|
|
75
|
-
/**
|
|
76
|
-
* 형식) mallpoint(카드코드:카드코드)
|
|
77
|
-
* 예시) mallpoint(11:34)
|
|
78
|
-
*/
|
|
79
|
-
| `mallpoint(${string})`;
|
|
80
|
-
type ReservedKeyFromBypass =
|
|
81
|
-
/**
|
|
82
|
-
* 신용카드 결제 시 1000원 이하금액 결제가능 옵션
|
|
83
|
-
*/
|
|
84
|
-
`below1000=Y`
|
|
85
|
-
/**
|
|
86
|
-
* 간편결제 미노출 옵션
|
|
87
|
-
*/
|
|
88
|
-
| `noeasypay=Y`
|
|
89
|
-
/**
|
|
90
|
-
* 해외카드 노출 옵션
|
|
91
|
-
*/
|
|
92
|
-
| `global_visa3d=Y`
|
|
93
|
-
/**
|
|
94
|
-
* 안드로이드 앱 내 웹뷰에서 ISP 결제 진행 시
|
|
95
|
-
* custom url scheme(ispmobile://) 대신 intent:// 로 처리할 지 여부
|
|
96
|
-
*/
|
|
97
|
-
| `apprun_check=Y`;
|
|
98
|
-
export {};
|
|
@@ -1,15 +1,28 @@
|
|
|
1
|
+
import { KcpV2ComplexPnt } from './KcpV2ComplexPnt.js';
|
|
2
|
+
import { KcpV2DispTax } from './KcpV2DispTax.js';
|
|
1
3
|
/**
|
|
2
|
-
*
|
|
3
|
-
* 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
|
|
4
|
+
* NHN KCP bypass 파라미터
|
|
4
5
|
*/
|
|
5
6
|
export type KcpV2Bypass = {
|
|
6
|
-
skin_indx?: string;
|
|
7
|
-
site_logo?: string;
|
|
7
|
+
skin_indx?: string | undefined;
|
|
8
|
+
site_logo?: string | undefined;
|
|
8
9
|
shop_user_id: string;
|
|
9
|
-
kcp_pay_title?: string;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
kcp_pay_title?: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* 포인트 결제의 경우 신용카드 + 포인트 결제인데, N으로 설정 시 포인트로만 결제가 이루어짐
|
|
13
|
+
*/
|
|
14
|
+
complex_pnt_yn?: KcpV2ComplexPnt | undefined;
|
|
15
|
+
pt_memcorp_cd?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* 가상계좌, 계좌이체 시 현금영수증 노출 여부
|
|
18
|
+
*/
|
|
19
|
+
disp_tax_yn?: KcpV2DispTax | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* 결제창에 노출될 고객사 상호명
|
|
22
|
+
*/
|
|
23
|
+
site_name?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* 에스크로 배송 예상 소요일
|
|
26
|
+
*/
|
|
27
|
+
deli_term?: string | undefined;
|
|
15
28
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 포인트 결제의 경우 신용카드 + 포인트 결제인데, N으로 설정 시 포인트로만 결제가 이루어짐
|
|
3
|
+
*/
|
|
4
|
+
export declare const KcpV2ComplexPnt: {
|
|
5
|
+
readonly Y: "Y";
|
|
6
|
+
readonly N: "N";
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* 포인트 결제의 경우 신용카드 + 포인트 결제인데, N으로 설정 시 포인트로만 결제가 이루어짐
|
|
10
|
+
*/
|
|
11
|
+
export type KcpV2ComplexPnt = (typeof KcpV2ComplexPnt)[keyof typeof KcpV2ComplexPnt];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 가상계좌, 계좌이체 시 현금영수증 노출 여부
|
|
3
|
+
*/
|
|
4
|
+
export declare const KcpV2DispTax: {
|
|
5
|
+
readonly Y: "Y";
|
|
6
|
+
readonly N: "N";
|
|
7
|
+
readonly R: "R";
|
|
8
|
+
readonly E: "E";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* 가상계좌, 계좌이체 시 현금영수증 노출 여부
|
|
12
|
+
*/
|
|
13
|
+
export type KcpV2DispTax = (typeof KcpV2DispTax)[keyof typeof KcpV2DispTax];
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
+
import { KpnCardSelect } from './KpnCardSelect.js';
|
|
1
2
|
/**
|
|
2
|
-
*
|
|
3
|
-
* 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
|
|
3
|
+
* KPN bypass 파라미터
|
|
4
4
|
*/
|
|
5
5
|
export type KpnBypass = {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* 'W2' : 페이코 (now Unsupported!!)
|
|
12
|
-
* 'X4' : 카카오페이 (now Unsupported!!)
|
|
7
|
+
* - 해외카드 (VISA + MASTER + JCB) : `GLOBAL`
|
|
8
|
+
* - 11Pay (SKPay) : `11PAY`
|
|
9
|
+
* - 구인증 : `LEGACY_AUTH`
|
|
10
|
+
* - 키인 : `KEY_IN`
|
|
13
11
|
*/
|
|
14
|
-
CardSelect
|
|
12
|
+
CardSelect?: KpnCardSelect[] | undefined;
|
|
15
13
|
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const KpnCardSelect: {
|
|
2
|
+
/**
|
|
3
|
+
* 해외카드
|
|
4
|
+
*/
|
|
5
|
+
readonly GLOBAL: "GLOBAL";
|
|
6
|
+
/**
|
|
7
|
+
* 11Pay
|
|
8
|
+
*/
|
|
9
|
+
readonly '11PAY': "11PAY";
|
|
10
|
+
/**
|
|
11
|
+
* 구인증
|
|
12
|
+
*/
|
|
13
|
+
readonly LEGACY_AUTH: "LEGACY_AUTH";
|
|
14
|
+
/**
|
|
15
|
+
* 키인
|
|
16
|
+
*/
|
|
17
|
+
readonly KEY_IN: "KEY_IN";
|
|
18
|
+
};
|
|
19
|
+
export type KpnCardSelect = (typeof KpnCardSelect)[keyof typeof KpnCardSelect];
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
import { KsnetSndQpayType } from './KsnetSndQpayType.js';
|
|
1
2
|
/**
|
|
2
|
-
*
|
|
3
|
-
* 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
|
|
3
|
+
* KSNET bypass 파라미터
|
|
4
4
|
*/
|
|
5
5
|
export type KsnetPaymentBypass = {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
/**
|
|
7
|
+
* 간편 결제 표시 구분
|
|
8
|
+
*/
|
|
9
|
+
sndQpayType?: KsnetSndQpayType | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* **KSNET 간편결제 다이렉트 여부**
|
|
12
|
+
*/
|
|
13
|
+
easyPayDirect?: boolean | undefined;
|
|
8
14
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 간편 결제 표시 구분
|
|
3
|
+
*/
|
|
4
|
+
export declare const KsnetSndQpayType: {
|
|
5
|
+
/**
|
|
6
|
+
* 간편 결제 표시
|
|
7
|
+
*/
|
|
8
|
+
readonly '1': "1";
|
|
9
|
+
/**
|
|
10
|
+
* 간편 결제 미표시
|
|
11
|
+
*/
|
|
12
|
+
readonly '0': "0";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* 간편 결제 표시 구분
|
|
16
|
+
*/
|
|
17
|
+
export type KsnetSndQpayType = (typeof KsnetSndQpayType)[keyof typeof KsnetSndQpayType];
|
|
@@ -1,31 +1,20 @@
|
|
|
1
|
+
import type { NaverpayProductItem } from './NaverpayProductItem.js';
|
|
2
|
+
import type { NaverpaySubMerchantInfo } from './NaverpaySubMerchantInfo.js';
|
|
1
3
|
/**
|
|
2
|
-
*
|
|
3
|
-
* 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
|
|
4
|
+
* 네이버페이 bypass 파라미터
|
|
4
5
|
*/
|
|
5
|
-
type ProductItem = {
|
|
6
|
-
categoryType: string;
|
|
7
|
-
categoryId: string;
|
|
8
|
-
uid: string;
|
|
9
|
-
name: string;
|
|
10
|
-
payReferrer?: NaverPayReferrer;
|
|
11
|
-
startDate?: string;
|
|
12
|
-
endDate?: string;
|
|
13
|
-
sellerId?: string;
|
|
14
|
-
count: number;
|
|
15
|
-
};
|
|
16
|
-
type NaverPayReferrer = 'NAVER_BOOK' | 'NAVER_MUSIC' | 'NAVER_SHOPPING' | 'NAVER_MAP' | 'NAVER_PLACE' | 'SEARCH_AD' | 'NAVER_SEARCH' | 'BRAND_SEARCH' | 'PARTNER_DIRECT' | 'ETC';
|
|
17
|
-
type SubMerchantInfo = {
|
|
18
|
-
subMerchantName: string;
|
|
19
|
-
subMerchantId: string;
|
|
20
|
-
subMerchantBusinessNo: string;
|
|
21
|
-
subMerchantPayId: string;
|
|
22
|
-
subMerchantTelephoneNo: string;
|
|
23
|
-
subMerchantCustomerServiceUrl: string;
|
|
24
|
-
};
|
|
25
6
|
export type NaverpayPaymentBypass = {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
7
|
+
/**
|
|
8
|
+
* 이용 완료일(YYYYMMDD)
|
|
9
|
+
*/
|
|
10
|
+
useCfmYmdt?: string | undefined;
|
|
11
|
+
productItems: NaverpayProductItem[];
|
|
12
|
+
/**
|
|
13
|
+
* 하부 가맹점 정보. PG 업종 가맹점인 경우에만 필수 값
|
|
14
|
+
*/
|
|
15
|
+
subMerchantInfo?: NaverpaySubMerchantInfo | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* 배송비
|
|
18
|
+
*/
|
|
19
|
+
deliveryFee?: number | undefined;
|
|
30
20
|
};
|
|
31
|
-
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NaverpayProductItemPayReferrer } from './NaverpayProductItemPayReferrer.js';
|
|
2
|
+
export type NaverpayProductItem = {
|
|
3
|
+
/**
|
|
4
|
+
* 결제 상품 유형
|
|
5
|
+
*/
|
|
6
|
+
categoryType: string;
|
|
7
|
+
/**
|
|
8
|
+
* 결제 상품 분류
|
|
9
|
+
*/
|
|
10
|
+
categoryId: string;
|
|
11
|
+
/**
|
|
12
|
+
* 결제 상품 식별값
|
|
13
|
+
*/
|
|
14
|
+
uid: string;
|
|
15
|
+
/**
|
|
16
|
+
* 상품명
|
|
17
|
+
*/
|
|
18
|
+
name: string;
|
|
19
|
+
/**
|
|
20
|
+
* 결제 상품 유입경로
|
|
21
|
+
*/
|
|
22
|
+
payReferrer?: NaverpayProductItemPayReferrer | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* 시작일(YYYYMMDD)
|
|
25
|
+
*/
|
|
26
|
+
startDate?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* 종료일(YYYYMMDD)
|
|
29
|
+
*/
|
|
30
|
+
endDate?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* 하위 판매자 식별키
|
|
33
|
+
*/
|
|
34
|
+
sellerId?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* 결제 상품 개수
|
|
37
|
+
*/
|
|
38
|
+
count: number;
|
|
39
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 결제 상품 유입경로
|
|
3
|
+
*/
|
|
4
|
+
export declare const NaverpayProductItemPayReferrer: {
|
|
5
|
+
readonly NAVER_BOOK: "NAVER_BOOK";
|
|
6
|
+
readonly NAVER_MUSIC: "NAVER_MUSIC";
|
|
7
|
+
readonly NAVER_SHOPPING: "NAVER_SHOPPING";
|
|
8
|
+
readonly NAVER_MAP: "NAVER_MAP";
|
|
9
|
+
readonly NAVER_PLACE: "NAVER_PLACE";
|
|
10
|
+
readonly SEARCH_AD: "SEARCH_AD";
|
|
11
|
+
readonly NAVER_SEARCH: "NAVER_SEARCH";
|
|
12
|
+
readonly BRAND_SEARCH: "BRAND_SEARCH";
|
|
13
|
+
readonly PARTNER_DIRECT: "PARTNER_DIRECT";
|
|
14
|
+
readonly ETC: "ETC";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 결제 상품 유입경로
|
|
18
|
+
*/
|
|
19
|
+
export type NaverpayProductItemPayReferrer = (typeof NaverpayProductItemPayReferrer)[keyof typeof NaverpayProductItemPayReferrer];
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 하부 가맹점 정보. PG 업종 가맹점인 경우에만 필수 값
|
|
3
|
+
*/
|
|
4
|
+
export type NaverpaySubMerchantInfo = {
|
|
5
|
+
/**
|
|
6
|
+
* 하부 가맹점 명
|
|
7
|
+
*/
|
|
8
|
+
subMerchantName: string;
|
|
9
|
+
/**
|
|
10
|
+
* 하부 가맹점 ID
|
|
11
|
+
*/
|
|
12
|
+
subMerchantId: string;
|
|
13
|
+
/**
|
|
14
|
+
* 하부 가맹점 사업자 번호(숫자 10자리)
|
|
15
|
+
*/
|
|
16
|
+
subMerchantBusinessNo: string;
|
|
17
|
+
/**
|
|
18
|
+
* 하부 가맹점 결제 키
|
|
19
|
+
*/
|
|
20
|
+
subMerchantPayId: string;
|
|
21
|
+
/**
|
|
22
|
+
* 하부 가맹점 대표 전화번호
|
|
23
|
+
*/
|
|
24
|
+
subMerchantTelephoneNo: string;
|
|
25
|
+
/**
|
|
26
|
+
* 하부 가맹점 고객 서비스 URL
|
|
27
|
+
*/
|
|
28
|
+
subMerchantCustomerServiceUrl: string;
|
|
29
|
+
};
|
|
@@ -1,39 +1,65 @@
|
|
|
1
|
+
import { NiceV2DisableScroll } from './NiceV2DisableScroll.js';
|
|
2
|
+
import { NiceV2SkinType } from './NiceV2SkinType.js';
|
|
3
|
+
import { NiceV2DirectCoupon } from './NiceV2DirectCoupon.js';
|
|
4
|
+
import { NiceV2DirectShow } from './NiceV2DirectShow.js';
|
|
5
|
+
import { NiceV2SamPayMallType } from './NiceV2SamPayMallType.js';
|
|
1
6
|
/**
|
|
2
|
-
*
|
|
3
|
-
* 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
|
|
7
|
+
* (신)나이스페이먼츠 bypass 파라미터
|
|
4
8
|
*/
|
|
5
9
|
export type NiceV2PaymentBypass = {
|
|
6
|
-
LogoImage?: string;
|
|
7
|
-
NPDisableScroll?: 'Y' | 'N';
|
|
8
|
-
SkinType?: 'red' | 'green' | 'purple' | 'gray' | 'dark';
|
|
9
|
-
UserCI?: string;
|
|
10
|
-
MallUserID?: string;
|
|
11
10
|
/**
|
|
12
|
-
*
|
|
11
|
+
* 결제창 로고 이미지 URL
|
|
12
|
+
*/
|
|
13
|
+
LogoImage?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* 결제창 스크롤 미사용 여부 (PC Only, Y: 미사용 / N(default): 사용)
|
|
16
|
+
*/
|
|
17
|
+
NPDisableScroll?: NiceV2DisableScroll | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* 결제창 스킨 색상 설정
|
|
20
|
+
*
|
|
21
|
+
* `"red", "green", "purple", "gray", "dark"` 중 하나의 값으로 입력해주세요.
|
|
22
|
+
*/
|
|
23
|
+
SkinType?: NiceV2SkinType | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* 문화 상품권 결제시 결제 고객 사용자 인증 CI 정보. 아이디/비밀번호 외 추가로 CI 인증이 필요한 경우 사용. 사용 전 영업 담당자와 사전 협의 필수
|
|
26
|
+
*/
|
|
27
|
+
UserCI?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* 상점 사용자 아이디. 문화 상품권 결제시 경우 필수 입력
|
|
30
|
+
*/
|
|
31
|
+
MallUserID?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* 신용카드 쿠폰 자동 적용 여부 (Y: 사전 등록된 선 할인 쿠폰을 자동 적용 / N: 쿠폰 미적용(기본값))
|
|
34
|
+
*
|
|
13
35
|
* 할부 거래 요청 시 할인 적용 후 승인 금액이 할부 가능 금액 (50,000) 미만인 경우 인증 실패 처리
|
|
14
36
|
*/
|
|
15
|
-
DirectCouponYN?:
|
|
37
|
+
DirectCouponYN?: NiceV2DirectCoupon | undefined;
|
|
16
38
|
/**
|
|
17
|
-
* 다이렉트 호출 결제 수단(BANK: 계좌이체/CELLPHONE: 휴대폰 소액결제)
|
|
18
|
-
* 간편결제와 카드사 다이렉트 호출의 경우 CheckoutService가 다이렉트 여부를 판단 후 올바른 값을 직접 넣어 줌
|
|
19
|
-
* 단, 계좌이체와 휴대폰 소액결제는 각각 은행 코드와 통신사 코드를 전달하는 방식이 아니기 때문에
|
|
20
|
-
* 정확한 다이렉트 호출이 아니므로 다이렉트 호출/비 다이렉트 호출을 구분하기 위해 DirectShowOpt 파라미터를 가맹점으로부터 직접 받음
|
|
39
|
+
* 다이렉트 호출 결제 수단 (BANK: 계좌이체/CELLPHONE: 휴대폰 소액결제)
|
|
21
40
|
*/
|
|
22
|
-
DirectShowOpt?:
|
|
41
|
+
DirectShowOpt?: NiceV2DirectShow | undefined;
|
|
23
42
|
/**
|
|
24
43
|
* 카드사 별 호출 방식
|
|
44
|
+
*
|
|
25
45
|
* 형식) 카드코드:노출유형|카드코드:노출유형
|
|
46
|
+
*
|
|
47
|
+
* 예시) 08:3|02:3 → 롯데카드와 국민카드 선택시 앱 카드 직접 호출 방식으로 렌더링
|
|
48
|
+
*
|
|
26
49
|
* - 노출 유형: 1(안심클릭), 2(간편결제), 3(앱 카드 직접 호출)
|
|
27
50
|
* - 카드 코드: 02(국민), 04(삼성), 06(신한), 07(현대), 08(롯데), 12(NH), 15(우리)만 가능
|
|
28
|
-
* 예시) CardShowOpt=08:3|02:3 → 롯데카드와 국민카드 선택시 앱 카드 직접 호출 방식으로 렌더링
|
|
29
51
|
*/
|
|
30
|
-
CardShowOpt?: string;
|
|
31
|
-
|
|
32
|
-
|
|
52
|
+
CardShowOpt?: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* 페이코 계정 자동 로그인 기능 사용하기 위해 페이코에서 고객사에 발급한 ClientId
|
|
55
|
+
*/
|
|
56
|
+
PaycoClientId?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* 페이코 계정 자동 로그인 기능 사용을 위한 접속 토큰
|
|
59
|
+
*/
|
|
60
|
+
PaycoAccessToken?: string | undefined;
|
|
33
61
|
/**
|
|
34
|
-
* 삼성페이
|
|
35
|
-
* - 01: 삼성페이 內 쇼핑
|
|
36
|
-
* - 99: 기타(기본값)
|
|
62
|
+
* 삼성페이 고객사 유형 (01: 삼성페이 內 쇼핑 / 99: 기타 (기본값))
|
|
37
63
|
*/
|
|
38
|
-
SamPayMallType?:
|
|
64
|
+
SamPayMallType?: NiceV2SamPayMallType | undefined;
|
|
39
65
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 신용카드 쿠폰 자동 적용 여부 (Y: 사전 등록된 선 할인 쿠폰을 자동 적용 / N: 쿠폰 미적용(기본값))
|
|
3
|
+
*
|
|
4
|
+
* 할부 거래 요청 시 할인 적용 후 승인 금액이 할부 가능 금액 (50,000) 미만인 경우 인증 실패 처리
|
|
5
|
+
*/
|
|
6
|
+
export declare const NiceV2DirectCoupon: {
|
|
7
|
+
/**
|
|
8
|
+
* 사전 등록된 선 할인 쿠폰을 자동 적용
|
|
9
|
+
*/
|
|
10
|
+
readonly Y: "Y";
|
|
11
|
+
/**
|
|
12
|
+
* 쿠폰 미적용(기본값)
|
|
13
|
+
*/
|
|
14
|
+
readonly N: "N";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 신용카드 쿠폰 자동 적용 여부 (Y: 사전 등록된 선 할인 쿠폰을 자동 적용 / N: 쿠폰 미적용(기본값))
|
|
18
|
+
*
|
|
19
|
+
* 할부 거래 요청 시 할인 적용 후 승인 금액이 할부 가능 금액 (50,000) 미만인 경우 인증 실패 처리
|
|
20
|
+
*/
|
|
21
|
+
export type NiceV2DirectCoupon = (typeof NiceV2DirectCoupon)[keyof typeof NiceV2DirectCoupon];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 다이렉트 호출 결제 수단 (BANK: 계좌이체/CELLPHONE: 휴대폰 소액결제)
|
|
3
|
+
*/
|
|
4
|
+
export declare const NiceV2DirectShow: {
|
|
5
|
+
/**
|
|
6
|
+
* 계좌이체
|
|
7
|
+
*/
|
|
8
|
+
readonly BANK: "BANK";
|
|
9
|
+
/**
|
|
10
|
+
* 휴대폰 소액결제
|
|
11
|
+
*/
|
|
12
|
+
readonly CELLPHONE: "CELLPHONE";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* 다이렉트 호출 결제 수단 (BANK: 계좌이체/CELLPHONE: 휴대폰 소액결제)
|
|
16
|
+
*/
|
|
17
|
+
export type NiceV2DirectShow = (typeof NiceV2DirectShow)[keyof typeof NiceV2DirectShow];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 결제창 스크롤 미사용 여부 (PC Only, Y: 미사용 / N(default): 사용)
|
|
3
|
+
*/
|
|
4
|
+
export declare const NiceV2DisableScroll: {
|
|
5
|
+
readonly Y: "Y";
|
|
6
|
+
readonly N: "N";
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* 결제창 스크롤 미사용 여부 (PC Only, Y: 미사용 / N(default): 사용)
|
|
10
|
+
*/
|
|
11
|
+
export type NiceV2DisableScroll = (typeof NiceV2DisableScroll)[keyof typeof NiceV2DisableScroll];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 삼성페이 고객사 유형 (01: 삼성페이 內 쇼핑 / 99: 기타 (기본값))
|
|
3
|
+
*/
|
|
4
|
+
export declare const NiceV2SamPayMallType: {
|
|
5
|
+
/**
|
|
6
|
+
* 삼성페이 內 쇼핑
|
|
7
|
+
*/
|
|
8
|
+
readonly '01': "01";
|
|
9
|
+
/**
|
|
10
|
+
* 기타 (기본값)
|
|
11
|
+
*/
|
|
12
|
+
readonly '99': "99";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* 삼성페이 고객사 유형 (01: 삼성페이 內 쇼핑 / 99: 기타 (기본값))
|
|
16
|
+
*/
|
|
17
|
+
export type NiceV2SamPayMallType = (typeof NiceV2SamPayMallType)[keyof typeof NiceV2SamPayMallType];
|