globalpayments-api 3.7.0 → 3.8.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/CHANGELOG.md +9 -1
- package/lib/src/Builders/BaseBuilder/Validations.js +1 -1
- package/lib/src/Builders/BaseBuilder/Validations.js.map +1 -1
- package/lib/src/Builders/ManagementBuilder.d.ts +17 -1
- package/lib/src/Builders/ManagementBuilder.js +22 -0
- package/lib/src/Builders/ManagementBuilder.js.map +1 -1
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiManagementRequestBuilder.js +19 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiManagementRequestBuilder.js.map +1 -1
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiReportRequestBuilder.d.ts +2 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiReportRequestBuilder.js +86 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiReportRequestBuilder.js.map +1 -1
- package/lib/src/Builders/TransactionReportBuilder.d.ts +5 -2
- package/lib/src/Builders/TransactionReportBuilder.js +19 -0
- package/lib/src/Builders/TransactionReportBuilder.js.map +1 -1
- package/lib/src/Entities/DisputeDocument.d.ts +5 -0
- package/lib/src/Entities/DisputeDocument.js +10 -0
- package/lib/src/Entities/DisputeDocument.js.map +1 -0
- package/lib/src/Entities/Document.d.ts +10 -0
- package/lib/src/Entities/Document.js +13 -0
- package/lib/src/Entities/Document.js.map +1 -0
- package/lib/src/Entities/Enums/DisputeSortProperty.d.ts +12 -0
- package/lib/src/Entities/Enums/DisputeSortProperty.js +17 -0
- package/lib/src/Entities/Enums/DisputeSortProperty.js.map +1 -0
- package/lib/src/Entities/Enums/DisputeStage.d.ts +11 -0
- package/lib/src/Entities/Enums/DisputeStage.js +16 -0
- package/lib/src/Entities/Enums/DisputeStage.js.map +1 -0
- package/lib/src/Entities/Enums/DisputeStatus.d.ts +7 -0
- package/lib/src/Entities/Enums/DisputeStatus.js +12 -0
- package/lib/src/Entities/Enums/DisputeStatus.js.map +1 -0
- package/lib/src/Entities/Enums/DocumentCategory.d.ts +5 -0
- package/lib/src/Entities/Enums/DocumentCategory.js +10 -0
- package/lib/src/Entities/Enums/DocumentCategory.js.map +1 -0
- package/lib/src/Entities/Enums/FileType.d.ts +11 -0
- package/lib/src/Entities/Enums/FileType.js +16 -0
- package/lib/src/Entities/Enums/FileType.js.map +1 -0
- package/lib/src/Entities/Enums.d.ts +7 -0
- package/lib/src/Entities/Enums.js +7 -0
- package/lib/src/Entities/Enums.js.map +1 -1
- package/lib/src/Entities/HostedPaymentData.d.ts +3 -0
- package/lib/src/Entities/HostedPaymentData.js +3 -0
- package/lib/src/Entities/HostedPaymentData.js.map +1 -1
- package/lib/src/Entities/Reporting/DisputeSummary.d.ts +53 -0
- package/lib/src/Entities/Reporting/DisputeSummary.js +64 -0
- package/lib/src/Entities/Reporting/DisputeSummary.js.map +1 -0
- package/lib/src/Entities/Reporting/SearchCriteriaBuilder.d.ts +4 -2
- package/lib/src/Entities/Reporting/SearchCriteriaBuilder.js +2 -0
- package/lib/src/Entities/Reporting/SearchCriteriaBuilder.js.map +1 -1
- package/lib/src/Entities/Reporting/index.d.ts +1 -0
- package/lib/src/Entities/Reporting/index.js +1 -0
- package/lib/src/Entities/Reporting/index.js.map +1 -1
- package/lib/src/Entities/index.d.ts +7 -0
- package/lib/src/Entities/index.js +7 -0
- package/lib/src/Entities/index.js.map +1 -1
- package/lib/src/Gateways/GpApiConnector.js +3 -0
- package/lib/src/Gateways/GpApiConnector.js.map +1 -1
- package/lib/src/Gateways/GpEcomConnector.js +9 -0
- package/lib/src/Gateways/GpEcomConnector.js.map +1 -1
- package/lib/src/Mapping/GpApiMapping.d.ts +2 -1
- package/lib/src/Mapping/GpApiMapping.js +75 -2
- package/lib/src/Mapping/GpApiMapping.js.map +1 -1
- package/lib/src/Services/ReportingService.d.ts +6 -1
- package/lib/src/Services/ReportingService.js +15 -0
- package/lib/src/Services/ReportingService.js.map +1 -1
- package/lib/test/Integration/Gateways/GpApiConnector/3DS2.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DS2.test.js +1026 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DS2.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DSecure.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DSecure.test.js +643 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DSecure.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessToken.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessToken.test.js +130 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessToken.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresent.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresent.test.js +1070 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresent.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/DebitCard.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/DebitCard.test.js +137 -0
- package/lib/test/Integration/Gateways/GpApiConnector/DebitCard.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/GpApiCertification.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/GpApiCertification.test.js +642 -0
- package/lib/test/Integration/Gateways/GpApiConnector/GpApiCertification.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/GpApiTokenManagement.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/GpApiTokenManagement.test.js +151 -0
- package/lib/test/Integration/Gateways/GpApiConnector/GpApiTokenManagement.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingDeposits.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingDeposits.test.js +226 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingDeposits.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingDisputes.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingDisputes.test.js +571 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingDisputes.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactions.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactions.test.js +430 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactions.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethods.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethods.test.js +216 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethods.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactions.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactions.test.js +340 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactions.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Auth.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Auth.test.js +2426 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Auth.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Avs.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Avs.test.js +562 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Avs.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Credit.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Credit.test.js +1292 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Credit.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Hold.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Hold.test.js +880 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/Hold.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Credit.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Credit.test.js +207 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Credit.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Hpp.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Hpp.test.js +137 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Hpp.test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Recurring.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Recurring.test.js +124 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Recurring.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ach.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ach.test.js +54 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ach.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Check.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Check.test.js +357 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Check.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Ecommerce.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Ecommerce.test.js +1667 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Ecommerce.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheck.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheck.test.js +80 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheck.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Moto.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Moto.test.js +1487 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Moto.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheck.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheck.test.js +80 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheck.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Recurring.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Recurring.test.js +393 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Recurring.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Retail.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Retail.test.js +2102 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/Retail.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Credit.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Credit.test.js +367 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Credit.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Debit.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Debit.test.js +83 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Debit.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ebt.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ebt.test.js +63 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ebt.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ecommerce.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ecommerce.test.js +136 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Ecommerce.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Gift.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Gift.test.js +121 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Gift.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/PorticoManagementToken.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/PorticoManagementToken.test.js +40 -0
- package/lib/test/Integration/Gateways/PorticoConnector/PorticoManagementToken.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Recurring.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Recurring.test.js +87 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Recurring.test.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Reporting.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Reporting.test.js +44 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Reporting.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertification.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertification.test.js +38 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertification.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertification.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertification.test.js +206 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertification.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertification.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertification.test.js +52 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertification.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertification.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertification.test.js +72 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertification.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformation.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformation.test.js +37 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformation.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccount.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccount.test.js +310 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccount.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFunds.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFunds.test.js +53 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFunds.test.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransaction.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransaction.test.js +72 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransaction.test.js.map +1 -0
- package/lib/test/Integration/Gateways/Terminals/UPA/UpaMic.test.d.ts +1 -0
- package/lib/test/Integration/Gateways/Terminals/UPA/UpaMic.test.js +165 -0
- package/lib/test/Integration/Gateways/Terminals/UPA/UpaMic.test.js.map +1 -0
- package/lib/test/Integration/Services/CheckService.test.d.ts +1 -0
- package/lib/test/Integration/Services/CheckService.test.js +38 -0
- package/lib/test/Integration/Services/CheckService.test.js.map +1 -0
- package/lib/test/Integration/Services/CreditService.test.d.ts +1 -0
- package/lib/test/Integration/Services/CreditService.test.js +158 -0
- package/lib/test/Integration/Services/CreditService.test.js.map +1 -0
- package/lib/test/Integration/Services/DebitService.test.d.ts +1 -0
- package/lib/test/Integration/Services/DebitService.test.js +77 -0
- package/lib/test/Integration/Services/DebitService.test.js.map +1 -0
- package/lib/test/Integration/Services/EBTService.test.d.ts +1 -0
- package/lib/test/Integration/Services/EBTService.test.js +54 -0
- package/lib/test/Integration/Services/EBTService.test.js.map +1 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/Validation.test.d.ts +1 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/Validation.test.js +122 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/Validation.test.js.map +1 -0
- package/lib/test/Unit/Builders/ReportBuilder/Validation.test.d.ts +1 -0
- package/lib/test/Unit/Builders/ReportBuilder/Validation.test.js +66 -0
- package/lib/test/Unit/Builders/ReportBuilder/Validation.test.js.map +1 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/Credit.test.d.ts +1 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/Credit.test.js +32 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/Credit.test.js.map +1 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidation.test.d.ts +1 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidation.test.js +128 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidation.test.js.map +1 -0
- package/package.json +7 -17
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const PayFacService_1 = require("../../../../../src/Services/PayFacService");
|
|
4
|
+
const src_1 = require("../../../../../src");
|
|
5
|
+
const TestAccountData_1 = require("./TestData/TestAccountData");
|
|
6
|
+
const BankAccountData_1 = require("../../../../../src/Entities/ProFac/BankAccountData");
|
|
7
|
+
const DocumentUploadData_1 = require("../../../../../src/Entities/DocumentUploadData");
|
|
8
|
+
const SSORequestData_1 = require("../../../../../src/Entities/SSORequestData");
|
|
9
|
+
const config = new src_1.PorticoConfig();
|
|
10
|
+
config.serviceUrl = "https://xmltest.propay.com/API/PropayAPI.aspx";
|
|
11
|
+
config.certificationStr = "d17d770d4734341aaedab32b7a7763";
|
|
12
|
+
config.terminalId = "7a7763";
|
|
13
|
+
config.selfSignedCertLocation =
|
|
14
|
+
"test/Integration/Gateways/ProPayConnector/Certifications/TestData/selfSignedCertificate.crt";
|
|
15
|
+
const _service = new PayFacService_1.PayFacService();
|
|
16
|
+
beforeAll(() => {
|
|
17
|
+
src_1.ServicesContainer.configureService(config);
|
|
18
|
+
});
|
|
19
|
+
test.failing("create account", async () => {
|
|
20
|
+
const accountPersonalInfo = TestAccountData_1.TestAccountData.GetUserPersonalData();
|
|
21
|
+
const ownersInfo = TestAccountData_1.TestAccountData.GetBeneficialOwnerData();
|
|
22
|
+
const response = await _service
|
|
23
|
+
.createAccount()
|
|
24
|
+
.withUserPersonalData(accountPersonalInfo)
|
|
25
|
+
.withBeneficialOwnerData(ownersInfo)
|
|
26
|
+
.execute();
|
|
27
|
+
expect(response).toBeTruthy();
|
|
28
|
+
expect("00").toBe(response.responseCode);
|
|
29
|
+
expect(response.payFacData.accountNumber).toBeTruthy();
|
|
30
|
+
expect(response.payFacData.password).toBeTruthy();
|
|
31
|
+
expect(response.payFacData.sourceEmail).toBeTruthy();
|
|
32
|
+
});
|
|
33
|
+
test("Order a new device", async () => {
|
|
34
|
+
const orderDeviceInfo = TestAccountData_1.TestAccountData.GetOrderNewDeviceData();
|
|
35
|
+
const deviceData = TestAccountData_1.TestAccountData.GetDeviceDataForPhysicalDevice(1, false);
|
|
36
|
+
const response = await _service
|
|
37
|
+
.orderDevice()
|
|
38
|
+
.withOrderDevice(orderDeviceInfo)
|
|
39
|
+
.withDeviceData(deviceData)
|
|
40
|
+
.execute();
|
|
41
|
+
expect(response).toBeTruthy();
|
|
42
|
+
expect("00").toBe(response.responseCode);
|
|
43
|
+
});
|
|
44
|
+
test.failing("create account Device Order", async () => {
|
|
45
|
+
const bankAccountInfo = TestAccountData_1.TestAccountData.GetBankAccountForBoardingData();
|
|
46
|
+
const accountPersonalInfo = TestAccountData_1.TestAccountData.GetUserPersonalForBoadingData();
|
|
47
|
+
const deviceData = TestAccountData_1.TestAccountData.GetDeviceData(1, false);
|
|
48
|
+
const userBusinessInfo = TestAccountData_1.TestAccountData.GetBusinessForBoardingData();
|
|
49
|
+
const mailingAddressInfo = TestAccountData_1.TestAccountData.GetMailingAddressForBoarding();
|
|
50
|
+
const ownersInfo = TestAccountData_1.TestAccountData.GetBeneficialOwnerData();
|
|
51
|
+
const response = await _service
|
|
52
|
+
.createAccount()
|
|
53
|
+
.withBankAccountData(bankAccountInfo)
|
|
54
|
+
.withUserPersonalData(accountPersonalInfo)
|
|
55
|
+
.withBusinessData(userBusinessInfo)
|
|
56
|
+
.withDeviceData(deviceData)
|
|
57
|
+
.withMailingAddress(mailingAddressInfo)
|
|
58
|
+
.withBeneficialOwnerData(ownersInfo)
|
|
59
|
+
.withTimeZone("UTC")
|
|
60
|
+
.execute();
|
|
61
|
+
expect(response).toBeTruthy();
|
|
62
|
+
expect("00").toBe(response.responseCode);
|
|
63
|
+
expect(response.payFacData.accountNumber).toBeTruthy();
|
|
64
|
+
expect(response.payFacData.password).toBeTruthy();
|
|
65
|
+
expect(response.payFacData.sourceEmail).toBeTruthy();
|
|
66
|
+
});
|
|
67
|
+
test.failing("create account Physical Device", async () => {
|
|
68
|
+
const bankAccountInfo = TestAccountData_1.TestAccountData.GetBankAccountForBoardingData();
|
|
69
|
+
const accountPersonalInfo = TestAccountData_1.TestAccountData.GetUserPersonalForBoadingData();
|
|
70
|
+
const deviceData = TestAccountData_1.TestAccountData.GetDeviceDataForPhysicalDevice(1, false);
|
|
71
|
+
const userBusinessInfo = TestAccountData_1.TestAccountData.GetBusinessForBoardingData();
|
|
72
|
+
const mailingAddressInfo = TestAccountData_1.TestAccountData.GetMailingAddressForBoarding();
|
|
73
|
+
const ownersInfo = TestAccountData_1.TestAccountData.GetBeneficialOwnerData();
|
|
74
|
+
const response = await _service
|
|
75
|
+
.createAccount()
|
|
76
|
+
.withBankAccountData(bankAccountInfo)
|
|
77
|
+
.withUserPersonalData(accountPersonalInfo)
|
|
78
|
+
.withBusinessData(userBusinessInfo)
|
|
79
|
+
.withDeviceData(deviceData)
|
|
80
|
+
.withMailingAddress(mailingAddressInfo)
|
|
81
|
+
.withBeneficialOwnerData(ownersInfo)
|
|
82
|
+
.withTimeZone("UTC")
|
|
83
|
+
.execute();
|
|
84
|
+
expect(response).toBeTruthy();
|
|
85
|
+
expect("00").toBe(response.responseCode);
|
|
86
|
+
expect(response.payFacData.accountNumber).toBeTruthy();
|
|
87
|
+
expect(response.payFacData.password).toBeTruthy();
|
|
88
|
+
expect(response.payFacData.sourceEmail).toBeTruthy();
|
|
89
|
+
});
|
|
90
|
+
test.failing("Test Failed KYC (Status 66)", async () => {
|
|
91
|
+
const bankAccountInfo = TestAccountData_1.TestAccountData.GetBankAccountForBoardingData();
|
|
92
|
+
const accountPersonalInfo = TestAccountData_1.TestAccountData.GetUserPersonalForBoadingData("01-01-1971");
|
|
93
|
+
const deviceData = TestAccountData_1.TestAccountData.GetDeviceData(1, false);
|
|
94
|
+
const userBusinessInfo = TestAccountData_1.TestAccountData.GetBusinessForBoardingData();
|
|
95
|
+
const mailingAddressInfo = TestAccountData_1.TestAccountData.GetMailingAddressForBoarding();
|
|
96
|
+
const ownersInfo = TestAccountData_1.TestAccountData.GetBeneficialOwnerData();
|
|
97
|
+
const response = await _service
|
|
98
|
+
.createAccount()
|
|
99
|
+
.withBankAccountData(bankAccountInfo)
|
|
100
|
+
.withUserPersonalData(accountPersonalInfo)
|
|
101
|
+
.withBusinessData(userBusinessInfo)
|
|
102
|
+
.withDeviceData(deviceData)
|
|
103
|
+
.withMailingAddress(mailingAddressInfo)
|
|
104
|
+
.withBeneficialOwnerData(ownersInfo)
|
|
105
|
+
.withTimeZone("UTC")
|
|
106
|
+
.execute();
|
|
107
|
+
console.log(response);
|
|
108
|
+
expect(response).toBeTruthy();
|
|
109
|
+
expect("66").toBe(response.responseCode);
|
|
110
|
+
});
|
|
111
|
+
test("edit account information", async () => {
|
|
112
|
+
const bankAccountData = new BankAccountData_1.BankAccountData();
|
|
113
|
+
bankAccountData.accountCountryCode = "USA";
|
|
114
|
+
bankAccountData.accountType = "Checking";
|
|
115
|
+
bankAccountData.accountNumber = "718570634";
|
|
116
|
+
bankAccountData.bankName = "BankName";
|
|
117
|
+
bankAccountData.routingNumber = "104000058";
|
|
118
|
+
bankAccountData.accountOwnershipType = "Business";
|
|
119
|
+
const response = await _service
|
|
120
|
+
.editAccount()
|
|
121
|
+
.withAccountNumber("718570634")
|
|
122
|
+
.withBankAccountData(bankAccountData)
|
|
123
|
+
.execute();
|
|
124
|
+
expect(response).toBeTruthy();
|
|
125
|
+
expect("00").toBe(response.responseCode);
|
|
126
|
+
});
|
|
127
|
+
test("reset password", async () => {
|
|
128
|
+
const response = await _service
|
|
129
|
+
.resetPassword()
|
|
130
|
+
.withAccountNumber("718570758")
|
|
131
|
+
.execute();
|
|
132
|
+
expect(response).toBeTruthy();
|
|
133
|
+
});
|
|
134
|
+
test("renew account", async () => {
|
|
135
|
+
const response = await _service
|
|
136
|
+
.renewAccount()
|
|
137
|
+
.withRenewalAccountData(TestAccountData_1.TestAccountData.GetRenewAccountDetails())
|
|
138
|
+
.withAccountNumber("718570759")
|
|
139
|
+
.execute();
|
|
140
|
+
expect(response).toBeTruthy();
|
|
141
|
+
expect("00").toBe(response.responseCode);
|
|
142
|
+
});
|
|
143
|
+
test.skip("disown account", async () => {
|
|
144
|
+
const response = await _service
|
|
145
|
+
.disownAccount()
|
|
146
|
+
.withAccountNumber("718570772") // The account being "disowned" needs to have another affiliation set. Contact propayimplementations@tsys.com and they will set one if necessary
|
|
147
|
+
.execute();
|
|
148
|
+
expect(response).toBeTruthy();
|
|
149
|
+
expect("00").toBe(response.responseCode);
|
|
150
|
+
});
|
|
151
|
+
// Note : The transaction number of the chargeback you need to dispute. (can be verify at certification process)
|
|
152
|
+
test.failing("upload document chargeback", async () => {
|
|
153
|
+
const docUploadData = new DocumentUploadData_1.DocumentUploadData();
|
|
154
|
+
docUploadData.documentName = "TestDocCB_12345";
|
|
155
|
+
docUploadData.transactionReference = "1";
|
|
156
|
+
docUploadData.documentPath =
|
|
157
|
+
"test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestDocChargeback.docx";
|
|
158
|
+
docUploadData.DocumentPath(docUploadData.documentPath);
|
|
159
|
+
const response = await _service
|
|
160
|
+
.uploadDocumentChargeback()
|
|
161
|
+
.withAccountNumber("718569967") //("718567300")
|
|
162
|
+
.withDocumentUploadData(docUploadData)
|
|
163
|
+
.execute();
|
|
164
|
+
expect(response).toBeTruthy();
|
|
165
|
+
expect("00").toBe(response.responseCode);
|
|
166
|
+
});
|
|
167
|
+
test("upload document", async () => {
|
|
168
|
+
const docUploadData = new DocumentUploadData_1.DocumentUploadData();
|
|
169
|
+
docUploadData.documentName = "TestDoc_12345";
|
|
170
|
+
docUploadData.docCategory = "Verification";
|
|
171
|
+
docUploadData.documentPath =
|
|
172
|
+
"test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestDoc.docx";
|
|
173
|
+
docUploadData.DocumentPath(docUploadData.documentPath);
|
|
174
|
+
const response = await _service
|
|
175
|
+
.uploadDocument()
|
|
176
|
+
.withAccountNumber("718570858")
|
|
177
|
+
.withDocumentUploadData(docUploadData)
|
|
178
|
+
.execute();
|
|
179
|
+
expect(response).toBeTruthy();
|
|
180
|
+
expect("00").toBe(response.responseCode);
|
|
181
|
+
});
|
|
182
|
+
test("obtain sSO key", async () => {
|
|
183
|
+
const ssoRequestData = new SSORequestData_1.SSORequestData();
|
|
184
|
+
ssoRequestData.referrerURL = "https://www.globalpaymentsinc.com/";
|
|
185
|
+
ssoRequestData.iPAddress = "40.81.11.219";
|
|
186
|
+
ssoRequestData.iPSubnetMask = "255.255.255.0";
|
|
187
|
+
const response = await _service
|
|
188
|
+
.obtainSSOKey()
|
|
189
|
+
.withAccountNumber("718570860")
|
|
190
|
+
.withSSORequestData(ssoRequestData)
|
|
191
|
+
.execute();
|
|
192
|
+
expect(response).toBeTruthy();
|
|
193
|
+
expect("00").toBe(response.responseCode);
|
|
194
|
+
expect(response.payFacData.authToken).toBeTruthy();
|
|
195
|
+
});
|
|
196
|
+
test.failing("update beneficial data", async () => {
|
|
197
|
+
//Owners count shoud not be excedded 6
|
|
198
|
+
const ownersInfo = TestAccountData_1.TestAccountData.GetBeneficialOwnerData();
|
|
199
|
+
const response = await _service
|
|
200
|
+
.updateBeneficialOwnershipInfo()
|
|
201
|
+
.withAccountNumber("718570792")
|
|
202
|
+
.withBeneficialOwnerData(ownersInfo)
|
|
203
|
+
.execute();
|
|
204
|
+
expect(response).toBeTruthy();
|
|
205
|
+
});
|
|
206
|
+
//# sourceMappingURL=ProPayAccountCertification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProPayAccountCertification.test.js","sourceRoot":"","sources":["../../../../../../test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertification.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertification.test.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const PayFacService_1 = require("../../../../../src/Services/PayFacService");
|
|
4
|
+
const src_1 = require("../../../../../src");
|
|
5
|
+
const TestFundsData_1 = require("../TestData/TestFundsData");
|
|
6
|
+
const config = new src_1.PorticoConfig();
|
|
7
|
+
config.serviceUrl = "https://xmltest.propay.com/API/PropayAPI.aspx";
|
|
8
|
+
config.certificationStr = "d17d770d4734341aaedab32b7a7763";
|
|
9
|
+
config.terminalId = "7a7763";
|
|
10
|
+
config.selfSignedCertLocation =
|
|
11
|
+
"test/Integration/Gateways/ProPayConnector/Certifications/TestData/selfSignedCertificate.crt";
|
|
12
|
+
const _service = new PayFacService_1.PayFacService();
|
|
13
|
+
beforeAll(() => {
|
|
14
|
+
src_1.ServicesContainer.configureService(config);
|
|
15
|
+
});
|
|
16
|
+
test("add funds", async () => {
|
|
17
|
+
const response = await _service
|
|
18
|
+
.addFunds()
|
|
19
|
+
.withAccountNumber("718571343") //718571145")
|
|
20
|
+
.withAmount("100")
|
|
21
|
+
.execute();
|
|
22
|
+
expect(response).toBeTruthy();
|
|
23
|
+
expect("00").toBe(response.responseCode);
|
|
24
|
+
});
|
|
25
|
+
test("sweep funds", async () => {
|
|
26
|
+
const response = await _service
|
|
27
|
+
.sweepFunds()
|
|
28
|
+
.withAccountNumber("718571343") //718571146")
|
|
29
|
+
.withAmount("10")
|
|
30
|
+
.execute();
|
|
31
|
+
expect(response).toBeTruthy();
|
|
32
|
+
expect("00").toBe(response.responseCode);
|
|
33
|
+
});
|
|
34
|
+
test.skip("add flash funds payment card", async () => {
|
|
35
|
+
const response = await _service
|
|
36
|
+
.addCardFlashFunds()
|
|
37
|
+
.withAccountNumber("718571147")
|
|
38
|
+
.withFlashFundsPaymentCardData(TestFundsData_1.TestFundsData.GetFlashFundsPaymentCardData())
|
|
39
|
+
.execute();
|
|
40
|
+
expect(response).toBeTruthy();
|
|
41
|
+
expect("00").toBe(response.responseCode);
|
|
42
|
+
});
|
|
43
|
+
test.skip("push money to flash funds card", async () => {
|
|
44
|
+
const response = await _service
|
|
45
|
+
.pushMoneyToFlashFundsCard()
|
|
46
|
+
.withAccountNumber("718571148")
|
|
47
|
+
.withAmount("100")
|
|
48
|
+
.execute();
|
|
49
|
+
expect(response).toBeTruthy();
|
|
50
|
+
expect("00").toBe(response.responseCode);
|
|
51
|
+
});
|
|
52
|
+
//# sourceMappingURL=ProPayFundCertification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProPayFundCertification.test.js","sourceRoot":"","sources":["../../../../../../test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertification.test.ts"],"names":[],"mappings":";;AAAA,6EAA0E;AAC1E,4CAAsE;AACtE,6DAA0D;AAE1D,MAAM,MAAM,GAAG,IAAI,mBAAa,EAAE,CAAC;AACnC,MAAM,CAAC,UAAU,GAAG,+CAA+C,CAAC;AACpE,MAAM,CAAC,gBAAgB,GAAG,gCAAgC,CAAC;AAC3D,MAAM,CAAC,UAAU,GAAG,QAAQ,CAAC;AAC7B,MAAM,CAAC,sBAAsB;IAC3B,6FAA6F,CAAC;AAChG,MAAM,QAAQ,GAAG,IAAI,6BAAa,EAAE,CAAC;AAErC,SAAS,CAAC,GAAG,EAAE;IACb,uBAAiB,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC7C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,WAAW,EAAE,KAAK,IAAI,EAAE;IAC3B,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,QAAQ,EAAE;SACV,iBAAiB,CAAC,WAAW,CAAC,CAAC,aAAa;SAC5C,UAAU,CAAC,KAAK,CAAC;SACjB,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,aAAa,EAAE,KAAK,IAAI,EAAE;IAC7B,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,UAAU,EAAE;SACZ,iBAAiB,CAAC,WAAW,CAAC,CAAC,aAAa;SAC5C,UAAU,CAAC,IAAI,CAAC;SAChB,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,IAAI,CAAC,8BAA8B,EAAE,KAAK,IAAI,EAAE;IACnD,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,iBAAiB,EAAE;SACnB,iBAAiB,CAAC,WAAW,CAAC;SAC9B,6BAA6B,CAAC,6BAAa,CAAC,4BAA4B,EAAE,CAAC;SAC3E,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,IAAI,CAAC,gCAAgC,EAAE,KAAK,IAAI,EAAE;IACrD,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,yBAAyB,EAAE;SAC3B,iBAAiB,CAAC,WAAW,CAAC;SAC9B,UAAU,CAAC,KAAK,CAAC;SACjB,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const PayFacService_1 = require("../../../../../src/Services/PayFacService");
|
|
4
|
+
const src_1 = require("../../../../../src");
|
|
5
|
+
const config = new src_1.PorticoConfig();
|
|
6
|
+
config.serviceUrl = "https://xmltest.propay.com/API/PropayAPI.aspx";
|
|
7
|
+
config.certificationStr = "d17d770d4734341aaedab32b7a7763";
|
|
8
|
+
config.terminalId = "7a7763";
|
|
9
|
+
config.selfSignedCertLocation =
|
|
10
|
+
"test/Integration/Gateways/ProPayConnector/Certifications/TestData/selfSignedCertificate.crt";
|
|
11
|
+
const _service = new PayFacService_1.PayFacService();
|
|
12
|
+
beforeAll(() => {
|
|
13
|
+
src_1.ServicesContainer.configureService(config);
|
|
14
|
+
});
|
|
15
|
+
test.failing("disburse funds", async () => {
|
|
16
|
+
config.serviceUrl = "https://xmltest.propay.com/API/PropayAPI.aspx";
|
|
17
|
+
config.certificationStr = "D515DA6DA576475A85AAB5268DE822"; // disburment of fund only
|
|
18
|
+
config.terminalId = "D515DA6DA576475A";
|
|
19
|
+
config.selfSignedCertLocation =
|
|
20
|
+
"test/Integration/Gateways/ProPayConnector/TestData/selfSignedCertificate.crt";
|
|
21
|
+
src_1.ServicesContainer.configureService(config, "second");
|
|
22
|
+
const response = await _service
|
|
23
|
+
.disburseFunds()
|
|
24
|
+
.withReceivingAccountNumber("718570634") //718136438")
|
|
25
|
+
.withAmount("100")
|
|
26
|
+
.execute("second");
|
|
27
|
+
expect(response).toBeTruthy();
|
|
28
|
+
expect("00").toBe(response.responseCode);
|
|
29
|
+
});
|
|
30
|
+
test.failing("spend back transaction", async () => {
|
|
31
|
+
const config = new src_1.PorticoConfig();
|
|
32
|
+
config.certificationStr = "d17d770d4734341aaedab32b7a7763";
|
|
33
|
+
const response = await _service
|
|
34
|
+
.spendBack()
|
|
35
|
+
.withAccountNumber("718570634")
|
|
36
|
+
.withReceivingAccountNumber("718571166")
|
|
37
|
+
.withAmount("100")
|
|
38
|
+
.withAllowPending(true)
|
|
39
|
+
.execute();
|
|
40
|
+
expect(response).toBeTruthy();
|
|
41
|
+
expect("00").toBe(response.responseCode);
|
|
42
|
+
});
|
|
43
|
+
/* before executing need to run Transaction Type 04 -> and from success response,
|
|
44
|
+
* the transNum value need to use here
|
|
45
|
+
*/
|
|
46
|
+
test.skip("split funds", async () => {
|
|
47
|
+
const response = await _service
|
|
48
|
+
.splitFunds()
|
|
49
|
+
.withAccountNumber("718575860")
|
|
50
|
+
.withReceivingAccountNumber("718571150")
|
|
51
|
+
.withAmount("95")
|
|
52
|
+
.withTransNum("15")
|
|
53
|
+
.execute();
|
|
54
|
+
expect(response).toBeTruthy();
|
|
55
|
+
expect("00").toBe(response.responseCode);
|
|
56
|
+
});
|
|
57
|
+
test("reverse split pay", async () => {
|
|
58
|
+
const response = await _service
|
|
59
|
+
.reverseSplitPay()
|
|
60
|
+
.withAccountNumber("718571150")
|
|
61
|
+
.withAmount("1")
|
|
62
|
+
.withCCAmount("0")
|
|
63
|
+
.withRequireCCRefund(false)
|
|
64
|
+
.withTransNum("4")
|
|
65
|
+
.execute();
|
|
66
|
+
expect(response).toBeTruthy();
|
|
67
|
+
expect("00").toBe(response.responseCode);
|
|
68
|
+
expect(response.payFacData.amount).toBeTruthy();
|
|
69
|
+
expect(response.payFacData.recAccountNum).toBeTruthy();
|
|
70
|
+
expect(response.payFacData.transNum).toBeTruthy();
|
|
71
|
+
});
|
|
72
|
+
//# sourceMappingURL=ProPayInNetworkTransactionCertification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProPayInNetworkTransactionCertification.test.js","sourceRoot":"","sources":["../../../../../../test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertification.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const PayFacService_1 = require("../../../../src/Services/PayFacService");
|
|
4
|
+
const src_1 = require("../../../../src");
|
|
5
|
+
const config = new src_1.PorticoConfig();
|
|
6
|
+
config.serviceUrl = "https://xmltest.propay.com/API/PropayAPI.aspx";
|
|
7
|
+
config.certificationStr = "5dbacb0fc504dd7bdc2eadeb7039dd";
|
|
8
|
+
config.terminalId = "7039dd";
|
|
9
|
+
const _service = new PayFacService_1.PayFacService();
|
|
10
|
+
beforeAll(() => {
|
|
11
|
+
src_1.ServicesContainer.configureService(config);
|
|
12
|
+
});
|
|
13
|
+
test("get account balance", async () => {
|
|
14
|
+
const response = await _service
|
|
15
|
+
.getAccountBalance()
|
|
16
|
+
.withAccountNumber("718135687")
|
|
17
|
+
.execute();
|
|
18
|
+
expect(response).toBeTruthy();
|
|
19
|
+
expect("00").toBe(response.responseCode);
|
|
20
|
+
});
|
|
21
|
+
test("get account info", async () => {
|
|
22
|
+
const response = await _service
|
|
23
|
+
.getAccountDetails()
|
|
24
|
+
.withAccountNumber("718135687")
|
|
25
|
+
.execute();
|
|
26
|
+
expect(response).toBeTruthy();
|
|
27
|
+
expect("00").toBe(response.responseCode);
|
|
28
|
+
});
|
|
29
|
+
test("get account info enchance", async () => {
|
|
30
|
+
const response = await _service
|
|
31
|
+
.getAccountDetailsEnhanced()
|
|
32
|
+
.withAccountNumber("718135687")
|
|
33
|
+
.execute();
|
|
34
|
+
expect(response).toBeTruthy();
|
|
35
|
+
expect("00").toBe(response.responseCode);
|
|
36
|
+
});
|
|
37
|
+
//# sourceMappingURL=GetInformation.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetInformation.test.js","sourceRoot":"","sources":["../../../../../test/Integration/Gateways/ProPayConnector/GetInformation.test.ts"],"names":[],"mappings":";;AAAA,0EAAuE;AACvE,yCAAmE;AAEnE,MAAM,MAAM,GAAG,IAAI,mBAAa,EAAE,CAAC;AACnC,MAAM,CAAC,UAAU,GAAG,+CAA+C,CAAC;AACpE,MAAM,CAAC,gBAAgB,GAAG,gCAAgC,CAAC;AAC3D,MAAM,CAAC,UAAU,GAAG,QAAQ,CAAC;AAC7B,MAAM,QAAQ,GAAG,IAAI,6BAAa,EAAE,CAAC;AAErC,SAAS,CAAC,GAAG,EAAE;IACb,uBAAiB,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC7C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,qBAAqB,EAAE,KAAK,IAAI,EAAE;IACrC,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,iBAAiB,EAAE;SACnB,iBAAiB,CAAC,WAAW,CAAC;SAC9B,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,kBAAkB,EAAE,KAAK,IAAI,EAAE;IAClC,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,iBAAiB,EAAE;SACnB,iBAAiB,CAAC,WAAW,CAAC;SAC9B,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,2BAA2B,EAAE,KAAK,IAAI,EAAE;IAC3C,MAAM,QAAQ,GAAG,MAAM,QAAQ;SAC5B,yBAAyB,EAAE;SAC3B,iBAAiB,CAAC,WAAW,CAAC;SAC9B,OAAO,EAAE,CAAC;IAEb,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9B,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|