Skip to content

Releases: Mangopay/mangopay2-php-sdk

3.24.0

02 Nov 12:25
Compare
Choose a tag to compare

Updated

  • Giropay and Ideal integrations with Mangopay have been improved.
  • Klarna param "MerchantOrderId" has been renamed to "Reference"

Added

  • New Reference parameter for the new Paypal implementation.

3.23.0

29 Sep 10:40
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.22.1

15 Sep 12:50
Compare
Choose a tag to compare

Fixed

  • Formatting issues (linter)

3.22.0

15 Sep 12:39
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)
  • A new parameter for Paypal : ShippingPreference
  • Timeout configuration is now customizable. Default value is now 30s.

Updated

  • Google Pay integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

Fixed

  • MBWay & PayPal are now using Web Execution Type.

3.21.0

07 Jul 13:58
Compare
Choose a tag to compare

Added

Paypal integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

Fixed

  • Phone parameter instead of PhoneNumber for MBWay

3.20.1

21 Jun 07:00
Compare
Choose a tag to compare

Fixed

  • linter issue for the new Mbway PayIn model

3.20.0

21 Jun 06:47
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.19.0

17 Mar 08:18
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.18.1

26 Jan 09:57
Compare
Choose a tag to compare

Fixed

  • Fix bug preventing access to authentication endpoint

3.18.0

12 Jan 15:47
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.