Releases: Mangopay/mangopay2-php-sdk
Minor change to User-agent format
Update 3.1.3
-> "User-agent" format in the headers changed, aligned to other assets 👤
New endpoints for Card Validation and adding in RemainingFunds feature, minor fixes v3.1.2
Update 📦 3.1.2
💳 New endpoint to support changes to Card Validation process (please listen out for product announcements 👂 )
💯 New RemainingFunds Parameters (Complete feature not fully activated, please listen for 👂 product announcements)
Fix to PayInWebExtendedView 🔧
Adding KYC status OUT_OF_DATE, MultiCapture Parameter and a RestTool.php fix
-> As part of KYC improvements, we are adding an OUT_OF_DATE status for KYC documents 📄
-> New MultiCapture Parameter added to Preauthorization object 💯 (Complete feature not fully activated, please listen for 👂 product announcements)
-> "User-agent" format in the headers changed, aligned to other assets 👤
-> Improvements to error handling for RestTool.php requests 🔨
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.