This repository has been 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
proxy
with the following nested properties:host
: the proxy hostnamescheme
: the proxy scheme; defaults tohttp
if 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
isInstallments
to interfacesFindProductgroupsParams
,GetProductgroupParams
,FindProductsParams
andGetProductParams
.
- Added property
4.18.0
- Added:
- Added property
acquirerPromotionCode
to interfaceAbstractCardPaymentMethodSpecificInput
.
- Added property
- Changed:
- Split off webhooks signature validation to interface
SignatureValidator
and modulewebhooks/validation
.
- Split off webhooks signature validation to interface
4.17.0
- Added:
- Added property
fraudResults
to interfaceEInvoicePaymentMethodSpecificOutput
. - Added property
isAuthenticationSupported
to interfacePaymentProduct
.
- Added property
- Changed:
- Moved property
microsoftFraudProtection
from interfaceCardFraudResults
to its super interfaceFraudResults
.
- Moved property
- Removed:
- Removed property
deviceInfo
from interfaceSdkDataInput
, as this property is no longer supported by the REST API.
- Removed property
4.16.0
- Added:
- Added property
accountFundingRecipient
to interfaceAdditionalOrderInput
. - Added property
isCompany
to interfaceCustomer
. - Added property
fundingType
to interfaceOrderTypeInformation
. - Added property
identification
to interfacePersonalInformation
.
- Added property
- Deprecated:
- Deprecated interface
LoanRecipient
and propertyloanRecipient
of interfaceAdditionalOrderInput
.
- Deprecated interface
- Security:
- Updated the
babel
version.
- Updated the
4.15.0
- Added:
- Added property
recurringPaymentsData
to interfaceHostedCheckoutSpecificInput
. - Added property
amountOfMoneyTotal
to interfaceInstallments
. - Added property
installments
to interfaceConnectSdk
. This exposes callinstallments.getInstallmentsInfo
.
- Added property
4.14.0
- Added:
- Added property
card
to interfaceRefundCardMethodSpecificOutput
.
- Added property
- Security:
- Updated the
semver
andword-wrap
versions.
- Updated the
4.13.0
- Added:
- Added properties
isRetriable
andproviderRawOutput
to interfacesCaptureStatusOutput
andOrderStatusOutput
. InterfacePaymentStatusOutput
now inherits these fromOrderStatusOutput
. - Added properties
providerId
andproviderMerchantId
to interfaceOrderReferences
. - Added property
authorisationCode
to interfaceRefundCardMethodSpecificOutput
.
- Added properties
4.12.0
- Added:
- Added property
isCheckedRememberMe
to interfacesCreatedPaymentOutput
andPaymentCreationOutput
. - Added property
providerMerchantId
to interfacePaymentReferences
. - Added property
providerRawOutput
to interfacePaymentStatusOutput
. - Added property
cardholderName
to interfaceSchemeTokenData
.
- Added property
4.11.0
- Added:
- Added property
numberInParty
to interfaceAirlineData
.
- Added property