Releases: Mangopay/mangopay2-php-sdk
Mangopay v2.01 with Direct debits
- Direct debit payins
- Mandates
- Editing client info/uploading logo
- General updates and fixes
Mangopay v2.01 with PSR-2 compliancy
And various other minor fixes and updates
Mangopay API v2.01 with idempotency support
Idempotency support added; see https://docs.mangopay.com/api-references/idempotency-support/
MangoPay v2 - Breaking Release
This new version of the SDK allows for the use of v2.01 of the Mangopay API, which predominantly is related to the address fields becoming an object instead of a string as they were previously - this is therefore a breaking change and you must update your application (creation/management of Bank Accounts and Users) before being able to use this version of the SDK. More information about the changes required: https://docs.mangopay.com/api-v2-01-overview/
Official release for MangoPay API v2 (http://docs.mangopay.com/)
Apply PSR-4 specification.
Official release for MangoPay API v2 (http://docs.mangopay.com/)
- Add RefundReason property for Refund entity
- Add InitialTransactionType property for Refund entity
- Add sorting option for users and events
- Fix for unit tests for wallets
Official release for MangoPay API v2 (http://docs.mangopay.com/)
Add temporary calls to the v2 API to our migration project to allow users to move from v1 to v2.
MangoPay API v2
- New pay-in type: Direct Debit
- New BankWireRef (optional) parameter to Bank Wire pay-outs
- New UserId property to the KYC document object
- 2 new lists of KYC documents - for a user and for a client
- New KYC_VALIDATION_ASKED type of event
- Add sort option to some lists:
- KYC documents
- transactions for user
- KYC documents for user
- wallets for user
- cards for user
- bank accounts for user
As usual, see docs.mangopay.com for full documentation
Official release for MangoPay API v2 (http://docs.mangopay.com/)
- Add composer definition
- Fix documentation block
- Update cardPreAuthorization class
- PHP 5.3 & PHP 5.4 compatibility
- Add property "ResultMessage" to the card registration class
- SSL security issue
- Add missing properties for pay-in and pay-out objects
Official release for MangoPay API v2 (http://docs.mangopay.com/)
Authentication fix