Skip to content

Releases: Mangopay/mangopay2-java-sdk

MangoPay v2 Java SDK - Breaking Release

29 Jul 16:25
Compare
Choose a tag to compare

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

30 Apr 16:29
Compare
Choose a tag to compare

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

12 Jan 09:44
Compare
Choose a tag to compare

Fixes:

  • Updating card during card registration process
  • Correct 2nd LegalPersonType
  • Update card expiration date for card registration unit test

MangoPay v2

01 Dec 12:41
Compare
Choose a tag to compare

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

21 Mar 16:38
Compare
Choose a tag to compare

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

11 Dec 11:49
Compare
Choose a tag to compare

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

21 Nov 10:40
Compare
Choose a tag to compare

Official release for MangoPay API v2 (http://docs.mangopay.com/)

Major changes:

MangoPay v2

26 Sep 08:53
Compare
Choose a tag to compare

Official release for MangoPay API v2 (http://docs.mangopay.com/)