Releases: Mangopay/mangopay2-java-sdk
Adding USER_KYC_REGULAR event and a few bug fixes
🆙 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
👷 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
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
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
🚀 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
🚀 This new 2.80 version of our Java SDK includes 2 essential features related to Compliance needs:
- new
UBODelaration
submission system CompanyNumber
support for LegalUsers
- 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
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 onClient
object.
Add list of Disputes that coud be settled, list of Settlements and various bugfixes and optims
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 complexPlatformCategorization
one onClient
object (see updates here) - a fix on Travis configuration
Address Verification System (AVS) support
This new 2.4.0 release of our Java SDK features support of Address Verification System.
Add missing and new RefundReasonType values
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.