@portone/browser-sdk 0.0.23 → 0.1.0
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 +350 -76
- 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 +99 -24
- package/dist/v2/entity/Carrier.d.ts +28 -13
- package/dist/v2/entity/CashReceiptType.d.ts +19 -4
- 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 +1007 -250
- package/dist/v2/entity/Currency.d.ts +723 -181
- 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 +178 -22
- package/dist/v2/entity/FreeInstallmentPlan.d.ts +25 -4
- package/dist/v2/entity/Gender.d.ts +19 -4
- package/dist/v2/entity/GiftCertificateType.d.ts +24 -6
- package/dist/v2/entity/Iframe.d.ts +7 -1
- 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 +51 -96
- 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 +13 -6
- 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/loadIssueBillingKeyUI/PaypalV2Country.d.ts +212 -0
- 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 -37
- 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 -28
- package/dist/v2/requestIssueBillingKey.d.ts +2 -56
- package/dist/v2/requestIssueBillingKeyAndPay.d.ts +2 -56
- package/dist/v2/requestPayment.d.ts +2 -110
- package/dist/v2/response/IdentityVerificationResponse.d.ts +49 -0
- package/dist/v2/response/IssueBillingKeyAndPayResponse.d.ts +57 -0
- package/dist/v2/response/IssueBillingKeyResponse.d.ts +45 -0
- package/dist/v2/response/PaymentResponse.d.ts +53 -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 +3563 -676
- package/dist/v2.js +3512 -677
- package/package.json +8 -8
- package/dist/v2/entity/bypass/PaypalV2Country.d.ts +0 -206
|
@@ -1,25 +1,64 @@
|
|
|
1
|
+
import type { StoreDetailsOpeningHours } from './StoreDetailsOpeningHours.js';
|
|
1
2
|
/**
|
|
2
|
-
*
|
|
3
|
+
* **상점 정보**
|
|
3
4
|
*
|
|
4
|
-
* KSNET 카카오페이의 경우 필수 입력
|
|
5
|
-
*
|
|
6
|
-
* 이니시스 일본결제의 경우 JPPG(gmoPayment) 결제의 상점정보로 사용되거나 편의점 결제 시 영수증 표시 정보로 사용됨.
|
|
5
|
+
* - KSNET 카카오페이의 경우 필수 입력
|
|
6
|
+
* - 나이스페이먼츠의 경우 매출 전표에 표기 할 용도로 선택 입력
|
|
7
|
+
* - KG이니시스 일본결제의 경우 JPPG(gmoPayment) 결제의 상점정보로 사용되거나 편의점 결제 시 영수증 표시 정보로 사용됨.
|
|
7
8
|
*/
|
|
8
9
|
export type StoreDetails = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
10
|
+
/**
|
|
11
|
+
* **대표자 이름**
|
|
12
|
+
*/
|
|
13
|
+
ceoFullName?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* **전화번호**
|
|
16
|
+
*/
|
|
17
|
+
phoneNumber?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* **주소**
|
|
20
|
+
*/
|
|
21
|
+
address?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* 우편번호
|
|
24
|
+
*/
|
|
25
|
+
zipcode?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* 이메일
|
|
28
|
+
*/
|
|
29
|
+
email?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* **사업자명 (상호)**
|
|
32
|
+
*/
|
|
33
|
+
businessName?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* **사업자 등록 번호**
|
|
36
|
+
*/
|
|
37
|
+
businessRegistrationNumber?: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* **상점명**
|
|
40
|
+
*/
|
|
41
|
+
storeName?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* 상점명 약어
|
|
44
|
+
*/
|
|
45
|
+
storeNameShort?: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* 상점명 영문
|
|
48
|
+
*/
|
|
49
|
+
storeNameEn?: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* 상점명 후리카나 (일본어 읽는법 표기)
|
|
52
|
+
*/
|
|
53
|
+
storeNameKana?: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* 상점 영업시간 (HH:mm)
|
|
56
|
+
*/
|
|
57
|
+
openingHours?: StoreDetailsOpeningHours | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* **상점 연락처 정보 이름**
|
|
60
|
+
*
|
|
61
|
+
* ex: 문의창구, 연락처, 지원창구
|
|
62
|
+
*/
|
|
63
|
+
contactName?: string | undefined;
|
|
25
64
|
};
|
|
@@ -1,14 +1,35 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* **트랜잭션 유형**
|
|
3
|
+
*
|
|
3
4
|
* - PAYMENT: 결제
|
|
4
|
-
* -
|
|
5
|
-
* -
|
|
6
|
-
* -
|
|
5
|
+
* - ISSUE\_BILLING\_KEY: 빌링키 발급
|
|
6
|
+
* - IDENTITY\_VERIFICATION: 본인 인증
|
|
7
|
+
* - ISSUE\_BILLING\_KEY\_AND\_PAY: 빌링키 발급과 동시에 결제
|
|
7
8
|
*/
|
|
8
9
|
export declare const TransactionType: {
|
|
10
|
+
/**
|
|
11
|
+
* 결제
|
|
12
|
+
*/
|
|
9
13
|
readonly PAYMENT: "PAYMENT";
|
|
14
|
+
/**
|
|
15
|
+
* 빌링키 발급
|
|
16
|
+
*/
|
|
10
17
|
readonly ISSUE_BILLING_KEY: "ISSUE_BILLING_KEY";
|
|
18
|
+
/**
|
|
19
|
+
* 본인 인증
|
|
20
|
+
*/
|
|
11
21
|
readonly IDENTITY_VERIFICATION: "IDENTITY_VERIFICATION";
|
|
22
|
+
/**
|
|
23
|
+
* 빌링키 발급 및 초회결제
|
|
24
|
+
*/
|
|
12
25
|
readonly ISSUE_BILLING_KEY_AND_PAY: "ISSUE_BILLING_KEY_AND_PAY";
|
|
13
26
|
};
|
|
14
|
-
|
|
27
|
+
/**
|
|
28
|
+
* **트랜잭션 유형**
|
|
29
|
+
*
|
|
30
|
+
* - PAYMENT: 결제
|
|
31
|
+
* - ISSUE\_BILLING\_KEY: 빌링키 발급
|
|
32
|
+
* - IDENTITY\_VERIFICATION: 본인 인증
|
|
33
|
+
* - ISSUE\_BILLING\_KEY\_AND\_PAY: 빌링키 발급과 동시에 결제
|
|
34
|
+
*/
|
|
35
|
+
export type TransactionType = (typeof TransactionType)[keyof typeof TransactionType];
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PG사 창 렌더링 방식
|
|
3
|
-
* PG사나 결제 환경에 따라 허용되는 창 종류가 다름
|
|
4
|
-
*/
|
|
5
1
|
export declare const WindowType: {
|
|
6
2
|
readonly IFRAME: "IFRAME";
|
|
7
3
|
readonly POPUP: "POPUP";
|
|
8
4
|
readonly REDIRECTION: "REDIRECTION";
|
|
9
5
|
readonly UI: "UI";
|
|
10
6
|
};
|
|
11
|
-
export type WindowType = typeof WindowType[keyof typeof WindowType];
|
|
12
|
-
export type WindowTypes = {
|
|
13
|
-
pc?: WindowType;
|
|
14
|
-
mobile?: WindowType;
|
|
15
|
-
};
|
|
7
|
+
export type WindowType = (typeof WindowType)[keyof typeof WindowType];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { WindowType } from './WindowType.js';
|
|
2
|
+
/**
|
|
3
|
+
* **환경 별 제공되는 결제/본인인증 창 유형**
|
|
4
|
+
*
|
|
5
|
+
* - PG사에 따라 가능한 창 유형이 다릅니다.
|
|
6
|
+
* - 전달되지 않았을 때 결정되는 기본 창이 다릅니다.
|
|
7
|
+
* - 미입력 시, 해당 PG사의 기본 창 방식을 따릅니다.
|
|
8
|
+
*/
|
|
9
|
+
export type WindowTypes = {
|
|
10
|
+
/**
|
|
11
|
+
* **PC에서의 결제창 유형** `IFRAME`, `REDIRECTION`, `POPUP` 중 하나를 입력해주세요.
|
|
12
|
+
*/
|
|
13
|
+
pc?: WindowType | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* **모바일에서의 결제창 유형** `IFRAME`, `REDIRECTION`, `POPUP` 중 하나를 입력해주세요.
|
|
16
|
+
*/
|
|
17
|
+
mobile?: WindowType | undefined;
|
|
18
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { DanalIdentityVerificationBypass } from './identityVerification/Danal.js';
|
|
2
|
+
import type { InicisUnifiedIdentityVerificationBypass } from './identityVerification/InicisUnified.js';
|
|
3
|
+
import type { KcpV2IdentityVerificationBypass } from './identityVerification/KcpV2.js';
|
|
4
|
+
/**
|
|
5
|
+
* **PG사 본인인증 창 호출 시 PG사로 그대로 bypass할 값들의 모음**
|
|
6
|
+
*/
|
|
7
|
+
export type IdentityVerificationBypass = {
|
|
8
|
+
/**
|
|
9
|
+
* **다날 bypass 파라미터**
|
|
10
|
+
*/
|
|
11
|
+
danal?: DanalIdentityVerificationBypass | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* **KG이니시스 bypass 파라미터**
|
|
14
|
+
*/
|
|
15
|
+
inicisUnified?: InicisUnifiedIdentityVerificationBypass | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* **KCP bypass 파라미터**
|
|
18
|
+
*/
|
|
19
|
+
kcpV2?: KcpV2IdentityVerificationBypass | undefined;
|
|
20
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { WelcomeIssueBillingKeyAndPayBypass } from './issueBillingKeyAndPay/Welcome.js';
|
|
2
|
+
import type { PayletterGlobalIssueBillingKeyAndPayBypass } from './issueBillingKeyAndPay/PayletterGlobal.js';
|
|
3
|
+
import type { EximbayV2IssueBillingKeyAndPayBypass } from './issueBillingKeyAndPay/EximbayV2.js';
|
|
4
|
+
export type IssueBillingKeyAndPayBypass = {
|
|
5
|
+
/**
|
|
6
|
+
* **웰컴페이먼츠 bypass 파라미터**
|
|
7
|
+
*/
|
|
8
|
+
welcome?: WelcomeIssueBillingKeyAndPayBypass | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* **페이레터 해외결제 bypass 파라미터**
|
|
11
|
+
*/
|
|
12
|
+
payletter_global?: PayletterGlobalIssueBillingKeyAndPayBypass | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* **엑심베이 bypass 파라미터**
|
|
15
|
+
*/
|
|
16
|
+
eximbay_v2?: EximbayV2IssueBillingKeyAndPayBypass | undefined;
|
|
17
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { KakaopayPaymentBypass } from './payment/Kakaopay.js';
|
|
2
|
+
import type { SmartroV2IssueBillingKeyBypass } from './issueBillingKey/SmartroV2.js';
|
|
3
|
+
import type { NaverpayIssueBillingKeyBypass } from './issueBillingKey/Naverpay.js';
|
|
4
|
+
import type { WelcomeIssueBillingKeyBypass } from './issueBillingKey/Welcome.js';
|
|
5
|
+
import type { TosspayV2IssueBillingKeyBypass } from './issueBillingKey/TosspayV2.js';
|
|
6
|
+
import type { InicisV2IssueBillingKeyBypass } from './issueBillingKey/InicisV2.js';
|
|
7
|
+
import type { KcpV2IssueBillingKeyBypass } from './issueBillingKey/KcpV2.js';
|
|
8
|
+
export type IssueBillingKeyBypass = {
|
|
9
|
+
/**
|
|
10
|
+
* 카카오페이 bypass 파라미터
|
|
11
|
+
*/
|
|
12
|
+
kakaopay?: KakaopayPaymentBypass | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* **스마트로 bypass 파라미터**
|
|
15
|
+
*/
|
|
16
|
+
smartro_v2?: SmartroV2IssueBillingKeyBypass | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* **네이버페이 bypass 파라미터**
|
|
19
|
+
*/
|
|
20
|
+
naverpay?: NaverpayIssueBillingKeyBypass | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* **웰컴페이먼츠 bypass 파라미터**
|
|
23
|
+
*/
|
|
24
|
+
welcome?: WelcomeIssueBillingKeyBypass | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* **토스페이 bypass 파라미터**
|
|
27
|
+
*/
|
|
28
|
+
tosspay_v2?: TosspayV2IssueBillingKeyBypass | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* **KG이니시스 bypass 파라미터**
|
|
31
|
+
*/
|
|
32
|
+
inicis_v2?: InicisV2IssueBillingKeyBypass | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* **KCP bypass 파라미터**
|
|
35
|
+
*/
|
|
36
|
+
kcp_v2?: KcpV2IssueBillingKeyBypass | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import type { TosspaymentsPaymentBypass } from './payment/Tosspayments.js';
|
|
2
|
+
import type { KsnetPaymentBypass } from './payment/Ksnet.js';
|
|
3
|
+
import type { PaypalV2PaymentBypass } from './payment/PaypalV2.js';
|
|
4
|
+
import type { KakaopayPaymentBypass } from './payment/Kakaopay.js';
|
|
5
|
+
import type { SmartroV2PaymentBypass } from './payment/SmartroV2.js';
|
|
6
|
+
import type { NaverpayPaymentBypass } from './payment/Naverpay.js';
|
|
7
|
+
import type { NiceV2PaymentBypass } from './payment/NiceV2.js';
|
|
8
|
+
import type { TossBrandpayPaymentBypass } from './payment/TossBrandpay.js';
|
|
9
|
+
import type { WelcomePaymentBypass } from './payment/Welcome.js';
|
|
10
|
+
import type { TosspayV2PaymentBypass } from './payment/TosspayV2.js';
|
|
11
|
+
import type { InicisV2Bypass } from './payment/InicisV2.js';
|
|
12
|
+
import type { KpnBypass } from './payment/Kpn.js';
|
|
13
|
+
import type { KcpV2Bypass } from './payment/KcpV2.js';
|
|
14
|
+
import type { HyphenBypass } from './payment/Hyphen.js';
|
|
15
|
+
import type { EximbayV2Bypass } from './payment/EximbayV2.js';
|
|
16
|
+
import type { InicisJpBypass } from './payment/InicisJp.js';
|
|
17
|
+
import type { PayletterGlobalBypass } from './payment/PayletterGlobal.js';
|
|
18
|
+
/**
|
|
19
|
+
* **PG사 결제창 호출 시 PG사로 그대로 bypass할 값들의 모음**
|
|
20
|
+
*/
|
|
21
|
+
export type PaymentBypass = {
|
|
22
|
+
/**
|
|
23
|
+
* 토스페이먼츠 bypass 파라미터
|
|
24
|
+
*/
|
|
25
|
+
tosspayments?: TosspaymentsPaymentBypass | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* KSNET bypass 파라미터
|
|
28
|
+
*/
|
|
29
|
+
ksnet?: KsnetPaymentBypass | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* **Paypal bypass 파라미터**
|
|
32
|
+
*/
|
|
33
|
+
paypal_v2?: PaypalV2PaymentBypass | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* 카카오페이 bypass 파라미터
|
|
36
|
+
*/
|
|
37
|
+
kakaopay?: KakaopayPaymentBypass | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* 스마트로 V2 bypass 파라미터
|
|
40
|
+
*/
|
|
41
|
+
smartro_v2?: SmartroV2PaymentBypass | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* 네이버페이 bypass 파라미터
|
|
44
|
+
*/
|
|
45
|
+
naverpay?: NaverpayPaymentBypass | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* (신)나이스페이먼츠 bypass 파라미터
|
|
48
|
+
*/
|
|
49
|
+
nice_v2?: NiceV2PaymentBypass | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* 토스 브랜드페이 bypass 파라미터
|
|
52
|
+
*/
|
|
53
|
+
toss_brandpay?: TossBrandpayPaymentBypass | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* 웰컴페이먼츠 bypass 파라미터
|
|
56
|
+
*/
|
|
57
|
+
welcome?: WelcomePaymentBypass | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* 토스페이 bypass 파라미터
|
|
60
|
+
*/
|
|
61
|
+
tosspay_v2?: TosspayV2PaymentBypass | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* KG이니시스 bypass 파라미터
|
|
64
|
+
*
|
|
65
|
+
* KG이니시스는 PC 결제 모듈과 모바일 결제 모듈이 분리되어 있기 때문에 bypass 파라미터 또한 PC용과 모바일용이 분리되어 있습니다.
|
|
66
|
+
*/
|
|
67
|
+
inicis_v2?: InicisV2Bypass | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* KPN bypass 파라미터
|
|
70
|
+
*/
|
|
71
|
+
kpn?: KpnBypass | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* NHN KCP bypass 파라미터
|
|
74
|
+
*/
|
|
75
|
+
kcp_v2?: KcpV2Bypass | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* 하이픈 bypass 파라미터
|
|
78
|
+
*/
|
|
79
|
+
hyphen?: HyphenBypass | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* 엑심베이 V2 bypass 파라미터
|
|
82
|
+
*/
|
|
83
|
+
eximbay_v2?: EximbayV2Bypass | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* 이니시스 일본 bypass 파라미터
|
|
86
|
+
*/
|
|
87
|
+
inicis_jp?: InicisJpBypass | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* 페이레터 해외결제 bypass 파라미터
|
|
90
|
+
*/
|
|
91
|
+
payletter_global?: PayletterGlobalBypass | undefined;
|
|
92
|
+
};
|
|
@@ -1,23 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
|
|
2
|
+
* **다날 bypass 파라미터**
|
|
4
3
|
*/
|
|
5
4
|
export type DanalIdentityVerificationBypass = {
|
|
6
5
|
/**
|
|
7
|
-
*
|
|
8
|
-
* 본인확인 기능을 앱에서만 사용하는 경우 서비스 홈 URL 입력. Ex) www.MarketA.co.kr
|
|
9
|
-
* 본인확인 기능을 사용하는 웹 페이지가 존재할 경우 해당 URL 입력. Ex) m.login.MarketC.co.kr
|
|
10
|
-
* 웹 서비스 URL 자체가 존재하지 않는 경우 서비스 이름 (app 이름) 입력. Ex) 마켓A
|
|
6
|
+
* **고객사 서비스 URL 혹은 본인확인 기능 사용 경로**
|
|
11
7
|
*
|
|
12
|
-
*
|
|
8
|
+
* - 본인확인 기능을 앱에서만 사용하는 경우 서비스 홈 URL 입력. Ex) `m.login.MarketC.co.kr`
|
|
9
|
+
* - 본인확인 기능을 사용하는 웹 페이지가 존재할 경우 해당 URL 입력. Ex) `www.MarketA.co.kr`
|
|
10
|
+
* - 웹 서비스 URL 자체가 존재하지 않는 경우 서비스 이름 (app 이름) 입력. Ex) `마켓A`
|
|
11
|
+
* - 해당 값을 넘기지 않을 경우 `포트원`으로 default 값을 채웁니다.
|
|
13
12
|
*/
|
|
14
|
-
CPTITLE?: string;
|
|
15
|
-
AGELIMIT?: number;
|
|
13
|
+
CPTITLE?: string | undefined;
|
|
16
14
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
|
|
15
|
+
* **본인인증을 진행할 수 있는 최소 만 나이**
|
|
16
|
+
*
|
|
17
|
+
* 해당 값을 채워서 요청할 경우 본인인증을 진행할 수 있는 최소 만 나이를 설정할 수 있습니다.
|
|
18
|
+
*/
|
|
19
|
+
AGELIMIT?: number | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* **통신사 정보**
|
|
22
|
+
*
|
|
23
|
+
* 인증 화면에서 해당 통신사만 활성화시킬 수 있습니다.
|
|
24
|
+
*
|
|
25
|
+
* 가능한 값: `SKT`, `KTF`, `LGT`, `MVNO`
|
|
26
|
+
*
|
|
27
|
+
* 여러 개의 통신사를 활성화시키려면 위 값들을 semicolon(`;`) 으로 이어야 합니다. ex) `SKT;KTF`
|
|
21
28
|
*/
|
|
22
|
-
IsCarrier?: string;
|
|
29
|
+
IsCarrier?: string | undefined;
|
|
23
30
|
};
|
|
@@ -1,23 +1,42 @@
|
|
|
1
|
+
import { InicisUnifiedDirectAgency } from './InicisUnifiedDirectAgency.js';
|
|
2
|
+
import { InicisUnifiedFlgFixedUser } from './InicisUnifiedFlgFixedUser.js';
|
|
3
|
+
/**
|
|
4
|
+
* **KG이니시스 bypass 파라미터**
|
|
5
|
+
*/
|
|
1
6
|
export type InicisUnifiedIdentityVerificationBypass = {
|
|
2
7
|
/**
|
|
3
|
-
*
|
|
8
|
+
* **단독 노출할 인증 업체 코드**
|
|
9
|
+
*
|
|
10
|
+
* 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
|
|
4
11
|
*/
|
|
5
|
-
|
|
12
|
+
directAgency?: InicisUnifiedDirectAgency | undefined;
|
|
6
13
|
/**
|
|
7
|
-
*
|
|
14
|
+
* **인증 창에서 고객 정보를 미리 채울지 여부**
|
|
15
|
+
*
|
|
16
|
+
* `Y`, `N` 중 하나를 입력해주세요.
|
|
17
|
+
*
|
|
18
|
+
* `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
|
|
8
19
|
*/
|
|
9
|
-
|
|
20
|
+
flgFixedUser: InicisUnifiedFlgFixedUser;
|
|
10
21
|
/**
|
|
11
|
-
*
|
|
22
|
+
* **인증 창에 표시할 로고 URL**
|
|
23
|
+
*
|
|
24
|
+
* 인증 창 좌측 상단 KG이니시스 로고 대신 들어갈 로고의 URL입니다.
|
|
25
|
+
* 최적 크기는 가로 164px, 세로 28px입니다.
|
|
26
|
+
*
|
|
27
|
+
* HTTPS URL을 입력합니다. (HTTP URL인 경우 표시되지 않을 수 있습니다.)
|
|
12
28
|
*/
|
|
13
|
-
logoUrl?: string;
|
|
29
|
+
logoUrl?: string | undefined;
|
|
14
30
|
/**
|
|
15
|
-
*
|
|
31
|
+
* DI를 생성할 때 사용할 salt
|
|
16
32
|
*/
|
|
17
|
-
|
|
33
|
+
DI_CODE?: string | undefined;
|
|
18
34
|
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
35
|
+
* **성별 및 외국인 정보 별도 입력 여부**
|
|
36
|
+
*
|
|
37
|
+
* `Y`(기본값)인 경우 성별 및 외국인 정보를 제공하지 않는 일부 인증기관 사용 시 성별 및 외국인 정보 입력란을 표시합니다. **해당 정보는 인증 기관을 통해 검증되지 않습니다.**
|
|
38
|
+
*
|
|
39
|
+
* `N`인 경우 네이버, 카카오에서 사용자가 성별 및 외국인 정보를 입력하는 칸을 표시하지 않습니다.
|
|
21
40
|
*/
|
|
22
|
-
FRGNDInfo?:
|
|
41
|
+
FRGNDInfo?: string | undefined;
|
|
23
42
|
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* **단독 노출할 인증 업체 코드**
|
|
3
|
+
*
|
|
4
|
+
* 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
|
|
5
|
+
*/
|
|
6
|
+
export declare const InicisUnifiedDirectAgency: {
|
|
7
|
+
/**
|
|
8
|
+
* 페이코
|
|
9
|
+
*/
|
|
10
|
+
readonly PAYCO: "PAYCO";
|
|
11
|
+
/**
|
|
12
|
+
* 패스 (통신사)
|
|
13
|
+
*/
|
|
14
|
+
readonly PASS: "PASS";
|
|
15
|
+
/**
|
|
16
|
+
* 토스
|
|
17
|
+
*/
|
|
18
|
+
readonly TOSS: "TOSS";
|
|
19
|
+
/**
|
|
20
|
+
* 금융결제원
|
|
21
|
+
*/
|
|
22
|
+
readonly KFTC: "KFTC";
|
|
23
|
+
/**
|
|
24
|
+
* 카카오
|
|
25
|
+
*/
|
|
26
|
+
readonly KAKAO: "KAKAO";
|
|
27
|
+
/**
|
|
28
|
+
* 네이버
|
|
29
|
+
*/
|
|
30
|
+
readonly NAVER: "NAVER";
|
|
31
|
+
/**
|
|
32
|
+
* 삼성패스
|
|
33
|
+
*/
|
|
34
|
+
readonly SAMSUNG: "SAMSUNG";
|
|
35
|
+
/**
|
|
36
|
+
* 신한은행
|
|
37
|
+
*/
|
|
38
|
+
readonly SHINHAN: "SHINHAN";
|
|
39
|
+
/**
|
|
40
|
+
* 국민은행
|
|
41
|
+
*/
|
|
42
|
+
readonly KB: "KB";
|
|
43
|
+
/**
|
|
44
|
+
* 하나은행
|
|
45
|
+
*/
|
|
46
|
+
readonly HANA: "HANA";
|
|
47
|
+
/**
|
|
48
|
+
* 우리은행
|
|
49
|
+
*/
|
|
50
|
+
readonly WOORI: "WOORI";
|
|
51
|
+
/**
|
|
52
|
+
* 농협은행
|
|
53
|
+
*/
|
|
54
|
+
readonly NH: "NH";
|
|
55
|
+
/**
|
|
56
|
+
* 카카오뱅크
|
|
57
|
+
*/
|
|
58
|
+
readonly KAKAOBANK: "KAKAOBANK";
|
|
59
|
+
/**
|
|
60
|
+
* 휴대폰 인증, 별도 계약 필요
|
|
61
|
+
*/
|
|
62
|
+
readonly SMS: "SMS";
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* **단독 노출할 인증 업체 코드**
|
|
66
|
+
*
|
|
67
|
+
* 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
|
|
68
|
+
*/
|
|
69
|
+
export type InicisUnifiedDirectAgency = (typeof InicisUnifiedDirectAgency)[keyof typeof InicisUnifiedDirectAgency];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* **인증 창에서 고객 정보를 미리 채울지 여부**
|
|
3
|
+
*
|
|
4
|
+
* `Y`, `N` 중 하나를 입력해주세요.
|
|
5
|
+
*
|
|
6
|
+
* `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
|
|
7
|
+
*/
|
|
8
|
+
export declare const InicisUnifiedFlgFixedUser: {
|
|
9
|
+
readonly Y: "Y";
|
|
10
|
+
readonly N: "N";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* **인증 창에서 고객 정보를 미리 채울지 여부**
|
|
14
|
+
*
|
|
15
|
+
* `Y`, `N` 중 하나를 입력해주세요.
|
|
16
|
+
*
|
|
17
|
+
* `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
|
|
18
|
+
*/
|
|
19
|
+
export type InicisUnifiedFlgFixedUser = (typeof InicisUnifiedFlgFixedUser)[keyof typeof InicisUnifiedFlgFixedUser];
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
inicisUnified?: InicisUnifiedIdentityVerificationBypass;
|
|
7
|
-
kcpV2?: KcpV2IdentityVerificationBypass;
|
|
8
|
-
};
|
|
1
|
+
export * from './Danal.js';
|
|
2
|
+
export * from './InicisUnified.js';
|
|
3
|
+
export * from './InicisUnifiedDirectAgency.js';
|
|
4
|
+
export * from './InicisUnifiedFlgFixedUser.js';
|
|
5
|
+
export * from './KcpV2.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './IdentityVerificationBypass.js';
|
|
2
|
+
export * from './IssueBillingKeyBypass.js';
|
|
3
|
+
export * from './IssueBillingKeyAndPayBypass.js';
|
|
4
|
+
export * from './LoadIssueBillingKeyUIBypass.js';
|
|
5
|
+
export * from './LoadPaymentUIBypass.js';
|
|
6
|
+
export * from './PaymentBypass.js';
|
|
7
|
+
export * from './identityVerification/index.js';
|
|
8
|
+
export * from './issueBillingKey/index.js';
|
|
9
|
+
export * from './issueBillingKeyAndPay/index.js';
|
|
10
|
+
export * from './loadIssueBillingKeyUI/index.js';
|
|
11
|
+
export * from './loadPaymentUI/index.js';
|
|
12
|
+
export * from './payment/index.js';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { InicisV2CardUse } from './InicisV2CardUse.js';
|
|
2
|
+
/**
|
|
3
|
+
* **KG이니시스 bypass 파라미터**
|
|
4
|
+
*/
|
|
5
|
+
export type InicisV2IssueBillingKeyBypass = {
|
|
3
6
|
/**
|
|
4
|
-
* 개인/법인카드 선택 옵션
|
|
7
|
+
* 개인/법인카드 선택 옵션
|
|
5
8
|
*/
|
|
6
|
-
carduse?:
|
|
9
|
+
carduse?: InicisV2CardUse | undefined;
|
|
7
10
|
};
|
|
8
|
-
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 개인/법인카드 선택 옵션
|
|
3
|
+
*/
|
|
4
|
+
export declare const InicisV2CardUse: {
|
|
5
|
+
/**
|
|
6
|
+
* 개인카드만 선택 가능
|
|
7
|
+
*/
|
|
8
|
+
readonly percard: "percard";
|
|
9
|
+
/**
|
|
10
|
+
* 법인 카드만 선택 가능
|
|
11
|
+
*/
|
|
12
|
+
readonly cocard: "cocard";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* 개인/법인카드 선택 옵션
|
|
16
|
+
*/
|
|
17
|
+
export type InicisV2CardUse = (typeof InicisV2CardUse)[keyof typeof InicisV2CardUse];
|