Releases: Mangopay/mangopay4-php-sdk
Releases · Mangopay/mangopay4-php-sdk
3.47.2
3.47.1
Added
- Support for
ScaContexton POST Create a Recipient for platforms taking action by proxy with consent from the user (API release note, #753)
3.47.0
Added
- New POST Manage proxy consent for a User endpoint to obtain and manage user consent via the hosted SCA experience (if proxy is activated). A proxy and user consent are now required to use the
USER_NOT_PRESENTvalue forScaContext(API release note, #751) ScaContextrequest parameter newly added on all user POST and PUT endpoints, enabling the platform to request these actions withUSER_NOT_PRESENT– provided the proxy is in place, activated, and the user has given consent (API release note, #750 )- Support for the
Licensorproperty on GET View a Client (#749 )
Changed
x-tenant-iddeprecated as no longer necessary for UK platforms; the parameter is ignored by Mangopay (#749 )
3.46.0
Added
- Verification of Payee (VOP) API response fields (
RecipientVerificationOfPayeeand sub-properties) on the endpoints GET View a Recipient, POST Create a Recipient, POST Create a Payout (API release note, #739) - Support for the POST Cancel an Intent endpoint for Echo, Mangopay's solution for platforms working with another third-party PSP for funds acquisition (#747)
- Support for POST Submit data for a PayPal PayIn endpoint (#744)
3.45.2
Added
- Support for
ProfilingAttemptReferenceon all payment methods for Mangopay's Fraud Prevention solution #743 - Webhook event types for Echo, Mangopay's solution for third-party PSP integrations:
INTENT_AUTHORIZED,INTENT_CAPTURED,INTENT_REFUNDED,INTENT_REFUND_REVERSED,INTENT_DISPUTE_CREATED,INTENT_DISPUTE_DEFENDED,INTENT_DISPUTE_WON,INTENT_DISPUTE_LOST,INTENT_SETTLED_NOT_PAID,INTENT_PAID,SPLIT_CREATED,SPLIT_PENDING_FUNDS_RECEPTION,SPLIT_AVAILABLE,SPLIT_REJECTED,SPLIT_REVERSED#742 - Support for
VirtualAccountPurposeon Banking Alias object #745
3.45.1
3.45.0
Changed
- Type casting to deserialize arrays in
GetSchema#732 (#717 thanks for raising @tarsFromTesseract).
⚠️ Caution – Potentially breaking
The newGetSchematypings may result in a breaking change if your integration relies on thestdClassreturned previously.
- Made
PendingUserActionnullable #730 (#726 thanks for raising @williamdes)
Added
3.44.0
Added
Support for new Splits endpoints for Echo (#727, API release note):
- PUT Update a Split of an Intent
- POST Execute a Split of an Intent
- POST Reverse the Split of an Intent
- GET View a Split of an Intent
New ReportTypes for Echo (#728, API release note)):
ECHO_INTENTECHO_INTENT_ACTIONECHO_SETTLEMENTECHO_SPLIT
3.43.1
Added
Skuparameter on LineItem, for Klarna PayIns- handle new endpoint View supported banks for Pay by Bank, to enable presentation of banks to user before Pay by Bank payment request
3.43.0
Added
Endpoints for Mangopay Echo, a solution for platforms working with another third-party PSP for funds acquisition (including via the Mirakl Connector) #720 :