Skip to content

Releases: Mangopay/mangopay2-python-sdk

3.29.0

29 Sep 10:42
Compare
Choose a tag to compare

Added

  • Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints

3.28.0

18 Sep 06:00
Compare
Choose a tag to compare

Added

  • Multibanco, Satispay, Blik, Klarna are now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
  • Card validation endpoint is now available (Private beta)

Updated

  • Google Pay integration & Paypal with Mangopay have been improved. These payment methods are in private beta. Please contact support if you have any questions.

Fixed

  • MBWay & PayPal are now using Web Execution Type.

3.27.2

28 Jul 13:30
Compare
Choose a tag to compare

Fixed

CIT/MIT should not set secure_mode #332

3.27.1

07 Jul 13:52
Compare
Choose a tag to compare

Fixed

  • Phone parameter instead of PhoneNumber for MBWay

3.27.0

21 Jun 07:27
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.26.0

17 Mar 08:04
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.25.0

12 Jan 15:42
Compare
Choose a tag to compare

Added

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

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.24.0

22 Dec 14:15
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 Deposit resource has been added with methods for creating, fetching and canceling a deposit
  • The CardPreAuthorizedDepositPayIn resource has been added with methods for creating and fetching a CardPreAuthorizedDepositPayIn

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.23.3

06 Dec 12:40
Compare
Choose a tag to compare

Fixed

  • Removed the default value for LEGAL_USER_TYPE_CHOICES in order to prevent mistake on user update

3.23.2

08 Nov 15:25
Compare
Choose a tag to compare

Fixed

  • RecurringPayInRegistration total_amount type;

Added

  • Missing event types