Releases: Mangopay/mangopay2-php-sdk
Release 3.1.0 -> Added Google Pay Support, Event `USER_KYC_REGULAR` and much more
🆙 This new 3.1.0 version of our PHP SDK features 👍
👨 USER_KYC_REGULAR
has been added as a new Event
. Thanks to it, you are now able to know when all the needed KYCs for a user have been validated and its KYCLevel is updated.
🔧 Release adds typing for EventType values KYC_OUTDATED
USER_KYC_REGULAR
and USER_KYC_LIGHT
🔧 Updated filtering on user Cards
list
🤖 Google Pay are ready to be supported ! 🤖
💳 AccountNumber
has been added for Payin External Instruction as a part of DebitedBankAccountDetails. Funds from a non-IBAN account are now better identified. 💳
Add new TemplateURLOptions use for PAYLINEV2 new parameter
🆕 TemplateURLOptions
behaviour:
PAYLINE
parameter will be deprecated in the weeks to comePAYLINEV2
parameter must now be use instead for Payin Card Web.
Add EXPIRED Mandate Status
➕ This minor 2.13.2 version of our PHP SDK provides EXPIRED
Mandate
status and MANDATE_EXPIRED
EventType` support.
👍 From now, you will know if your DirectDebit Mandates cannot be used anymore due to their expiration.
Fix deprecated syntax for PHP 7.4 support
🔧 This minor 2.13.1 version fixes some deprecated syntax used on PHP 7.4 version.
ApplePay support and various adds and bugfixes
🤖 This new 2.13.0 version of our PHP SDK is now available.
🍎 ApplePay is coming very soon, and our SDK is now supporting it.
More infos to come in the following weeks... Ask your Technical Account Manager if you are interested in !
🔨 Too much parameters were mandatory for EMoney data retrival. It has been fixed.
➕ You are now able to get a UBODeclaration
directly by its ID, without any User
ID.
➕ COUNTERFEIT_PRODUCT
has been added as a new DisputeReasonType
.
Add missing property for UBO and monthly amounts support for Emoney feature
🤖 This new 2.12.2 version of our PHP SDK is now available.
➕ Monthly amounts for Emoney endpoint are now available. You can ask for a particular month or year.
🔧 Missing property isActive
is now available at UBO level. Thanks to it, you can easily "delete" a UBO you don't want to be taken in account on your UBODeclaration
anymore. More info on our docs
ℹ️ A CHANGELOG.md file has been added to this project: adds, updates, breaking changes and deprecated features will be more highlighted than before.
Added missing UBO eventTypes
This minor 2.12.1 version add missing UBO eventTypes.
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.