This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-nodejs
Releases · Ingenico-ePayments/connect-sdk-nodejs
4.20.0
- Added:
-
Added support for HTTP proxies. A proxy can be configured when initializing the SDK using new property
proxywith the following nested properties:host: the proxy hostnamescheme: the proxy scheme; defaults tohttpif omittedport: the proxy port; defaults to 3128 if omittedcredentials: the optional proxy credentials, in the format<username>:<password>
A minimal example:
connectSdk.init({ host: "[hostname.of.the.api]", apiKeyId: "[your-api-key-id]", secretApiKey: "[your-secret-api-key]", integrator: "[your-company-name]", proxy: { host: "[hostname.of.the.proxy]" } });
-
4.19.0
- Added:
- Added property
isInstallmentsto interfacesFindProductgroupsParams,GetProductgroupParams,FindProductsParamsandGetProductParams.
- Added property
4.18.0
- Added:
- Added property
acquirerPromotionCodeto interfaceAbstractCardPaymentMethodSpecificInput.
- Added property
- Changed:
- Split off webhooks signature validation to interface
SignatureValidatorand modulewebhooks/validation.
- Split off webhooks signature validation to interface
4.17.0
- Added:
- Added property
fraudResultsto interfaceEInvoicePaymentMethodSpecificOutput. - Added property
isAuthenticationSupportedto interfacePaymentProduct.
- Added property
- Changed:
- Moved property
microsoftFraudProtectionfrom interfaceCardFraudResultsto its super interfaceFraudResults.
- Moved property
- Removed:
- Removed property
deviceInfofrom interfaceSdkDataInput, as this property is no longer supported by the REST API.
- Removed property
4.16.0
- Added:
- Added property
accountFundingRecipientto interfaceAdditionalOrderInput. - Added property
isCompanyto interfaceCustomer. - Added property
fundingTypeto interfaceOrderTypeInformation. - Added property
identificationto interfacePersonalInformation.
- Added property
- Deprecated:
- Deprecated interface
LoanRecipientand propertyloanRecipientof interfaceAdditionalOrderInput.
- Deprecated interface
- Security:
- Updated the
babelversion.
- Updated the
4.15.0
- Added:
- Added property
recurringPaymentsDatato interfaceHostedCheckoutSpecificInput. - Added property
amountOfMoneyTotalto interfaceInstallments. - Added property
installmentsto interfaceConnectSdk. This exposes callinstallments.getInstallmentsInfo.
- Added property
4.14.0
- Added:
- Added property
cardto interfaceRefundCardMethodSpecificOutput.
- Added property
- Security:
- Updated the
semverandword-wrapversions.
- Updated the
4.13.0
- Added:
- Added properties
isRetriableandproviderRawOutputto interfacesCaptureStatusOutputandOrderStatusOutput. InterfacePaymentStatusOutputnow inherits these fromOrderStatusOutput. - Added properties
providerIdandproviderMerchantIdto interfaceOrderReferences. - Added property
authorisationCodeto interfaceRefundCardMethodSpecificOutput.
- Added properties
4.12.0
- Added:
- Added property
isCheckedRememberMeto interfacesCreatedPaymentOutputandPaymentCreationOutput. - Added property
providerMerchantIdto interfacePaymentReferences. - Added property
providerRawOutputto interfacePaymentStatusOutput. - Added property
cardholderNameto interfaceSchemeTokenData.
- Added property
4.11.0
- Added:
- Added property
numberInPartyto interfaceAirlineData.
- Added property