Skip to content

Releases: Mangopay/mangopay2-net-sdk

3.9.0

21 Jun 10:29
Compare
Choose a tag to compare

Added

  • MB WAY is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.

3.8.0

17 Mar 08:14
Compare
Choose a tag to compare

Added

Knowing when a dispute was closed is now possible thanks to the new ClosedDate parameter for the Dispute object.

The following endpoints have been updated accordingly:

Vew a Dispute
List Disputes for a User
List Disputes for a Wallet
List all Disputes
List Disputes that need settling

Please note that the new ClosedDate field will only display values for the Disputes closed after this release. Otherwise, a null value will be returned.

3.7.1

09 Feb 18:57
Compare
Choose a tag to compare

Added

  • User category enum adapted for some Mangopay users

3.7.0

15 Dec 08:45
Compare
Choose a tag to compare

Added

New 30-day preauthorization feature

Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time.

  • The ApiDeposits service has been added with methods for creating, fetching and canceling a deposit
  • The Deposit DTOs have been created
  • The CreateCardPreAuthorizedDepositPayIn method has been added to the ApiPayins service

Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals.

3.6.2

25 Nov 07:55
Compare
Choose a tag to compare

Added

New User LegalPersonType: Partnership

Verifying some specific legal structures is now more efficient thanks to a new legal entity type: PARTNERSHIP.

The Legal User LegalPersonType parameter now includes the “PARTNERSHIP” value. The following endpoints have been updated accordingly:

Create a Legal User (Payer)
Create a Legal User (Owner)
Update a Legal User
View a User

Please note that changing the LegalPersonType to “PARTNERSHIP” for an existing user will automatically result in:

A KYC downgrade to Light (default) verification
The REGISTRATION_PROOF document being flagged as OUT_OF_DATE.
With this new LegalPersonType, the MANGOPAY team can better handle specific legal structures and speed up the validation process.

3.6.1

08 Nov 15:20
Compare
Choose a tag to compare

Fixed

  • Compatibility issue fixed (Restsharp, Unit tests) : #174

3.6.0

06 Oct 12:14
Compare
Choose a tag to compare

Added

New country authorizations endpoints

Country authorizations can now be viewed by using one of the following endpoints:

View a country's authorizations
View all countries' authorizations

With these calls, it is possible to check which countries have:

  • Blocked user creation
  • Blocked bank account creation
  • Blocked payout creation

Please refer to the Restrictions by country article for more information.

New country authorization hook

Country authorization updates can now be received by setting up a hook for the following EventType: COUNTRY_AUTHORIZATION_UPDATED

With this hook, it is possible to be notified when a country’s restrictions are updated.

3.5.0

25 Aug 06:48
Compare
Choose a tag to compare

Added

  • It's now possible to fetch a Payconiq payin by ID

3.4.2

21 Jul 20:45
Compare
Choose a tag to compare

Fixed

  • Bug with idempotency parameters with some GET requests (Disputes, Repudiations...)

3.4.1

18 Jul 13:38
Compare
Choose a tag to compare

Fixed

Missing EventType have been added (RECURRING_REGISTRATION).