Skip to content

Releases: Mangopay/mangopay2-php-sdk

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.

3.17.0

25 Nov 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** class has been added with methods for creating, fetching and canceling a deposit
  • The ** CreateCardPreAuthorizedDepositPayIn()** method has been added to the ApiPayIns class

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

26 Oct 10:02
Compare
Choose a tag to compare

Fixed

  • #565 : Add Id on PayInRecurringRegistration
  • #564 : Fix type hint for RemainingFunds
  • #563 : Added CardId property to PayInExecutionDetailsDirect and used “int” as types for identifiers

Thanks @AntoineLemaire & @garsaud

3.16.1

18 Oct 11:49
Compare
Choose a tag to compare

Fixed

Tests have been fixed due to API updates

3.16.0

07 Sep 06:11
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.

3.15.0

29 Jun 09:30
Compare
Choose a tag to compare

Added

Recurring: €0 deadlines for CIT

Setting free recurring payment deadlines is now possible for CIT (customer-initiated transactions) with the FreeCycles parameter.

The FreeCycles parameter allows platforms to define the number of consecutive deadlines that will be free. The following endpoints have been updated to take into account this new parameter:

Create a Recurring PayIn Registration
View a Recurring PayIn Registration
This feature provides new automation capabilities for platforms with offers such as “Get the first month free” or “free trial” subscriptions.

Please refer to the Recurring payments overview documentation for more information.