Releases: Mangopay/mangopay2-python-sdk
Changed Headers, Added PreAuthorization Transactions and Client Methods, minor fixes
Update of Python SDK 3.8.3 ⬆️
Added new methods for client fees wallet bank accounts and payouts
Added new method for PreAuthorization transactions
Fixed handler sandbox false condition
Added headers to APIError
Improve logging calls
Added RemainingFunds, CardValidation, MultiCapture and other minor upgrades
Update of Python SDK 3.8.2 ⬆️
-> Added missing 'creation_date' field to BankWirePayOut 📅
-> Handler has been modified in save function ✋ #134 #237 #166
-> New RemainingFunds Parameters (Complete feature not fully activated, please listen for 👂 product announcements)
-> Added CardValidation endpoint (Complete feature not fully activated, please listen for 👂 product announcements)
-> New MultiCapture Parameter in Preauthorization object 💯 (Complete feature not fully activated, please listen for 👂 product announcements)
-> Added OUT_OF_DATE status for KYC docs 🏷️
-> Library upgrade httplib2
-> "User-agent" format in the headers changed, aligned to other assets 👤
Adding USER_KYC_REGULAR event and a few bug fixes
New release 🎉 3.8.1 version of our Python SDK :
👨 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.
🔧 Fix brought to BankWirePayOut and BankAccountIBAN issues
New means of payment support, new status for Disputes and Mandates and many more adds
This huge 3.8.0 version of our Python SDK features a lot of cool features and adds ! 🎉
New means of payment
🍎 🤖 ApplePay and GooglePay upport has been added to this release ! Feel free to ask our Customer Success / Sales team about conditions and availability for your account !
➕ Culture
parameter has been added for Payin Direct
, in order to display CVV/CVC collection page in many different languages !
➕ Mandate
status EXPIRED
and related EventType
MANDATE_EXPIRED
are now supported. You will now be able to know when a Mandate can not be used anymore for DirectDebit
due to its expiration.
Fixes and optims
➕ EMoney
amounts for a user are now available by month
➕ Dispute
reason type COUNTERFEIT_PRODUCT
is now available.
🔧 UBOs can now be disactivated thanks to isActive
property support.
🔧 🎂 Birthday
type is now a Date
rather than an Integer
Company Number and new UBO submission system support
🚀 This new 3.7 version of our Python SDK includes 2 essential features related to Compliance needs:
- new
UBODelaration
submission system CompanyNumber
support for LegalUsers
ℹ️ More info about User verification can be found here
Full pagination support and various optims
This 3.6.0 release of our Phython SDK for MANGOPAY features:
- full pagination support - number of pages / items from response headers are now fully usable through our SDK !
- Every passphrase / client password occurences has been replaced by APIKey, as it's our new clearer name for credentials you have to use to connect and process requests to our MANGOPAY's API
PaypalBuyerAccountEmail
support: you can now know what Paypal account has been used to process a PayPal Payin (beta, please contact our support for more information on how to activate it)HeadquartersPhoneNumber
provided for your client account are now available onClient
object.
Fix typo on CompanyNumber for LegalUsers
3.5.1 Version bump
AVS Support and various fixes and optims
This new 3.5.0 release features:
- AVS (Address Verification System) support for
Payins
andPreauthorizations
thanks toBillingAddress
property. More info here CompanyNumber
add for LegalUsers
- Old
PlatformType
property forClients
replacement byPlatformCategorization
object - Various bugfixes and optims
Support of various new search features, minor bugfixes and optims
This new 3.4.0 release add a lot of new searches features:
Transactions
linked to a particularBankaccount
,Card
orMandate
thanks to their IDsPreauthorizations
linked to a particularCard
orUser
Refunds
done from aPayIn
,PayOut
,Transfer
orRepudiation
Disputes
that could be settled (see docs here)- fix on
Bankaccount
search by its ID
Various bugfixes and optims
This new 3.3.1 release features some fixes and optims on our Python SDK:
- Add a way to disactivate users' cards (which was missing for a long time)
- Add a way to get every disputes that could be settled
- Fix an major issue regarding inheritance