Releases: Mangopay/mangopay2-php-sdk
New Legal User validation flow & fix on pagination
🤖 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
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
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
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
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
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
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 onClient
object.
Various optims and bugfixes
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
ℹ️ 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
This minor release fixes an incorrect ProofOfIdentity
property naming only for Legal Users
.