This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-java
Releases · Ingenico-ePayments/connect-sdk-java
6.47.0
6.46.0
- Added:
- Added property
acquirerPromotionCode
to classAbstractCardPaymentMethodSpecificInput
.
- Added property
- Changed:
- Split off webhooks signature validation to class
SignatureValidator
.
- Split off webhooks signature validation to class
6.45.0
- Added:
- Added property
fraudResults
to classEInvoicePaymentMethodSpecificOutput
. - Added property
isAuthenticationSupported
to classPaymentProduct
.
- Added property
- Changed:
- Moved property
microsoftFraudProtection
from classCardFraudResults
to its super classFraudResults
.
- Moved property
- Removed:
- Removed property
deviceInfo
from classSdkDataInput
, as this property is no longer supported by the REST API.
- Removed property
6.44.0
- Added:
- Added property
accountFundingRecipient
to classAdditionalOrderInput
. - Added property
isCompany
to classCustomer
. - Added property
fundingType
to classOrderTypeInformation
. - Added property
identification
to classPersonalInformation
.
- Added property
- Deprecated:
- Deprecated class
LoanRecipient
and propertyloanRecipient
of classAdditionalOrderInput
.
- Deprecated class
6.43.0
- Added:
- Added property
recurringPaymentsData
to classHostedCheckoutSpecificInput
. - Added property
amountOfMoneyTotal
to classInstallments
. - Added method
installments
to classMerchantClient
.
- Added property
6.42.0
- Added:
- Added property
card
to classRefundCardMethodSpecificOutput
. - Added support for closing connections after each request. This can be used if you encounter
org.apache.http.NoHttpResponseException
even though you already close idle and expired connections. It can be enabled by setting configuration propertyconnect.api.connectionReuse
tofalse
, or programmatically by callingsetConnectionReuse(false)
orwithConnectionReuse(false)
on aCommunicatorConfiguration
instance. When manually creating instances ofDefaultConnection
, you need to use new classDefaultConnectionBuilder
and itswithConnectionReuse
method.
Note that this will impact performance, because a new connection needs to be setup for every single request. It's therefore advised to only use this feature if needed.
- Added property
6.41.0
- Added:
- Added properties
isRetriable
andproviderRawOutput
to classesCaptureStatusOutput
andOrderStatusOutput
. ClassPaymentStatusOutput
now inherits these fromOrderStatusOutput
. - Added properties
providerId
andproviderMerchantId
to classOrderReferences
. - Added property
authorisationCode
to classRefundCardMethodSpecificOutput
.
- Added properties
6.40.0
- Added:
- Added property
isCheckedRememberMe
to classesCreatedPaymentOutput
andPaymentCreationOutput
. - Added property
providerMerchantId
to classPaymentReferences
. - Added property
providerRawOutput
to classPaymentStatusOutput
. - Added property
cardholderName
to classSchemeTokenData
.
- Added property
6.39.0
- Added:
- Added property
numberInParty
to classAirlineData
.
- Added property
6.38.0
- Added:
- Added property
networkTokenData
to classCardPaymentMethodSpecificInput
.
- Added property