Skip to content

MangoPay v2

Compare
Choose a tag to compare
@lukasz-drzewiecki lukasz-drzewiecki released this 01 Dec 12:41
· 990 commits to master since this release

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)