Skip to content

Releases: Mangopay/mangopay2-ruby-sdk

3.17.0

20 Sep 13:30
Compare
Choose a tag to compare

Added

  • A new parameter for Paypal : ShippingPreference
  • Klarna is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
  • #225 It's now possible to configure ssl_options. It's now possible to set to false in preproduction environment. Thanks to @mantaskujalis

3.16.0

04 Sep 10:30
Compare
Choose a tag to compare

Added

  • Card validation endpoint management (Private beta)
  • New MOPs added : Multibanco, Blik, Satispay (Private beta)

Fixed

  • Execution Type of MB Way and PayPal has been changed from Direct to Web

3.15.0

07 Jul 14:50
Compare
Choose a tag to compare

Added

  • Google Pay is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
  • Paypal integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

Fixed

  • Phone parameter instead of PhoneNumber for MBWay
  • Timeout should be in secondes instead of milliseconds in the configuration

3.14.0

21 Jun 10:31
Compare
Choose a tag to compare

Added

  • MB WAY is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.

3.13.2

18 May 06:30
Compare
Choose a tag to compare

Fixes

  • fixed GitHub Actions CD pipeline

3.13.1

18 May 06:14
Compare
Choose a tag to compare

Fixes

3.13.0

17 May 15:02
6f5ccaa
Compare
Choose a tag to compare

Added

  • Possibility to configure HTTP max_retries (default value = 1) and open_timeout (default value = 60 seconds)
  • Increased default read_timeout to 30 seconds

3.12.0

16 Nov 09:14
Compare
Choose a tag to compare

Added

New 30-day preauthorization feature

Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time.

  • The Deposit service has been added with methods for creating, fetching and canceling a deposit
  • The create_pre_authorized_deposit_pay_in method has been added to the PayIn service

Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals.

3.11.1

19 Oct 09:35
Compare
Choose a tag to compare

Fixed

Tests has been fixed due to API evolution.

3.11.0

08 Sep 12:09
Compare
Choose a tag to compare

Added

New country authorizations endpoints

Country authorizations can now be viewed by using one of the following endpoints:

View a country's authorizations
View all countries' authorizations

With these calls, it is possible to check which countries have:

  • Blocked user creation
  • Blocked bank account creation
  • Blocked payout creation

Please refer to the Restrictions by country article for more information.