Skip to content

Releases: Mangopay/mangopay2-ruby-sdk

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.

3.10.0

29 Jun 14:41
Compare
Choose a tag to compare

Added

Recurring: €0 deadlines for CIT

Setting free recurring payment deadlines is now possible for CIT (customer-initiated transactions) with the FreeCycles parameter.

The FreeCycles parameter allows platforms to define the number of consecutive deadlines that will be free. The following endpoints have been updated to take into account this new parameter:

Create a Recurring PayIn Registration
View a Recurring PayIn Registration
This feature provides new automation capabilities for platforms with offers such as “Get the first month free” or “free trial” subscriptions.

Please refer to the Recurring payments overview documentation for more information.

3.9.0

31 Mar 12:32
Compare
Choose a tag to compare

Added

Instant payment eligibility check

With the function
PayOut::InstantPayoutEligibility::Reachability.create(params)
the destination bank reachability can now be verified prior to making an instant payout. This results in a better user experience, as this preliminary check will allow the platform to propose the instant payout option only to end users whose bank is eligible.

3.8.0

20 Oct 14:36
Compare
Choose a tag to compare

Added

You can now change the status to "ENDED" for a recurring payment.

Fixed

  • "Status" is now available in the response when you request a recurring payment registration.

3.7.0

11 Oct 09:29
Compare
Choose a tag to compare

Added

Payconiq

As requested by numerous clients, we are now providing Payconiq as a new mean-of-payment. To request access, please contact MANGOPAY.

Flags for KYC documents

We provide more information regarding refused KYC documents. Therefore it will be easier for you to adapt your app behavior and help your end user.

You are now able to see the exact explanation thanks to a new parameter called “Flags”.

It has been added to

$this->_api->KycDocuments->Get($kycDocument->Id);

It will display one or several error codes that provide the reason(s) why your document validation has failed. These error codes description are available here.

Fixed

Idempotency key is not required anymore for UBO declarations

3.6.0

10 Aug 07:59
Compare
Choose a tag to compare

Added

  • You can now update and view a Recurring PayIn Registration object. To know more about this feature, please consult the documentation here.
  • To improve recurring payments, we have added new parameters for CIT : DebitedFunds & Fees. To know more about this feature, please consult the documentation here

3.5.0

10 Jun 17:51
0637bc6
Compare
Choose a tag to compare

Added

We have added a new feature recurring payments dedicated to clients needing to charge a card repeatedly, such as subscriptions or payments installments.

You can start testing in sandbox, to help you define your workflow. This release provides the first elements of the full feature.

This feature is not yet available in production and you need to contact the Support team to request access.

Accepted PRs

  • Add support for refund creation
  • Allow to fetch UBO Declaration without User ID