Releases: Mangopay/mangopay2-ruby-sdk
New UBO declaration system support and various adds
A new 3.0.32 release is now available for Ruby SDK! 🎉
Contrary to what has been said previously, this v3.x version is updated due to the fact that new UBO Declaration system is going to be mandatory.
This new version features:
- new UBO Declaration system (more info here)
APIKey
is now replacingpassphrase
word for credentials- Paypal buyer account email that has been used is now available on Payin Paypal
- Your
HeadquartersPhoneNumber
can now be updated for your client account directly from our API
New v4 version for Mangopay API Ruby SDK
Here is our new v4 version for Mangopay API Ruby SDK ! 🎉
ℹ️ You can find every details about how to integrate this new syntax on your existing source code, and what could be breaking here.
💎 This version has been put on a separate gem for the moment, avoiding any unexpected breaking update on your side.
All of the future updates will only be available on our v4.x release, v3.0.31 version will be the last v3.x version we provide.
We will be pleased to get all of your feedbacks, remarks and issues very soon 👍
[LAST v3 UPDATE] Add missing Payin Web Extended endpoint support, various new list endpoints
Here is our new v.3.0.31 release of our Ruby SDK for Mangopay API.
Both versions will stay available on separate gem and separate Git branches for the moment, avoiding any unexpected breaking update from v3 to v4.
This last version features:
- missing Payin Web Extended endpoint support (docs here
- various new list endpoints that will help you to get:
- every
Transactions
for linked to aCard
, aMandate
or aBankaccount
- every
Preauthorizations
linked to aCard
or aUser
- every
Refunds
linked to aPayin
, aPayout
, aTransfer
or aRepudiation
- every
Add missing support of KYC list for a particular user
This minor 3.0.30.1 release fixes missing support of getting a list of KYC that belongs to a particular user.
(See more details on our doc here)
Support of pending settlement and documents consultation for Disputes, KYC documents consultation and Fingerprint support
This v.3.0.30 version features a lot of add around Disputes:
- you can now get pending settlement for every won disputes (see docs here)
- you can now consult every documents linked to a dispute (see docs here)
This update features new support for:
- fingerprint support for a card (see docs here, more list endpoints to come)
- consultation of KYC documents (if available for your client account)
Various fixes and optims
Please find some fixes and optims on this new 3.0.29 release:
- Add built-in timeout
- Fix a bug on ibanisation feature
Add wallet reporting and rate limiting support
This new release add a support for:
- a new wallet reporting feature
- rate limiting infos on header
EMoney support and various updates and optims
v3.0.27.0 Version bump
Add banking aliases, extended payin infos and various optims
- Banking aliases
- Extended Payins info (more info)
- General updates & fixes
Add thread-local variable
MangoPay.configuration is now a thread-local variable