globalpayments-api 3.1.0 → 3.1.1
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/lib/src/Builders/AuthorizationBuilder.d.ts +325 -0
- package/lib/src/Builders/AuthorizationBuilder.js +617 -0
- package/lib/src/Builders/AuthorizationBuilder.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.d.ts +14 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.js +62 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/ValidationTarget.d.ts +16 -0
- package/lib/src/Builders/BaseBuilder/ValidationTarget.js +36 -0
- package/lib/src/Builders/BaseBuilder/ValidationTarget.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/Validations.d.ts +11 -0
- package/lib/src/Builders/BaseBuilder/Validations.js +55 -0
- package/lib/src/Builders/BaseBuilder/Validations.js.map +1 -0
- package/lib/src/Builders/BaseBuilder.d.ts +11 -0
- package/lib/src/Builders/BaseBuilder.js +17 -0
- package/lib/src/Builders/BaseBuilder.js.map +1 -0
- package/lib/src/Builders/ManagementBuilder.d.ts +104 -0
- package/lib/src/Builders/ManagementBuilder.js +208 -0
- package/lib/src/Builders/ManagementBuilder.js.map +1 -0
- package/lib/src/Builders/PayFacBuilder.d.ts +98 -0
- package/lib/src/Builders/PayFacBuilder.js +234 -0
- package/lib/src/Builders/PayFacBuilder.js.map +1 -0
- package/lib/src/Builders/RecurringBuilder.d.ts +13 -0
- package/lib/src/Builders/RecurringBuilder.js +34 -0
- package/lib/src/Builders/RecurringBuilder.js.map +1 -0
- package/lib/src/Builders/ReportBuilder.d.ts +8 -0
- package/lib/src/Builders/ReportBuilder.js +21 -0
- package/lib/src/Builders/ReportBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/AccessTokenRequest.d.ts +11 -0
- package/lib/src/Builders/RequestBuilder/GpApi/AccessTokenRequest.js +23 -0
- package/lib/src/Builders/RequestBuilder/GpApi/AccessTokenRequest.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.d.ts +17 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.js +36 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.d.ts +6 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.js +49 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/index.d.ts +3 -0
- package/lib/src/Builders/RequestBuilder/GpApi/index.js +20 -0
- package/lib/src/Builders/RequestBuilder/GpApi/index.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.d.ts +17 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.js +109 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.d.ts +11 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.js +83 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomRequestBuilder.d.ts +9 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomRequestBuilder.js +66 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/index.d.ts +3 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/index.js +20 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/index.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.d.ts +7 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.js +31 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/index.d.ts +3 -0
- package/lib/src/Builders/RequestBuilder/index.js +20 -0
- package/lib/src/Builders/RequestBuilder/index.js.map +1 -0
- package/lib/src/Builders/TransactionBuilder.d.ts +12 -0
- package/lib/src/Builders/TransactionBuilder.js +43 -0
- package/lib/src/Builders/TransactionBuilder.js.map +1 -0
- package/lib/src/Builders/TransactionReportBuilder.d.ts +15 -0
- package/lib/src/Builders/TransactionReportBuilder.js +65 -0
- package/lib/src/Builders/TransactionReportBuilder.js.map +1 -0
- package/lib/src/Builders/index.d.ts +8 -0
- package/lib/src/Builders/index.js +25 -0
- package/lib/src/Builders/index.js.map +1 -0
- package/lib/src/ConfiguredServices.d.ts +18 -0
- package/lib/src/ConfiguredServices.js +24 -0
- package/lib/src/ConfiguredServices.js.map +1 -0
- package/lib/src/Entities/Address.d.ts +13 -0
- package/lib/src/Entities/Address.js +21 -0
- package/lib/src/Entities/Address.js.map +1 -0
- package/lib/src/Entities/BatchSummary.d.ts +6 -0
- package/lib/src/Entities/BatchSummary.js +11 -0
- package/lib/src/Entities/BatchSummary.js.map +1 -0
- package/lib/src/Entities/Customer.d.ts +64 -0
- package/lib/src/Entities/Customer.js +80 -0
- package/lib/src/Entities/Customer.js.map +1 -0
- package/lib/src/Entities/CustomerDocument.d.ts +8 -0
- package/lib/src/Entities/CustomerDocument.js +16 -0
- package/lib/src/Entities/CustomerDocument.js.map +1 -0
- package/lib/src/Entities/DocumentUploadData.d.ts +13 -0
- package/lib/src/Entities/DocumentUploadData.js +81 -0
- package/lib/src/Entities/DocumentUploadData.js.map +1 -0
- package/lib/src/Entities/EcommerceInfo.d.ts +12 -0
- package/lib/src/Entities/EcommerceInfo.js +22 -0
- package/lib/src/Entities/EcommerceInfo.js.map +1 -0
- package/lib/src/Entities/EncryptionData.d.ts +6 -0
- package/lib/src/Entities/EncryptionData.js +11 -0
- package/lib/src/Entities/EncryptionData.js.map +1 -0
- package/lib/src/Entities/Enums.d.ts +428 -0
- package/lib/src/Entities/Enums.js +565 -0
- package/lib/src/Entities/Enums.js.map +1 -0
- package/lib/src/Entities/Errors.d.ts +23 -0
- package/lib/src/Entities/Errors.js +72 -0
- package/lib/src/Entities/Errors.js.map +1 -0
- package/lib/src/Entities/GpApi/AccessTokenInfo.d.ts +16 -0
- package/lib/src/Entities/GpApi/AccessTokenInfo.js +21 -0
- package/lib/src/Entities/GpApi/AccessTokenInfo.js.map +1 -0
- package/lib/src/Entities/GpApi/GpApiAccount.d.ts +5 -0
- package/lib/src/Entities/GpApi/GpApiAccount.js +13 -0
- package/lib/src/Entities/GpApi/GpApiAccount.js.map +1 -0
- package/lib/src/Entities/GpApi/GpApiRequest.d.ts +21 -0
- package/lib/src/Entities/GpApi/GpApiRequest.js +26 -0
- package/lib/src/Entities/GpApi/GpApiRequest.js.map +1 -0
- package/lib/src/Entities/GpApi/GpApiTokenResponse.d.ts +52 -0
- package/lib/src/Entities/GpApi/GpApiTokenResponse.js +115 -0
- package/lib/src/Entities/GpApi/GpApiTokenResponse.js.map +1 -0
- package/lib/src/Entities/GpApi/index.d.ts +4 -0
- package/lib/src/Entities/GpApi/index.js +21 -0
- package/lib/src/Entities/GpApi/index.js.map +1 -0
- package/lib/src/Entities/HostedPaymentData.d.ts +10 -0
- package/lib/src/Entities/HostedPaymentData.js +17 -0
- package/lib/src/Entities/HostedPaymentData.js.map +1 -0
- package/lib/src/Entities/IRequestBuilder.d.ts +6 -0
- package/lib/src/Entities/IRequestBuilder.js +3 -0
- package/lib/src/Entities/IRequestBuilder.js.map +1 -0
- package/lib/src/Entities/ProFac/AccountBalanceResponseData.d.ts +7 -0
- package/lib/src/Entities/ProFac/AccountBalanceResponseData.js +12 -0
- package/lib/src/Entities/ProFac/AccountBalanceResponseData.js.map +1 -0
- package/lib/src/Entities/ProFac/AccountPermissions.d.ts +15 -0
- package/lib/src/Entities/ProFac/AccountPermissions.js +19 -0
- package/lib/src/Entities/ProFac/AccountPermissions.js.map +1 -0
- package/lib/src/Entities/ProFac/BankAccountData.d.ts +10 -0
- package/lib/src/Entities/ProFac/BankAccountData.js +42 -0
- package/lib/src/Entities/ProFac/BankAccountData.js.map +1 -0
- package/lib/src/Entities/ProFac/BankAccountOwnershipData.d.ts +8 -0
- package/lib/src/Entities/ProFac/BankAccountOwnershipData.js +15 -0
- package/lib/src/Entities/ProFac/BankAccountOwnershipData.js.map +1 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerData.d.ts +6 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerData.js +12 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerData.js.map +1 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerDataResult.d.ts +5 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerDataResult.js +10 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerDataResult.js.map +1 -0
- package/lib/src/Entities/ProFac/BusinessData.d.ts +15 -0
- package/lib/src/Entities/ProFac/BusinessData.js +50 -0
- package/lib/src/Entities/ProFac/BusinessData.js.map +1 -0
- package/lib/src/Entities/ProFac/DeviceAttributeInfo.d.ts +4 -0
- package/lib/src/Entities/ProFac/DeviceAttributeInfo.js +17 -0
- package/lib/src/Entities/ProFac/DeviceAttributeInfo.js.map +1 -0
- package/lib/src/Entities/ProFac/DeviceData.d.ts +5 -0
- package/lib/src/Entities/ProFac/DeviceData.js +11 -0
- package/lib/src/Entities/ProFac/DeviceData.js.map +1 -0
- package/lib/src/Entities/ProFac/DeviceInfo.d.ts +6 -0
- package/lib/src/Entities/ProFac/DeviceInfo.js +19 -0
- package/lib/src/Entities/ProFac/DeviceInfo.js.map +1 -0
- package/lib/src/Entities/ProFac/FlashFundsPaymentCardData.d.ts +7 -0
- package/lib/src/Entities/ProFac/FlashFundsPaymentCardData.js +15 -0
- package/lib/src/Entities/ProFac/FlashFundsPaymentCardData.js.map +1 -0
- package/lib/src/Entities/ProFac/GrossBillingInformation.d.ts +8 -0
- package/lib/src/Entities/ProFac/GrossBillingInformation.js +10 -0
- package/lib/src/Entities/ProFac/GrossBillingInformation.js.map +1 -0
- package/lib/src/Entities/ProFac/OrderDevice.d.ts +18 -0
- package/lib/src/Entities/ProFac/OrderDevice.js +23 -0
- package/lib/src/Entities/ProFac/OrderDevice.js.map +1 -0
- package/lib/src/Entities/ProFac/OwnersData.d.ts +12 -0
- package/lib/src/Entities/ProFac/OwnersData.js +43 -0
- package/lib/src/Entities/ProFac/OwnersData.js.map +1 -0
- package/lib/src/Entities/ProFac/PayFacResponseData.d.ts +55 -0
- package/lib/src/Entities/ProFac/PayFacResponseData.js +62 -0
- package/lib/src/Entities/ProFac/PayFacResponseData.js.map +1 -0
- package/lib/src/Entities/ProFac/RenewAccountData.d.ts +10 -0
- package/lib/src/Entities/ProFac/RenewAccountData.js +38 -0
- package/lib/src/Entities/ProFac/RenewAccountData.js.map +1 -0
- package/lib/src/Entities/ProFac/SignificantOwnerData.d.ts +8 -0
- package/lib/src/Entities/ProFac/SignificantOwnerData.js +27 -0
- package/lib/src/Entities/ProFac/SignificantOwnerData.js.map +1 -0
- package/lib/src/Entities/ProFac/ThreatRiskData.d.ts +5 -0
- package/lib/src/Entities/ProFac/ThreatRiskData.js +19 -0
- package/lib/src/Entities/ProFac/ThreatRiskData.js.map +1 -0
- package/lib/src/Entities/ProFac/UserPersonalData.d.ts +26 -0
- package/lib/src/Entities/ProFac/UserPersonalData.js +82 -0
- package/lib/src/Entities/ProFac/UserPersonalData.js.map +1 -0
- package/lib/src/Entities/RecurringEntity.d.ts +14 -0
- package/lib/src/Entities/RecurringEntity.js +92 -0
- package/lib/src/Entities/RecurringEntity.js.map +1 -0
- package/lib/src/Entities/Request.d.ts +10 -0
- package/lib/src/Entities/Request.js +18 -0
- package/lib/src/Entities/Request.js.map +1 -0
- package/lib/src/Entities/SSORequestData.d.ts +5 -0
- package/lib/src/Entities/SSORequestData.js +19 -0
- package/lib/src/Entities/SSORequestData.js.map +1 -0
- package/lib/src/Entities/Schedule.d.ts +47 -0
- package/lib/src/Entities/Schedule.js +325 -0
- package/lib/src/Entities/Schedule.js.map +1 -0
- package/lib/src/Entities/ServiceEndpoints.d.ts +12 -0
- package/lib/src/Entities/ServiceEndpoints.js +17 -0
- package/lib/src/Entities/ServiceEndpoints.js.map +1 -0
- package/lib/src/Entities/Transaction.d.ts +78 -0
- package/lib/src/Entities/Transaction.js +127 -0
- package/lib/src/Entities/Transaction.js.map +1 -0
- package/lib/src/Entities/TransactionSummary.d.ts +61 -0
- package/lib/src/Entities/TransactionSummary.js +66 -0
- package/lib/src/Entities/TransactionSummary.js.map +1 -0
- package/lib/src/Entities/index.d.ts +17 -0
- package/lib/src/Entities/index.js +34 -0
- package/lib/src/Entities/index.js.map +1 -0
- package/lib/src/Gateways/Gateway.d.ts +12 -0
- package/lib/src/Gateways/Gateway.js +70 -0
- package/lib/src/Gateways/Gateway.js.map +1 -0
- package/lib/src/Gateways/GatewayResponse.d.ts +8 -0
- package/lib/src/Gateways/GatewayResponse.js +15 -0
- package/lib/src/Gateways/GatewayResponse.js.map +1 -0
- package/lib/src/Gateways/GpApiConnector.d.ts +41 -0
- package/lib/src/Gateways/GpApiConnector.js +218 -0
- package/lib/src/Gateways/GpApiConnector.js.map +1 -0
- package/lib/src/Gateways/GpEcomConnector.d.ts +36 -0
- package/lib/src/Gateways/GpEcomConnector.js +465 -0
- package/lib/src/Gateways/GpEcomConnector.js.map +1 -0
- package/lib/src/Gateways/IPayFacProvider.d.ts +5 -0
- package/lib/src/Gateways/IPayFacProvider.js +3 -0
- package/lib/src/Gateways/IPayFacProvider.js.map +1 -0
- package/lib/src/Gateways/IPaymentGateway.d.ts +8 -0
- package/lib/src/Gateways/IPaymentGateway.js +3 -0
- package/lib/src/Gateways/IPaymentGateway.js.map +1 -0
- package/lib/src/Gateways/IRecurringService.d.ts +6 -0
- package/lib/src/Gateways/IRecurringService.js +3 -0
- package/lib/src/Gateways/IRecurringService.js.map +1 -0
- package/lib/src/Gateways/PayPlanConnector.d.ts +42 -0
- package/lib/src/Gateways/PayPlanConnector.js +532 -0
- package/lib/src/Gateways/PayPlanConnector.js.map +1 -0
- package/lib/src/Gateways/PorticoConnector.d.ts +48 -0
- package/lib/src/Gateways/PorticoConnector.js +1013 -0
- package/lib/src/Gateways/PorticoConnector.js.map +1 -0
- package/lib/src/Gateways/ProPayConnector.d.ts +45 -0
- package/lib/src/Gateways/ProPayConnector.js +802 -0
- package/lib/src/Gateways/ProPayConnector.js.map +1 -0
- package/lib/src/Gateways/RestGateway.d.ts +8 -0
- package/lib/src/Gateways/RestGateway.js +49 -0
- package/lib/src/Gateways/RestGateway.js.map +1 -0
- package/lib/src/Gateways/XmlGateway.d.ts +5 -0
- package/lib/src/Gateways/XmlGateway.js +14 -0
- package/lib/src/Gateways/XmlGateway.js.map +1 -0
- package/lib/src/Gateways/https-wrapper.d.ts +3 -0
- package/lib/src/Gateways/https-wrapper.js +77 -0
- package/lib/src/Gateways/https-wrapper.js.map +1 -0
- package/lib/src/Gateways/index.d.ts +9 -0
- package/lib/src/Gateways/index.js +26 -0
- package/lib/src/Gateways/index.js.map +1 -0
- package/lib/src/HostedPaymentConfig.d.ts +12 -0
- package/lib/src/HostedPaymentConfig.js +16 -0
- package/lib/src/HostedPaymentConfig.js.map +1 -0
- package/lib/src/Mapping/GpApiMapping.d.ts +5 -0
- package/lib/src/Mapping/GpApiMapping.js +14 -0
- package/lib/src/Mapping/GpApiMapping.js.map +1 -0
- package/lib/src/Mapping/GpEcomMapping.d.ts +9 -0
- package/lib/src/Mapping/GpEcomMapping.js +85 -0
- package/lib/src/Mapping/GpEcomMapping.js.map +1 -0
- package/lib/src/Mapping/index.d.ts +2 -0
- package/lib/src/Mapping/index.js +19 -0
- package/lib/src/Mapping/index.js.map +1 -0
- package/lib/src/PaymentMethods/Cash.d.ts +8 -0
- package/lib/src/PaymentMethods/Cash.js +16 -0
- package/lib/src/PaymentMethods/Cash.js.map +1 -0
- package/lib/src/PaymentMethods/Credit.d.ts +85 -0
- package/lib/src/PaymentMethods/Credit.js +105 -0
- package/lib/src/PaymentMethods/Credit.js.map +1 -0
- package/lib/src/PaymentMethods/CreditCardData.d.ts +20 -0
- package/lib/src/PaymentMethods/CreditCardData.js +47 -0
- package/lib/src/PaymentMethods/CreditCardData.js.map +1 -0
- package/lib/src/PaymentMethods/CreditTrackData.d.ts +7 -0
- package/lib/src/PaymentMethods/CreditTrackData.js +10 -0
- package/lib/src/PaymentMethods/CreditTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/Debit.d.ts +40 -0
- package/lib/src/PaymentMethods/Debit.js +52 -0
- package/lib/src/PaymentMethods/Debit.js.map +1 -0
- package/lib/src/PaymentMethods/DebitTrackData.d.ts +7 -0
- package/lib/src/PaymentMethods/DebitTrackData.js +10 -0
- package/lib/src/PaymentMethods/DebitTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/EBT.d.ts +48 -0
- package/lib/src/PaymentMethods/EBT.js +68 -0
- package/lib/src/PaymentMethods/EBT.js.map +1 -0
- package/lib/src/PaymentMethods/EBTCardData.d.ts +16 -0
- package/lib/src/PaymentMethods/EBTCardData.js +25 -0
- package/lib/src/PaymentMethods/EBTCardData.js.map +1 -0
- package/lib/src/PaymentMethods/EBTTrackData.d.ts +8 -0
- package/lib/src/PaymentMethods/EBTTrackData.js +11 -0
- package/lib/src/PaymentMethods/EBTTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/ECheck.d.ts +32 -0
- package/lib/src/PaymentMethods/ECheck.js +38 -0
- package/lib/src/PaymentMethods/ECheck.js.map +1 -0
- package/lib/src/PaymentMethods/GiftCard.d.ts +131 -0
- package/lib/src/PaymentMethods/GiftCard.js +189 -0
- package/lib/src/PaymentMethods/GiftCard.js.map +1 -0
- package/lib/src/PaymentMethods/Interfaces.d.ts +55 -0
- package/lib/src/PaymentMethods/Interfaces.js +3 -0
- package/lib/src/PaymentMethods/Interfaces.js.map +1 -0
- package/lib/src/PaymentMethods/PaymentMethod.d.ts +19 -0
- package/lib/src/PaymentMethods/PaymentMethod.js +57 -0
- package/lib/src/PaymentMethods/PaymentMethod.js.map +1 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.d.ts +23 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.js +66 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.js.map +1 -0
- package/lib/src/PaymentMethods/TransactionReference.d.ts +10 -0
- package/lib/src/PaymentMethods/TransactionReference.js +17 -0
- package/lib/src/PaymentMethods/TransactionReference.js.map +1 -0
- package/lib/src/PaymentMethods/index.d.ts +15 -0
- package/lib/src/PaymentMethods/index.js +32 -0
- package/lib/src/PaymentMethods/index.js.map +1 -0
- package/lib/src/ServiceConfigs/AcceptorConfig.d.ts +29 -0
- package/lib/src/ServiceConfigs/AcceptorConfig.js +43 -0
- package/lib/src/ServiceConfigs/AcceptorConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Configuration.d.ts +15 -0
- package/lib/src/ServiceConfigs/Configuration.js +20 -0
- package/lib/src/ServiceConfigs/Configuration.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/GatewayConfig.d.ts +14 -0
- package/lib/src/ServiceConfigs/Gateways/GatewayConfig.js +30 -0
- package/lib/src/ServiceConfigs/Gateways/GatewayConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/GpApiConfig.d.ts +21 -0
- package/lib/src/ServiceConfigs/Gateways/GpApiConfig.js +44 -0
- package/lib/src/ServiceConfigs/Gateways/GpApiConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/GpEcomConfig.d.ts +21 -0
- package/lib/src/ServiceConfigs/Gateways/GpEcomConfig.js +50 -0
- package/lib/src/ServiceConfigs/Gateways/GpEcomConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/PorticoConfig.d.ts +22 -0
- package/lib/src/ServiceConfigs/Gateways/PorticoConfig.js +116 -0
- package/lib/src/ServiceConfigs/Gateways/PorticoConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/index.d.ts +4 -0
- package/lib/src/ServiceConfigs/Gateways/index.js +21 -0
- package/lib/src/ServiceConfigs/Gateways/index.js.map +1 -0
- package/lib/src/ServiceConfigs/ServicesConfigs.d.ts +6 -0
- package/lib/src/ServiceConfigs/ServicesConfigs.js +14 -0
- package/lib/src/ServiceConfigs/ServicesConfigs.js.map +1 -0
- package/lib/src/ServiceConfigs/index.d.ts +4 -0
- package/lib/src/ServiceConfigs/index.js +21 -0
- package/lib/src/ServiceConfigs/index.js.map +1 -0
- package/lib/src/Services/BatchService.d.ts +4 -0
- package/lib/src/Services/BatchService.js +15 -0
- package/lib/src/Services/BatchService.js.map +1 -0
- package/lib/src/Services/CheckService.d.ts +7 -0
- package/lib/src/Services/CheckService.js +20 -0
- package/lib/src/Services/CheckService.js.map +1 -0
- package/lib/src/Services/CreditService.d.ts +13 -0
- package/lib/src/Services/CreditService.js +54 -0
- package/lib/src/Services/CreditService.js.map +1 -0
- package/lib/src/Services/DebitService.d.ts +8 -0
- package/lib/src/Services/DebitService.js +28 -0
- package/lib/src/Services/DebitService.js.map +1 -0
- package/lib/src/Services/EBTService.d.ts +9 -0
- package/lib/src/Services/EBTService.js +31 -0
- package/lib/src/Services/EBTService.js.map +1 -0
- package/lib/src/Services/GiftService.d.ts +17 -0
- package/lib/src/Services/GiftService.js +54 -0
- package/lib/src/Services/GiftService.js.map +1 -0
- package/lib/src/Services/GpApiServices.d.ts +4 -0
- package/lib/src/Services/GpApiServices.js +44 -0
- package/lib/src/Services/GpApiServices.js.map +1 -0
- package/lib/src/Services/HostedService.d.ts +10 -0
- package/lib/src/Services/HostedService.js +59 -0
- package/lib/src/Services/HostedService.js.map +1 -0
- package/lib/src/Services/PayFacService.d.ts +26 -0
- package/lib/src/Services/PayFacService.js +76 -0
- package/lib/src/Services/PayFacService.js.map +1 -0
- package/lib/src/Services/RecurringService.d.ts +8 -0
- package/lib/src/Services/RecurringService.js +24 -0
- package/lib/src/Services/RecurringService.js.map +1 -0
- package/lib/src/Services/ReportingService.d.ts +6 -0
- package/lib/src/Services/ReportingService.js +18 -0
- package/lib/src/Services/ReportingService.js.map +1 -0
- package/lib/src/Services/index.d.ts +10 -0
- package/lib/src/Services/index.js +27 -0
- package/lib/src/Services/index.js.map +1 -0
- package/lib/src/ServicesContainer.d.ts +17 -0
- package/lib/src/ServicesContainer.js +58 -0
- package/lib/src/ServicesContainer.js.map +1 -0
- package/lib/src/Utils/GenerationUtils.d.ts +5 -0
- package/lib/src/Utils/GenerationUtils.js +34 -0
- package/lib/src/Utils/GenerationUtils.js.map +1 -0
- package/lib/src/Utils/InputValidation.d.ts +12 -0
- package/lib/src/Utils/InputValidation.js +71 -0
- package/lib/src/Utils/InputValidation.js.map +1 -0
- package/lib/src/Utils/Sha1.d.ts +6 -0
- package/lib/src/Utils/Sha1.js +231 -0
- package/lib/src/Utils/Sha1.js.map +1 -0
- package/lib/src/Utils/StringUtils.d.ts +6 -0
- package/lib/src/Utils/StringUtils.js +51 -0
- package/lib/src/Utils/StringUtils.js.map +1 -0
- package/lib/src/Utils/index.d.ts +2 -0
- package/lib/src/Utils/index.js +19 -0
- package/lib/src/Utils/index.js.map +1 -0
- package/lib/src/index.d.ts +12 -0
- package/lib/src/index.js +33 -0
- package/lib/src/index.js.map +1 -0
- package/lib/test/Data/BaseGpApiTestConfig.d.ts +13 -0
- package/lib/test/Data/BaseGpApiTestConfig.js +42 -0
- package/lib/test/Data/BaseGpApiTestConfig.js.map +1 -0
- package/lib/test/Data/TestCards.d.ts +24 -0
- package/lib/test/Data/TestCards.js +220 -0
- package/lib/test/Data/TestCards.js.map +1 -0
- package/lib/test/Data/TestChecks.d.ts +4 -0
- package/lib/test/Data/TestChecks.js +27 -0
- package/lib/test/Data/TestChecks.js.map +1 -0
- package/lib/test/Data/index.d.ts +2 -0
- package/lib/test/Data/index.js +19 -0
- package/lib/test/Data/index.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js +102 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.js +2446 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.js +506 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.js +1296 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.js +847 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.js +214 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.js +98 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.js +132 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/AchTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/AchTest.js +59 -0
- package/lib/test/Integration/Gateways/PorticoConnector/AchTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.js +378 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.js +86 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.js +1723 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.js +86 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.js +1760 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.js +420 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.js +2221 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.js +392 -0
- package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.js +82 -0
- package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.js +72 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.js +111 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.js +147 -0
- package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.js +101 -0
- package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.js +50 -0
- package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.js +44 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.js +221 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.js +60 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.js +80 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestAccountData.d.ts +39 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestAccountData.js +393 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestAccountData.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.js +44 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.js +330 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.js +60 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.js +80 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestAccountData.d.ts +34 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestAccountData.js +322 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestAccountData.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestFundsData.d.ts +4 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestFundsData.js +28 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestFundsData.js.map +1 -0
- package/lib/test/Integration/Services/CheckServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/CheckServiceTest.js +45 -0
- package/lib/test/Integration/Services/CheckServiceTest.js.map +1 -0
- package/lib/test/Integration/Services/CreditServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/CreditServiceTest.js +174 -0
- package/lib/test/Integration/Services/CreditServiceTest.js.map +1 -0
- package/lib/test/Integration/Services/DebitServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/DebitServiceTest.js +81 -0
- package/lib/test/Integration/Services/DebitServiceTest.js.map +1 -0
- package/lib/test/Integration/Services/EBTServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/EBTServiceTest.js +64 -0
- package/lib/test/Integration/Services/EBTServiceTest.js.map +1 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.d.ts +1 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.js +111 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.js.map +1 -0
- package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.d.ts +1 -0
- package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.js +62 -0
- package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.js.map +1 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.d.ts +1 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.js +34 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.js.map +1 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.d.ts +1 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.js +125 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
export declare enum AccountType {
|
|
2
|
+
Checking = "CHECKING",
|
|
3
|
+
Savings = "SAVINGS"
|
|
4
|
+
}
|
|
5
|
+
export declare enum AddressType {
|
|
6
|
+
Billing = 0,
|
|
7
|
+
Shipping = 1
|
|
8
|
+
}
|
|
9
|
+
export declare enum AliasAction {
|
|
10
|
+
Create = "CREATE",
|
|
11
|
+
Add = "ADD",
|
|
12
|
+
Delete = "DELETE"
|
|
13
|
+
}
|
|
14
|
+
export declare enum AlternativePaymentType {
|
|
15
|
+
Paypal = "paypal",
|
|
16
|
+
PayByBankApp = "paybybankapp"
|
|
17
|
+
}
|
|
18
|
+
export declare enum BankPaymentType {
|
|
19
|
+
FASTERPAYMENTS = "FASTERPAYMENTS",
|
|
20
|
+
SEPA = "SEPA"
|
|
21
|
+
}
|
|
22
|
+
export declare enum CardDataInputCapability {
|
|
23
|
+
Unknown = "UNKNOWN",
|
|
24
|
+
NoTerminalManual = "NO_TERMINAL_MANUAL",
|
|
25
|
+
MagstripeReadOnly = "MAGSTRIPE_READ_ONLY",
|
|
26
|
+
Ocr = "OCR",
|
|
27
|
+
IccChipReadOnly = "ICC_CHIP_READ_ONLY",
|
|
28
|
+
KeyedEntryOnly = "KEYED_ENTRY_ONLY",
|
|
29
|
+
MagstripeContactlessOnly = "MAGSTRIPE_CONTACTLESS_ONLY",
|
|
30
|
+
MagstripeKeyedEntryOnly = "MAGSTRIPE_KEYED_ENTRY_ONLY",
|
|
31
|
+
MagstripeIccKeyedEntryOnly = "MAGSTRIPE_ICC_KEYED_ENTRY_ONLY",
|
|
32
|
+
MagstripeIccOnly = "MAGSTRIPE_ICC_ONLY",
|
|
33
|
+
IccKeyedEntryOnly = "ICC_KEYED_ENTRY_ONLY",
|
|
34
|
+
IccChipConctactContactless = "ICC_CHIP_CONTACT_CONTACTLESS",
|
|
35
|
+
IccContactlessOnly = "ICC_CONTACTLESS_ONLY",
|
|
36
|
+
OtherCapabilityForMastercard = "OTHER_CAPABILITY_FOR_MASTERCARD",
|
|
37
|
+
MagstripeSignatureForAmexOnly = "MAGSTRIPE_SIGNATURE_FOR_AMEX_ONLY"
|
|
38
|
+
}
|
|
39
|
+
export declare enum CardDataOutputCapability {
|
|
40
|
+
None = "NONE",
|
|
41
|
+
MagneticStripeWrite = "MAGNETIC_STRIPE_WRITE",
|
|
42
|
+
Icc = "ICC",
|
|
43
|
+
Other = "OTHER"
|
|
44
|
+
}
|
|
45
|
+
export declare enum CardHolderAuthenticationCapability {
|
|
46
|
+
NoCapability = "NO_CAPABILITY",
|
|
47
|
+
PinEntry = "PIN_ENTRY",
|
|
48
|
+
SignatureAnalysis = "SIGNATURE_ANALYSIS",
|
|
49
|
+
SignatureAnalysisInoperative = "SIGNATURE_ANALYSIS_INOPERATIVE",
|
|
50
|
+
MposSoftwareBasedPinEntryCapability = "MPOS_SOFTWARE_BASED_PIN_ENTRY_CAPABILITY",
|
|
51
|
+
Other = "OTHER",
|
|
52
|
+
Unknown = "UNKNOWN"
|
|
53
|
+
}
|
|
54
|
+
export declare enum CardHolderAuthenticationEntity {
|
|
55
|
+
NotAuthenticated = "NOT_AUTHENTICATED",
|
|
56
|
+
IccOfflinePin = "ICC_OFFLINE_PIN",
|
|
57
|
+
CardAcceptanceDevice = "CARD_ACCEPTANCE_DEVICE",
|
|
58
|
+
AuthorizingAgentOnlinePin = "AUTHORIZING_AGENT_ONLINE_PIN",
|
|
59
|
+
MerchantCardAcceptorSignature = "MERCHANT_CARD_ACCEPTOR_SIGNATURE",
|
|
60
|
+
Other = "OTHER"
|
|
61
|
+
}
|
|
62
|
+
export declare enum CardType {
|
|
63
|
+
VISA = "VISA",
|
|
64
|
+
MASTERCARD = "MASTERCARD",
|
|
65
|
+
DISCOVER = "DISCOVER",
|
|
66
|
+
AMEX = "AMEX",
|
|
67
|
+
JCB = "JCB",
|
|
68
|
+
DINERS = "DINERS"
|
|
69
|
+
}
|
|
70
|
+
export declare enum CaptureMode {
|
|
71
|
+
AUTO = "AUTO",
|
|
72
|
+
LATER = "LATER",
|
|
73
|
+
MULTIPLE = "MULTIPLE"
|
|
74
|
+
}
|
|
75
|
+
export declare enum Channel {
|
|
76
|
+
CardNotPresent = "CNP",
|
|
77
|
+
CardPresent = "CP"
|
|
78
|
+
}
|
|
79
|
+
export declare enum CheckType {
|
|
80
|
+
Personal = "PERSONAL",
|
|
81
|
+
Business = "BUSINESS",
|
|
82
|
+
Payroll = "PAYROLL"
|
|
83
|
+
}
|
|
84
|
+
export declare enum CurrencyType {
|
|
85
|
+
CURRENCY = 0,
|
|
86
|
+
POINTS = 1
|
|
87
|
+
}
|
|
88
|
+
export declare enum CustomerDocumentType {
|
|
89
|
+
NATIONAL = "NATIONAL",
|
|
90
|
+
CPF = "CPF",
|
|
91
|
+
CPNJ = "CPNJ",
|
|
92
|
+
CURP = "CURP",
|
|
93
|
+
SSN = "SSN",
|
|
94
|
+
DRIVER_LICENSE = "DRIVER_LICENSE",
|
|
95
|
+
PASSPORT = "PASSPORT"
|
|
96
|
+
}
|
|
97
|
+
export declare enum CvnPresenceIndicator {
|
|
98
|
+
Present = 1,
|
|
99
|
+
Illegible = 2,
|
|
100
|
+
NotOnCard = 3,
|
|
101
|
+
NotRequested = 4
|
|
102
|
+
}
|
|
103
|
+
export declare enum DigitalWalletTokenFormat {
|
|
104
|
+
CARD_NUMBER = "CARD_NUMBER",
|
|
105
|
+
CARD_TOKEN = "CARD_TOKEN"
|
|
106
|
+
}
|
|
107
|
+
export declare enum EcommerceChannel {
|
|
108
|
+
Ecom = "ECOM",
|
|
109
|
+
Moto = "MOTO"
|
|
110
|
+
}
|
|
111
|
+
export declare enum EmailReceipt {
|
|
112
|
+
Never = "Never",
|
|
113
|
+
All = "All",
|
|
114
|
+
Approvals = "Approvals",
|
|
115
|
+
Declines = "Declines"
|
|
116
|
+
}
|
|
117
|
+
export declare enum EncyptedMobileType {
|
|
118
|
+
ApplePay = "apple-pay",
|
|
119
|
+
GooglePay = "pay-with-google",
|
|
120
|
+
ClickToPay = "click-to-pay"
|
|
121
|
+
}
|
|
122
|
+
export declare enum EntryMethod {
|
|
123
|
+
Swipe = "SWIPE",
|
|
124
|
+
Proximity = "PROXIMITY",
|
|
125
|
+
Manual = "MANUAL"
|
|
126
|
+
}
|
|
127
|
+
export declare enum Environment {
|
|
128
|
+
Test = "TEST",
|
|
129
|
+
Production = "PRODUCTION",
|
|
130
|
+
Qa = "QA"
|
|
131
|
+
}
|
|
132
|
+
export declare enum ExceptionCodes {
|
|
133
|
+
AuthenticationError = 0,
|
|
134
|
+
InvalidConfiguration = 1,
|
|
135
|
+
InvalidAmount = 2,
|
|
136
|
+
MissingCurrency = 3,
|
|
137
|
+
InvalidCurrency = 4,
|
|
138
|
+
InvalidDate = 5,
|
|
139
|
+
MissingCheckName = 6,
|
|
140
|
+
InvalidPhoneNumber = 7,
|
|
141
|
+
InvalidZipCode = 8,
|
|
142
|
+
InvalidEmailAddress = 9,
|
|
143
|
+
InvalidInputLength = 10,
|
|
144
|
+
UnknownGatewayError = 11,
|
|
145
|
+
InvalidOriginalTransaction = 12,
|
|
146
|
+
NoOpenBatch = 13,
|
|
147
|
+
InvalidCpcData = 14,
|
|
148
|
+
InvalidCardData = 15,
|
|
149
|
+
InvalidNumber = 16,
|
|
150
|
+
GatewayTimeout = 17,
|
|
151
|
+
UnexpectedGatewayResponse = 18,
|
|
152
|
+
GatewayTimeoutReversalError = 19,
|
|
153
|
+
GatewayError = 20,
|
|
154
|
+
UnexpectedGatewayError = 21,
|
|
155
|
+
IncorrectNumber = 22,
|
|
156
|
+
ExpiredCard = 23,
|
|
157
|
+
InvalidPin = 24,
|
|
158
|
+
PinEntriesExceeded = 25,
|
|
159
|
+
InvalidExpiry = 26,
|
|
160
|
+
PinVerification = 27,
|
|
161
|
+
IssuerTimeout = 28,
|
|
162
|
+
IncorrectCvc = 29,
|
|
163
|
+
CardDeclined = 30,
|
|
164
|
+
ProcessingError = 31,
|
|
165
|
+
IssuerTimeoutReversalError = 32,
|
|
166
|
+
UnknownCreditError = 33,
|
|
167
|
+
PossibleFraudDetected = 34,
|
|
168
|
+
UnknownGiftError = 35,
|
|
169
|
+
PartialApproval = 36
|
|
170
|
+
}
|
|
171
|
+
export declare enum FraudFilterMode {
|
|
172
|
+
None = "NONE",
|
|
173
|
+
Off = "OFF",
|
|
174
|
+
Active = "ACTIVE",
|
|
175
|
+
Passive = "PASSIVE"
|
|
176
|
+
}
|
|
177
|
+
export declare enum GatewayProvider {
|
|
178
|
+
GpApi = "GP-API",
|
|
179
|
+
GpEcom = "GP_ECOM",
|
|
180
|
+
Portico = "PORTICO"
|
|
181
|
+
}
|
|
182
|
+
export declare enum GiftEntryMethod {
|
|
183
|
+
Swipe = 0,
|
|
184
|
+
Alias = 1,
|
|
185
|
+
Manual = 2
|
|
186
|
+
}
|
|
187
|
+
export declare enum HppVersion {
|
|
188
|
+
Version1 = "1",
|
|
189
|
+
Version2 = "2"
|
|
190
|
+
}
|
|
191
|
+
export declare enum InquiryType {
|
|
192
|
+
Standard = "STANDARD",
|
|
193
|
+
Foodstamp = "FOODSTAMP",
|
|
194
|
+
Cash = "CASH",
|
|
195
|
+
Points = "POINTS"
|
|
196
|
+
}
|
|
197
|
+
export declare enum IntervalToExpire {
|
|
198
|
+
WEEK = "WEEK",
|
|
199
|
+
DAY = "DAY",
|
|
200
|
+
TWELVE_HOURS = "12_HOURS",
|
|
201
|
+
SIX_HOURS = "6_HOURS",
|
|
202
|
+
THREE_HOURS = "3_HOURS",
|
|
203
|
+
ONE_HOUR = "1_HOUR",
|
|
204
|
+
THIRTY_MINUTES = "30_MINUTES",
|
|
205
|
+
TEN_MINUTES = "10_MINUTES",
|
|
206
|
+
FIVE_MINUTES = "5_MINUTES"
|
|
207
|
+
}
|
|
208
|
+
export declare enum ManualEntryMethod {
|
|
209
|
+
MOTO = 0,
|
|
210
|
+
MAIL = 1,
|
|
211
|
+
PHONE = 2,
|
|
212
|
+
KEYED = 3
|
|
213
|
+
}
|
|
214
|
+
export declare enum PayByLinkStatus {
|
|
215
|
+
ACTIVE = "ACTIVE",
|
|
216
|
+
INACTIVE = "INACTIVE",
|
|
217
|
+
CLOSED = "CLOSED",
|
|
218
|
+
EXPIRED = "EXPIRED",
|
|
219
|
+
PAID = "PAID"
|
|
220
|
+
}
|
|
221
|
+
export declare enum PaymentEntryMode {
|
|
222
|
+
MOTO = "MOTO",
|
|
223
|
+
ECOM = "ECOM",
|
|
224
|
+
IN_APP = "IN_APP",
|
|
225
|
+
CHIP = "CHIP",
|
|
226
|
+
SWIPE = "SWIPE",
|
|
227
|
+
MANUAL = "MANUAL",
|
|
228
|
+
CONTACTLESS_CHIP = "CONTACTLESS_CHIP",
|
|
229
|
+
CONTACTLESS_SWIPE = "CONTACTLESS_SWIPE",
|
|
230
|
+
PHONE = "PHONE",
|
|
231
|
+
MAIL = "MAIL"
|
|
232
|
+
}
|
|
233
|
+
export declare enum PaymentMethodType {
|
|
234
|
+
Reference = 1,
|
|
235
|
+
Credit = 2,
|
|
236
|
+
Debit = 4,
|
|
237
|
+
EBT = 8,
|
|
238
|
+
Cash = 16,
|
|
239
|
+
ACH = 32,
|
|
240
|
+
Gift = 64,
|
|
241
|
+
Recurring = 128
|
|
242
|
+
}
|
|
243
|
+
export declare enum PaymentProvider {
|
|
244
|
+
OPEN_BANKING = "OPEN_BANKING"
|
|
245
|
+
}
|
|
246
|
+
export declare enum PaymentSchedule {
|
|
247
|
+
Dynamic = 0,
|
|
248
|
+
FirstDayOfTheMonth = 1,
|
|
249
|
+
LastDayOfTheMonth = 2
|
|
250
|
+
}
|
|
251
|
+
export declare enum PaymentType {
|
|
252
|
+
REFUND = "REFUND",
|
|
253
|
+
SALE = "SALE"
|
|
254
|
+
}
|
|
255
|
+
export declare enum PhoneNumberType {
|
|
256
|
+
HOME = "HOME",
|
|
257
|
+
WORK = "WORK",
|
|
258
|
+
SHIPPING = "SHIPPING",
|
|
259
|
+
MOBILE = "MOBILE"
|
|
260
|
+
}
|
|
261
|
+
export declare enum ReasonCode {
|
|
262
|
+
Fraud = "FRAUD",
|
|
263
|
+
FalsePositive = "FALSEPOSITIVE",
|
|
264
|
+
OutOfStock = "OUTOFSTOCK",
|
|
265
|
+
InStock = "INSTOCK",
|
|
266
|
+
Other = "OTHER",
|
|
267
|
+
NotGiven = "NOTGIVEN"
|
|
268
|
+
}
|
|
269
|
+
export declare enum RecurringSequence {
|
|
270
|
+
First = 0,
|
|
271
|
+
Subsequent = 1,
|
|
272
|
+
Last = 2
|
|
273
|
+
}
|
|
274
|
+
export declare enum RecurringType {
|
|
275
|
+
Fixed = 0,
|
|
276
|
+
Variable = 1
|
|
277
|
+
}
|
|
278
|
+
export declare enum ReportType {
|
|
279
|
+
FindTransactions = 1,
|
|
280
|
+
Activity = 2,
|
|
281
|
+
BatchDetail = 4,
|
|
282
|
+
BatchHistory = 8,
|
|
283
|
+
BatchSummary = 16,
|
|
284
|
+
OpenAuths = 32,
|
|
285
|
+
Search = 64,
|
|
286
|
+
TransactionDetail = 128
|
|
287
|
+
}
|
|
288
|
+
export declare enum ScheduleFrequency {
|
|
289
|
+
Weekly = "Weekly",
|
|
290
|
+
BiWeekly = "Bi-Weekly",
|
|
291
|
+
BiMonthly = "Bi-Monthly",
|
|
292
|
+
SemiMonthly = "Semi-Monthly",
|
|
293
|
+
Monthly = "Monthly",
|
|
294
|
+
Quarterly = "Quarterly",
|
|
295
|
+
SemiAnnually = "Semi-Annually",
|
|
296
|
+
Annually = "Annually"
|
|
297
|
+
}
|
|
298
|
+
export declare enum SecCode {
|
|
299
|
+
PPD = "PPD",
|
|
300
|
+
CCD = "CCD",
|
|
301
|
+
POP = "POP",
|
|
302
|
+
WEB = "WEB",
|
|
303
|
+
TEL = "TEL",
|
|
304
|
+
EBronze = "EBronze"
|
|
305
|
+
}
|
|
306
|
+
export declare enum Secure3dVersion {
|
|
307
|
+
NONE = "NONE",
|
|
308
|
+
ONE = "ONE",
|
|
309
|
+
TWO = "TWO",
|
|
310
|
+
ANY = "ANY"
|
|
311
|
+
}
|
|
312
|
+
export declare enum ShaHashType {
|
|
313
|
+
SHA1 = "SHA1",
|
|
314
|
+
SHA256 = "SHA256",
|
|
315
|
+
SHA512 = "SHA512"
|
|
316
|
+
}
|
|
317
|
+
export declare enum StoredCredentialInitiator {
|
|
318
|
+
CardHolder = "C",
|
|
319
|
+
Merchant = "M"
|
|
320
|
+
}
|
|
321
|
+
export declare enum TaxType {
|
|
322
|
+
NotUsed = 0,
|
|
323
|
+
SalesTax = 1,
|
|
324
|
+
TaxExempt = 2
|
|
325
|
+
}
|
|
326
|
+
export declare enum TimeZoneConversion {
|
|
327
|
+
UTC = 0,
|
|
328
|
+
Merchant = 1,
|
|
329
|
+
Datacenter = 2
|
|
330
|
+
}
|
|
331
|
+
export declare enum TransactionModifier {
|
|
332
|
+
None = 1,
|
|
333
|
+
Incremental = 2,
|
|
334
|
+
Additional = 4,
|
|
335
|
+
Offline = 8,
|
|
336
|
+
LevelII = 16,
|
|
337
|
+
FraudDecline = 32,
|
|
338
|
+
ChipDecline = 64,
|
|
339
|
+
CashBack = 128,
|
|
340
|
+
Voucher = 256,
|
|
341
|
+
Secure3D = 512,
|
|
342
|
+
HostedRequest = 1024,
|
|
343
|
+
Recurring = 2048,
|
|
344
|
+
EncryptedMobile = 4096
|
|
345
|
+
}
|
|
346
|
+
export declare enum TransactionType {
|
|
347
|
+
Decline = 1,
|
|
348
|
+
Verify = 2,
|
|
349
|
+
Capture = 4,
|
|
350
|
+
Auth = 8,
|
|
351
|
+
Refund = 16,
|
|
352
|
+
Reversal = 32,
|
|
353
|
+
Sale = 64,
|
|
354
|
+
Edit = 128,
|
|
355
|
+
Void = 256,
|
|
356
|
+
AddValue = 512,
|
|
357
|
+
Balance = 1024,
|
|
358
|
+
Activate = 2048,
|
|
359
|
+
Alias = 4096,
|
|
360
|
+
Replace = 8192,
|
|
361
|
+
Reward = 16384,
|
|
362
|
+
Deactivate = 32768,
|
|
363
|
+
BatchClose = 65536,
|
|
364
|
+
Create = 131072,
|
|
365
|
+
Delete = 262144,
|
|
366
|
+
BenefitWithDrawal = 1,
|
|
367
|
+
Fetch = 524288,
|
|
368
|
+
Search = 1048576,
|
|
369
|
+
Hold = 2097152,
|
|
370
|
+
Release = 8388608,
|
|
371
|
+
VerifySignature = 33554432,
|
|
372
|
+
CreateAccount = 256,
|
|
373
|
+
EditAccount = 512,
|
|
374
|
+
ResetPassword = 1024,
|
|
375
|
+
RenewAccount = 2048,
|
|
376
|
+
UpdateBeneficialOwnership = 4096,
|
|
377
|
+
DisownAccount = 8192,
|
|
378
|
+
UploadDocumentChargeback = 16384,
|
|
379
|
+
UploadDocument = 32768,
|
|
380
|
+
ObtainSSOKey = 65536,
|
|
381
|
+
UpdateBankAccountOwnership = 131072,
|
|
382
|
+
AddFunds = 262144,
|
|
383
|
+
SweepFunds = 524288,
|
|
384
|
+
AddCardFlashFunds = 1048576,
|
|
385
|
+
PushMoneyFlashFunds = 2097152,
|
|
386
|
+
DisburseFunds = 4194304,
|
|
387
|
+
SpendBack = 8388608,
|
|
388
|
+
ReverseSplitPay = 16777216,
|
|
389
|
+
Confirm = 16777216,
|
|
390
|
+
SplitFunds = 33554432,
|
|
391
|
+
GetAccountDetails = 67108864,
|
|
392
|
+
GetAccountBalance = 134217728,
|
|
393
|
+
Reauth = 268435456,
|
|
394
|
+
SiteConfig = 536870912,
|
|
395
|
+
TimeRequest = 1073741824,
|
|
396
|
+
GetTokenInfo = -2147483648,
|
|
397
|
+
PayLinkUpdate = -2147483648,
|
|
398
|
+
OrderDevice = 1
|
|
399
|
+
}
|
|
400
|
+
export declare enum ProPayAccountStatus {
|
|
401
|
+
ReadyToProcess = 0,
|
|
402
|
+
FraudAccount = 1,
|
|
403
|
+
RiskwiseDeclined = 2,
|
|
404
|
+
Hold = 3,
|
|
405
|
+
Canceled = 4,
|
|
406
|
+
FraudVictim = 5,
|
|
407
|
+
ClosedEula = 6,
|
|
408
|
+
ClosedExcessiveChargeback = 7
|
|
409
|
+
}
|
|
410
|
+
export declare enum MobilePaymentMethodType {
|
|
411
|
+
APPLEPAY = "apple-pay",
|
|
412
|
+
GOOGLEPAY = "pay-with-google"
|
|
413
|
+
}
|
|
414
|
+
export declare enum PaymentDataSourceType {
|
|
415
|
+
APPLEPAY = "ApplePay",
|
|
416
|
+
APPLEPAYAPP = "ApplePayApp",
|
|
417
|
+
APPLEPAYWEB = "ApplePayWeb",
|
|
418
|
+
GOOGLEPAYAPP = "GooglePayApp",
|
|
419
|
+
GOOGLEPAYWEB = "GooglePayWeb",
|
|
420
|
+
DISCOVER3DSECURE = "Discover 3DSecure"
|
|
421
|
+
}
|
|
422
|
+
export declare enum PropayTermsVersion {
|
|
423
|
+
merchantUS = 1,
|
|
424
|
+
paymentUS = 2,
|
|
425
|
+
merchantCA = 3,
|
|
426
|
+
merchantUK = 4,
|
|
427
|
+
merchantAU = 5
|
|
428
|
+
}
|