Skip to content

Releases: Mangopay/mangopay2-java-sdk

2.44.3

28 Feb 15:11
Compare
Choose a tag to compare

Fixed

Added missing timeout config for doRequestList()

2.44.2

26 Feb 09:18
Compare
Choose a tag to compare

Fixed

Rate limiting headers interpreted dynamically based on X-RateLimit-Reset time and for a variable number of bucket values.

2.44.1

11 Feb 14:04
Compare
Choose a tag to compare

Fixed

Added a custom deserializer to support the CardInfo.Type naming change from CHARDE_CARD to CHARGE CARD.

2.44.0

10 Feb 11:37
Compare
Choose a tag to compare

Added

New endpoints for TWINT PayIn object:

Updated

  • Removed the Reference parameter from the Refund object.
  • Added additional tests for transaction retrieval.

2.43.0

2.42.2

04 Feb 09:01
Compare
Choose a tag to compare

Updated

  • Revised tests to improve reliability and address any outdated tests.
  • Added instant payout event INSTANT_PAYOUT_FAILED.

2.42.1

23 Jan 11:11
Compare
Choose a tag to compare

Fixed

The Categorize a Natural User endpoint now allows non-SCA users to be categorized as SCA users.

2.42.0

2.41.1

09 Jan 14:51
Compare
Choose a tag to compare

Fixed

#345 PayInReferences class attributes are now readable and instantiable. Thank you for your contribution @toni07 !

2.41.0

25 Dec 08:07
Compare
Choose a tag to compare

Added

New endpoints for The Virtual Account object:

  • Create a Virtual Account
  • Deactivate a Virtual Account
  • View a Virtual Account
  • List Virtual Accounts for a Wallet
  • View Client Availabilities

Added all relevant EVENT_TYPE_CHOICES:

  • VIRTUAL_ACCOUNT_ACTIVE
  • VIRTUAL_ACCOUNT_BLOCKED
  • VIRTUAL_ACCOUNT_CLOSED
  • VIRTUAL_ACCOUNT_FAILED