Releases: Mangopay/mangopay2-java-sdk
MangoPay v2 Java SDK - Breaking Release
This new version of the SDK allows for the use of v2.01 of the Mangopay API, which predominantly is related to the address fields becoming an object instead of a string as they were previously - this is therefore a breaking change and you must update your application (creation/management of Bank Accounts and Users) before being able to use this version of the SDK. More information about the changes required: https://docs.mangopay.com/api-v2-01-overview/
MangoPay v2 Java SDK
Changes:
- added InitialTransactionType field for refund entity
- added RefundReason field in Refund entity
- removed non-existant card types
- added KYCLevel to user object and DepositAccountType to US Bank accounts
- introduced enums instead of raw string values
- code cleanup
- several minor bug fixes
MangoPay v2 Java SDK
Fixes:
- Updating card during card registration process
- Correct 2nd LegalPersonType
- Update card expiration date for card registration unit test
MangoPay v2
Changes:
- New event types in EventType enumeration
- Card's validity edition
- Corrected authorization URL and Content-Type header
- Renamed SecureModeRedirectUrl field to SecureModeRedirectURL
- Added slf4j logging facade
- Used SimpleLogger binging as the default logger implementation
- Changed logging level from DEBUG to INFO (as SimpleLogger prints only messages of level INFO or higher)
- Removed Logs class (Logs.java file) as it became unused/obsolete
- Added new "Direct Debit" payment details type
- Added BankWireRef property to bank-wired payouts
- Added UserId property to KycDocument entity
- Added two new lists of KycDocuments (per user ID and per SDK client)
- Implemented lists sorting
- Removed unused API calls
- Adjusted KYC upload unit tests to recent API changes
- Added temporary API calls
Fixes:
- Non-ascii characters in the body make the requests fail ("empty body" returned)
- Fixed bug causing error messages from API while trying to create entities
- Extended timeout limit (fixes a potential bug with PayIns)
MangoPay v2
Added Hook entity type to allow management of URL notifications;
Added five new types of bank accounts (IBAN, GB, US, CA and OTHER);
Added card pre-authorization functionality;
Added new pay-in payment types.
MangoPay v2
Updated release for MangoPay API v2 (http://docs.mangopay.com/)
Changes:
- renamed Event's entity property from RessourceId to ResourceId
MangoPay v2 with Events, KYC Documents etc
Official release for MangoPay API v2 (http://docs.mangopay.com/)
Major changes:
- root URL changed for pre-prod environment: https://api.sandbox.mangopay.com
- added support for Events: http://docs.mangopay.com/events/
- added support for KYC Documents: http://docs.mangopay.com/kyc/documents
MangoPay v2
Official release for MangoPay API v2 (http://docs.mangopay.com/)