Skip to content

Releases: Mangopay/mangopay2-java-sdk

Company Number and new UBO submission system support

09 Sep 15:12
Compare
Choose a tag to compare

🚀 This new 2.80 version of our Java SDK includes 2 essential features related to Compliance needs:

  • new UBODelaration submission system
  • CompanyNumber support for Legal Users
  • Travis CI integration has ben fixed and ensure fast & secure package publishing on maven.org again.

ℹ️ More info about User verification can be found here

PaypalBuyerAccountEmail, HeadquartersPhoneNumber support and various optims

22 Oct 07:01
179ee54
Compare
Choose a tag to compare

This new 2.6.0 release contains following features listed below:

  • Every passphrase / client password occurences has been replaced by APIKey, as it's our new clearer name for credentials you have to use to connect and process requests to our MANGOPAY's API
  • PaypalBuyerAccountEmail support: you can now know what Paypal account has been used to process a PayPal Payin (beta, please contact our support for more information on how to activate it)
  • HeadquartersPhoneNumber provided for your client account are now available on Client object.

Add list of Disputes that coud be settled, list of Settlements and various bugfixes and optims

03 Apr 10:39
726ecd6
Compare
Choose a tag to compare

This new 2.5.0 release features:

  • support of a very useful endpoint that could give you every Disputes that could be settled (see more here)
  • support of Settlement Transfer retrieving by its ID (docs available here)
  • a fix on PlatformType property, which is now replaced by a more complex PlatformCategorization one on Clientobject (see updates here)
  • a fix on Travis configuration

Address Verification System (AVS) support

13 Mar 14:32
205e17b
Compare
Choose a tag to compare

This new 2.4.0 release of our Java SDK features support of Address Verification System.

  • You can find more informations about what is exactly AVS and how to integrate it well in your own anti-fraud policy here
  • You can find every details about every endpoint updates linked to AVS feature here for Payins Card Direct and there for Preauthorizations

Add missing and new RefundReasonType values

23 Jan 17:09
cf602e2
Compare
Choose a tag to compare

This minor 2.3.1 release features a fix that add missing and new RefundReasonType values

You can find more details about Disputes here on our docs.

Various new list endpoints, UBO Declarations and ProcessDate for docs

15 Dec 09:53
60b51aa
Compare
Choose a tag to compare

This new 2.3.0 release of our Java SDK features:

  • various new list endpoints that will help you to get:
    • every Transactions for linked to a Card, a Mandate or a Bankaccount
    • every Preauthorizations linked to a Card or a User
    • every Refunds linked to a Payin, a Payout, a Transfer or a Repudiation
  • support of ProcessedDate for KYC and Disputes documents
  • support of UBODeclarations (more official communication to come)

Fingerprints, Documents consultation and various optims and fixes

23 Aug 08:05
Compare
Choose a tag to compare

This new 2.2.0 major release features:

Payin Paypal enhancement, various optims and bug fixes

21 Aug 13:28
Compare
Choose a tag to compare

This new 2.1.1 release features:

  • Shipping address support for Payin Paypal feature (beta)
  • Add missing Reputiation ID for Disputes
  • Fix bad KYCLevel behaviour for users

Rate limiting support, wallets reporting and various updates and optims

07 Aug 08:20
Compare
Choose a tag to compare

Please find on this new 2.1.0 release:

  • Rate limiting support
  • Wallets reporting support
  • new fees filters on transactions reporting
  • new ChargeDate and BankReference properties for Mandates
  • various fixes and optims

Major release update - application of coding conventions

05 Jul 08:47
Compare
Choose a tag to compare

We are very pleased to provide you a new major release of our Java SDK.

This 2.0.0 release is now respecting coding conventions:

  • entities are now respecting Java conventions
  • getters and setters are now provided
  • code refactoring

Please be aware that this version is a breaking one: you must modify your current use of our SDK to be fully compliant with it.