Releases: Mangopay/mangopay2-net-sdk
2.2.0
Added
- 3DS2 integration with
Shipping
andBilling
objects, includingFirstName
andLastName
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
- The new parameter
Fixed
- Fix deserialize issue with
api.Users.GetBankAccountsAsync
3DS2 changes - Added IpAddress and BrowserInfo parameters, 'NO_CHOICE' value for the SecureMode
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
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
Update π§ 2.1.8
Field isActive better integrated into UBO Update call
PreAuthorization Transactions and Client Methods, minor fixes
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
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
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
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
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
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)