Skip to content

Releases: Mangopay/mangopay2-net-sdk

2.2.0

22 Feb 07:32
Compare
Choose a tag to compare

Added

  • 3DS2 integration with Shipping and Billing objects, including FirstName and LastName fields
    The objects Billing and Shipping may be included on all calls to the following endpoints:
    • /preauthorizations/card/direct
    • /payins/card/direct
    • /payins/card/web
  • Enable Instant Payment for payouts by adding a new parameter PayoutModeRequested on the following endpoint /payouts/bankwire
    • The new parameter PayoutModeRequested can take two differents values : "INSTANT_PAYMENT" or "STANDARD" (STANDARD = the way we procede normaly a payout request)
    • This new parameter is not mandatory and if empty or not present, the payout will be "STANDARD" by default
    • Instant Payment is in beta all over Europe - SEPA region

Fixed

  • Fix deserialize issue with api.Users.GetBankAccountsAsync

3DS2 changes - Added IpAddress and BrowserInfo parameters, 'NO_CHOICE' value for the SecureMode

18 Dec 18:02
Compare
Choose a tag to compare

Update 2.1.11 πŸ₯‰

Added IpAddress and BrowserInfo parameters to the following endpoints and corresponding objects πŸ’³
β€’ /payins/card/direct
β€’ /preauthorizations/card/direct

Added 'NO_CHOICE' value for the SecureMode parameter 🧷

Asynch method changes, Regulatory endpoint and hook, other fixes

10 Dec 17:45
Compare
Choose a tag to compare

Update πŸ”§ 2.1.10

Added SSO methods to allow asynch and non-asynch functioning πŸ”„
Added 'Regulatory' endpoint to allow checks of User Block Status 🚫
Added support for Regulatory -> Blocked Status Hooks πŸ“ž
Added testing logic and event types linked to Blocked User πŸ§ͺ
Fix to rate limit headers 🎧

Fix for UBO Update call

04 Nov 11:06
d02b4bc
Compare
Choose a tag to compare

Update πŸ”§ 2.1.8

Field isActive better integrated into UBO Update call

PreAuthorization Transactions and Client Methods, minor fixes

03 Nov 16:18
d02b4bc
Compare
Choose a tag to compare

Update πŸ”§ 2.1.7

Added methods for creating client bank accounts and client payouts πŸ’Έ
Added new method for PreAuthorization Transactions 🚜
Added a split string change βœ‚οΈ
Rest tools changes and a few minor fixes πŸ—οΈ

Further patching linked to issue between .NET Core and .NET Framework 2.1.6

01 Oct 11:52
d02b4bc
Compare
Choose a tag to compare

Update πŸ”§ 2.1.6

Subsequent to https://github.com/Mangopay/mangopay2-net-sdk/releases/tag/2.1.4

Further patching of this issue, including fixes to our release process and better usage of the CustomSplit() function

Patch for compatibility issue between .NET Core and .NET Framework

30 Sep 12:16
06359c8
Compare
Choose a tag to compare

Update πŸ”§ 2.1.4

Issues encountered with versioning following CORE upgrade
.NET Standard 2.1 method
System.String[] System.String.Split(Char, System.StringSplitOptions)
being called in incompatible version of the Framework

Fix resolves issues around this function

Card Validate endpoint, async improvements and bug fixes 2.1.2

25 Sep 12:05
a2ac2a9
Compare
Choose a tag to compare

Update πŸ“› 2.1.3

New endpoint to support changes to Card Validation process (please listen out for product announcements πŸ‘‚)
Changes to TotalItems and TotalPages #115 πŸ“„
NullReferenceException: On dictionary in DefaultStorageStrategy #103 πŸ“š
Async improvements to Card Validation and a few other little fixes 🐞

KYC Document type add and security update 2.1.1

24 Aug 11:28
Compare
Choose a tag to compare

Update 🏞️ 2.1.1

πŸ“„ As part of KYC improvements, we are adding OUT_OF_DATE as a enum for KYC documents
🧷 Due to changes to the API we are no longer accepting connections with a TLS certificate of 1.1 or lower, this concerns in particular .NET frameworks 4.5 and earlier. This update applies a fix which forced the application to use TLS 1.2.

Added support for the asynchronous programming and MultiCapture and RemainingFunds Parameters in Preauthorization object

14 Aug 16:11
Compare
Choose a tag to compare

Significant release 2.1.0 πŸ“

πŸ”„ Added support for the asynchronous programming model (i.e. async/await + System.Threading.Tasks.Task)
πŸ‘€ User-agent" format in the headers changed, aligned to other assets
πŸ’― New MultiCapture and RemainingFunds Parameters in Preauthorization object (Complete feature not fully activated, please listen for πŸ‘‚ product announcements)