Skip to content

Releases: Mangopay/mangopay2-php-sdk

Release 3.1.0 -> Added Google Pay Support, Event `USER_KYC_REGULAR` and much more

09 Jul 12:57
af686de
Compare
Choose a tag to compare

🆙 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

17 Mar 10:33
8836334
Compare
Choose a tag to compare

🆕 ⚠️ This 3.0.0 contains a breaking change on TemplateURLOptions behaviour:

  • PAYLINE parameter will be deprecated in the weeks to come
  • PAYLINEV2 parameter must now be use instead for Payin Card Web.

Add EXPIRED Mandate Status

12 Mar 11:07
3b04e7b
Compare
Choose a tag to compare

➕ 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

13 Jan 21:35
ce267fe
Compare
Choose a tag to compare

🔧 This minor 2.13.1 version fixes some deprecated syntax used on PHP 7.4 version.

ApplePay support and various adds and bugfixes

08 Jan 13:08
d720340
Compare
Choose a tag to compare

🤖 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

12 Sep 12:29
a002656
Compare
Choose a tag to compare

🤖 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

13 Jun 15:18
f53e648
Compare
Choose a tag to compare

This minor 2.12.1 version add missing UBO eventTypes.

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.