Skip to content

Releases: Mangopay/mangopay2-ruby-sdk

New UBO declaration system support and various adds

19 Jun 09:46
6a68411
Compare
Choose a tag to compare

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 replacing passphrase 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

29 Mar 08:21
ecb2406
Compare
Choose a tag to compare

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.

⚠️ Features available on this version are similar to last v3.0.31 version.
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

23 Mar 10:36
7d23256
Compare
Choose a tag to compare

Here is our new v.3.0.31 release of our Ruby SDK for Mangopay API.

⚠️ Please note this update is the last v3.x one, as a new v4 version will be available very soon.
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 a Card, a Mandate or a Bankaccount
    • every Preauthorizations linked to a Card or a User
    • every Refunds linked to a Payin, a Payout, a Transfer or a Repudiation

Add missing support of KYC list for a particular user

15 Jan 16:54
f8f0a12
Compare
Choose a tag to compare

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

26 Dec 10:24
06ba84b
Compare
Choose a tag to compare

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

28 Aug 13:26
Compare
Choose a tag to compare

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

29 May 08:24
Compare
Choose a tag to compare

This new release add a support for:

  • a new wallet reporting feature
  • rate limiting infos on header

EMoney support and various updates and optims

05 May 09:58
Compare
Choose a tag to compare

Add banking aliases, extended payin infos and various optims

02 Mar 10:28
Compare
Choose a tag to compare
  • Banking aliases
  • Extended Payins info (more info)
  • General updates & fixes

Add thread-local variable

12 Oct 14:33
Compare
Choose a tag to compare

MangoPay.configuration is now a thread-local variable