Skip to content

Releases: Mangopay/mangopay2-php-sdk

New Legal User validation flow & fix on pagination

21 May 12:06
7aa78de
Compare
Choose a tag to compare

🤖 This new 2.12.0 version of our PHP SDK features all the needed tools for Legal User authentication requirements, live since our last API release Guinea Pig

ℹ️ More infos on our docs website about these tools and how to integrate this new flow:

🔧 Pagination has been fixed too as total pages/items value was always zero.

Add RateLimiting infos support

13 Feb 19:14
83b5246
Compare
Choose a tag to compare

This new 2.11.0 release includes native Rate Limiting information support (header infos).

Thanks to it, you will now be able to better manage the way you call MANGOPAY API without reaching these limitations.

Find more details about it on our docs !

Fix pagination information to be case-insensitive

12 Feb 08:08
c7dc828
Compare
Choose a tag to compare

This minor 2.10.1 version makes pagination information case-insensitive, in order to be well displayed on our PHP SDK.

Culture support for Payin Direct and Preauthorization

11 Dec 15:14
23f3dda
Compare
Choose a tag to compare

This new 2.10 version for MANGOPAY PHP SDK features Culture support for Payin Direct and Preauthorization.

For those of you who collect the card CVV/CVC via our web form, we now allow you to choose for each payment the language displayed through Culture property, among the 7 following languages: FR, EN, DE, NL, IT, ES, PL.

If not filled, the applied Culture will be the default CVV collection page Culture setted up with your account manager.

Bugfix on some authentication issue

08 Nov 15:46
bdd51c6
Compare
Choose a tag to compare

Some of you may have encounter issues with /oauth/token/ requests.
This 2.9.2 hotfix try to solve some authentication issue that appears on Nov. 8 from 4AM UTC+1.

Various docs and technical improvements

08 Nov 08:52
fa00fb0
Compare
Choose a tag to compare

This 2.9.1 release of our PHP SDK features a lot of tiny but useful improvements:

  • IDs were declared as int, contrary to our API, where it's strings
  • Various docs update
  • Various class adds (missing enumerations)
  • PHP 7.2 and 7.3 are now supported by Travis CI

A warm thank you to our devs community for its precious time !

New testing framework and various optims

21 Oct 21:53
b57dee2
Compare
Choose a tag to compare

This new 2.9.0 release features:

  • a new up-to-date testing framework 🎉 PHPUnit replaces our old framework which deserves its retirement.
  • PaypalBuyerAccountEmail is now available: you can now know what Paypal account has been used to process a PayPal Payin (beta, please contact our support for more information on how to activate it)
  • KYC upload function will now return a boolean value to let you know if it succeeds (true) or fails (false)
  • HeadquartersPhoneNumber provided for your client account are now available on Client object.

Various optims and bugfixes

14 Aug 08:39
2013474
Compare
Choose a tag to compare

This minor 2.8.1 release for Mangopay's PHP SDK features some optims and bugfixes:

  • Fix various mistaken variables declarations (SecureModeNeeded, etc.)
  • Add ContestDeadlineDate condition on Dispute unit test to make them OK again
  • Add getter & setter for configuration injection
  • Remove useless version update for composer.json on makefile

AVS support, add missing Payin Web Extended endpoint and various bugfixes and optims

30 Mar 12:36
1d519af
Compare
Choose a tag to compare

ℹ️ This 2.8.0 release features:

  • 🔍 Address Verification System (AVS) support - more infos here
  • 💳 Payin Web Extended endpoint is now available (sorry for this old miss 🙏) - more infos here
  • 📜 Missing KYCDocumentRefusedReasonType enumeration
  • 👍 PlatformType property has been replaced by PlatformCategorization object - cf. Client object update

Fix incorrect ProofOfIdentity property naming for LegalUser

07 Mar 15:40
ceda5cc
Compare
Choose a tag to compare

This minor release fixes an incorrect ProofOfIdentity property naming only for Legal Users.