Skip to content

Releases: Mangopay/mangopay2-java-sdk

Adding USER_KYC_REGULAR event and a few bug fixes

10 Jul 12:25
Compare
Choose a tag to compare

🆙 This new 2.11.0 version of our Java SDK features ->

👨 USER_KYC_REGULAR has been added as a new Event. Thanks to it, you are now able to know when all the needed KYCs for a user have been validated and its KYCLevel is updated.
🔧 Release adds typing for EventType values KYC_OUTDATED USER_KYC_REGULAR and USER_KYC_LIGHT
🔧 Bug Fix -> Serializing certain address fields, filtering bank accounts

Delete wrongly set ExecutionDetails property on Payin Web

23 Mar 15:45
45a45eb
Compare
Choose a tag to compare

👷 This 2.10.1 version includes a fix on Payin requests, where ExecutionDetails property was wrongly set in JSON request.
Due to this issue, TemplateURLOptions was not well taken in account.

GooglePay support and various new adds

17 Mar 10:16
7763766
Compare
Choose a tag to compare

2.10.0 release for MANGOPAY Java SDK is now available. Please find below what's new !

Features
🤖 GooglePay support is now available ! Feel free to ask your favourite MANGOPAY contact for more info about its coming availability...
🍎 ApplePay Payin methods are now available. More info about activation to come in the following weeks... (already available in 2.9.0 version which has not been made live on Maven)

New properties
⚠️ 🎨 PAYLINE property for PayInTemplateURLOptions object will be deprecated in the following weeks for Payin Web (especiallay for Payin Cards). PAYLINEV2 property has been added to be used instead.
💸 AccountNumber property has been added for EXTERAL_INSTRUCTION (BankingAlias) Payin type. Thanks to it, every transaction done from a non-IBAN account could be identified too.
🔚 EXPIRED Mandate status and linked MANDATE_EXPIRED event type has been added, as this feature will be shortly supported for DirectDebit Payins.
👮 A new Dispute reason type COUNTERFEIT_PRODUCT has been added. ((already available in 2.9.0 version which has not been made live on Maven)

ApplePay and new Dispute reason type support

17 Mar 10:16
44fa69a
Compare
Choose a tag to compare

This 2.9.0 version of MANGOPAY Java SDK supports 2 new features listed below

🍎 ApplePay Payin methods are now available. More info about activation to come in the following weeks...
👮 A new Dispute reason type COUNTERFEIT_PRODUCT has been added.

UBODeclaration fixes, new parameters for GET EMoney and various optims

09 Sep 17:07
f5dbb82
Compare
Choose a tag to compare

🚀 This 2.81 version of our Java SDK includes:

  • 🙏 a major fix on new UBODelaration submission system. A missing test has been added to ensure every calls works well now. Apologies for this issue.
  • 💰 GetEmoney method now supports past and current years and months parameters. More info on our docs

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.