Skip to content

Releases: Mangopay/mangopay2-ruby-sdk

3.25.1

30 Apr 13:48
Compare
Choose a tag to compare

3.25.0

17 Apr 08:45
514b725
Compare
Choose a tag to compare

Added

  • trace header logging : Introduced the log_trace_headers boolean configuration key. Set it to true to enable logging of x_mangopay_trace-id and IdempotencyKey in the log of the http requests.

3.24.1

10 Apr 14:00
Compare
Choose a tag to compare

Fixed

  • #249 Improve error handling when logging is enabled
  • #226 MultiJson::ParseError is thrown on HTTP error 5XX

3.24.0

02 Apr 13:37
Compare
Choose a tag to compare

3.23.0

08 Mar 14:48
Compare
Choose a tag to compare

Fixed

  • Conversions endpoint spelling

Added

  • The optional Fees parameter is now available on instant conversions, allowing platforms to charge users for FX services. More information here.
  • Platforms can now use a quote to secure the rate for a conversion between two currencies for a set amount of time. More information here.
  • Introduced the uk_header_flag boolean configuration key. Platforms partnered with Mangopay's UK entity should set this key to true for proper configuration.

3.22.0

08 Feb 17:54
Compare
Choose a tag to compare

Added

  • New endpoint to look up metadata from BIN or Google Pay token. More information here

3.21.0

23 Jan 15:24
Compare
Choose a tag to compare

Added

3.20.0

15 Nov 12:07
Compare
Choose a tag to compare

Added

Now, our SDK enables seamless integration with multiple clientIDs, offering enhanced flexibility and customization.

You can effortlessly create multiple configuration objects tailored to your specific needs:

config = MangoPay::Configuration.new
config.client_id = 'your-client-id'
config.client_apiKey = 'your-api-key'
config.preproduction = true

add them using :

MangoPay.add_config('config1', config)

and perform a call with them using :

MangoPay.get_config('config1').apply_configuration

The previous method configure() is still working.

3.19.0

02 Nov 12:09
Compare
Choose a tag to compare

Updated

  • Giropay and Ideal integrations with Mangopay have been improved.
  • Klarna param "MerchantOrderId" has been renamed to "Reference"

3.18.0

29 Sep 10:41
Compare
Choose a tag to compare

Added

  • Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints