Skip to content

Releases: unzerdev/java-sdk

1.1.2.0

07 Sep 09:31
e3495ef

Choose a tag to compare

Added

  • Enabled to set RecurrenceType for Authorize-, Charge- and Recurring-Requests (CIT/MIT)
  • Added SDK-Info to HTTP-Request-Header like SDK-Type or SDK-Version

Changed

  • Several minor improvements.

1.1.1.1

09 Aug 13:25
4f3fcaa

Choose a tag to compare

Changed

*   Added JAXB as a separate library to support newer Java versions

1.1.1.0

31 May 09:17
f42d114

Choose a tag to compare

1.1.1.0

Changed

  • Changed ApplePay-Paymenttype accordingly to new Tech-Spec
    • Added new Parameters to ApplePay-Class
    • Added new Test-Functions for ApplePay-Class and ApplePayHeader-Class
    • Added Constructors for ApplePay-Class and ApplePayHeader-Class with mandatory Parameters
  • Changed Documentation Link in Readme-File

Version 1.1.0.1

22 Mar 14:19
038a857

Choose a tag to compare

Fixed

  • Fixed the Way how the PAPI-Keypairs are loaded on Unzer Object Creation and eliminated the NullPointerException which was thrown

Changed

  • Some Tests were failing because of missing Merchant Configuration of the used Test-Merchant

Rebranding to Unzer

02 Feb 14:20
86a56d2

Choose a tag to compare

This SDK replaces the heidelpay/heidelpayJava, find the migration guide here.

Added

  • Added mapping of old payment type ids to the new payment type resources.
    • e.g. InvoiceGuaranteed and InvoiceFactoring replaced by InvoiceSecured
  • Add email property to payment type card to meet 3Ds2.x regulations.

Changed

  • Rebranded SDK to Unzer.
  • Removed payment type string from URL when fetching a payment type resource.
  • Replace payment methods guaranteed/factoring by secured payment methods, i.e.:
    • InvoiceGuaranteed and InvoiceFactoring replaced by InvoiceSecured
    • SepaDirectDebitGuaranteed replaced by SepaDirectDebitSecured
    • HirePurchaseDirectDebit replaced by InstallmentSecured
    • Basket is now mandatory for all those payment types above.
  • Several minor changes.

Fixed

  • Changed handling of Keypairs for tests

Removed

  • Remove deprecated methods.
    • getBasketImage
    • setBasketImage
    • getDescriptionMain
    • setDescriptionMain
    • getDescriptionSmall
    • setDescriptionSmall
    • cancelAuthorization
  • Remove deprecated classes
    • RestCommunication