Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Ingenico-ePayments/connect-sdk-java

6.47.0

14 Feb 08:12
Compare
Choose a tag to compare
  • Added:
    • Added property isInstallments to classes FindProductgroupsParams, GetProductgroupParams, FindProductsParams and GetProductParams.

6.46.0

16 Jan 08:51
Compare
Choose a tag to compare
  • Added:
    • Added property acquirerPromotionCode to class AbstractCardPaymentMethodSpecificInput.
  • Changed:
    • Split off webhooks signature validation to class SignatureValidator.

6.45.0

12 Dec 12:51
Compare
Choose a tag to compare
  • Added:
    • Added property fraudResults to class EInvoicePaymentMethodSpecificOutput.
    • Added property isAuthenticationSupported to class PaymentProduct.
  • Changed:
    • Moved property microsoftFraudProtection from class CardFraudResults to its super class FraudResults.
  • Removed:
    • Removed property deviceInfo from class SdkDataInput, as this property is no longer supported by the REST API.

6.44.0

26 Oct 12:57
Compare
Choose a tag to compare
  • Added:
    • Added property accountFundingRecipient to class AdditionalOrderInput.
    • Added property isCompany to class Customer.
    • Added property fundingType to class OrderTypeInformation.
    • Added property identification to class PersonalInformation.
  • Deprecated:
    • Deprecated class LoanRecipient and property loanRecipient of class AdditionalOrderInput.

6.43.0

16 Oct 11:33
Compare
Choose a tag to compare
  • Added:
    • Added property recurringPaymentsData to class HostedCheckoutSpecificInput.
    • Added property amountOfMoneyTotal to class Installments.
    • Added method installments to class MerchantClient.

6.42.0

11 Aug 07:40
Compare
Choose a tag to compare
  • Added:
    • Added property card to class RefundCardMethodSpecificOutput.
    • 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 property connect.api.connectionReuse to false, or programmatically by calling setConnectionReuse(false) or withConnectionReuse(false) on a CommunicatorConfiguration instance. When manually creating instances of DefaultConnection, you need to use new class DefaultConnectionBuilder and its withConnectionReuse 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.

6.41.0

14 Jul 11:41
Compare
Choose a tag to compare
  • Added:
    • Added properties isRetriable and providerRawOutput to classes CaptureStatusOutput and OrderStatusOutput. Class PaymentStatusOutput now inherits these from OrderStatusOutput.
    • Added properties providerId and providerMerchantId to class OrderReferences.
    • Added property authorisationCode to class RefundCardMethodSpecificOutput.

6.40.0

28 Jun 07:45
Compare
Choose a tag to compare
  • Added:
    • Added property isCheckedRememberMe to classes CreatedPaymentOutput and PaymentCreationOutput.
    • Added property providerMerchantId to class PaymentReferences.
    • Added property providerRawOutput to class PaymentStatusOutput.
    • Added property cardholderName to class SchemeTokenData.

6.39.0

16 May 08:17
Compare
Choose a tag to compare
  • Added:
    • Added property numberInParty to class AirlineData.

6.38.0

14 Apr 11:29
Compare
Choose a tag to compare
  • Added:
    • Added property networkTokenData to class CardPaymentMethodSpecificInput.