Releases: Mangopay/mangopay2-ruby-sdk
3.4.0
Added
Instant payment
Mangopay has introduced few months ago the instant payment mode. It allows payouts (transfer from wallet to user bank account) to be processed within 25 seconds, rather than the 48 hours for a standard payout.
We have added a new feature in the Ruby SDK. You can now verify the mode applied to an instant payment.
bankwire = MangoPay::PayOut::BankWire.get_bankwire(payout['Id'])
# where payout['Id'] is the id of an existing payout
Please note that this feature must be authorized and activated by MANGOPAY. More information here.
Accepted PRs
- Add support to create refunds for PayIn, Transfer and PayOut transactions.
- ResponseError object improvment
3.3.0
Fixed
IBAN for testing purposes
More information about how to test payments, click here.
Others
- Adding missing json require in log requests filter spec. Thank you @Vin0uz
- Extend fetch_wallet and create_payout API. Thank you @peterb
Added
Some of you use a lot the PreAuthorization feature of our API. To make your life easier, we have added three new events :
- PREAUTHORIZATION_CREATED
- PREAUTHORIZATION_SUCCEEDED
- PREAUTHORIZATION_FAILED
The goal is to help you monitor a PreAuthorization with a webhook.
Example: If a PreAuthorization is desynchronized, when the status is updated, you will be able to know it.
3.2.0
Added
On demand feature for 3DSv2
This on-demand feature is for testing purposes only and will not be available in production
Request
We've added a new parameter Requested3DSVersion
(not mandatory) that allows you to choose between versions of 3DS protocols (managed by the parameter SecureMode
). Two values are available:
V1
V2_1
If nothing is sent, the flow will be 3DS V1.
The Requested3DSVersion
may be included on all calls to the following endpoints:
/preauthorizations/card/direct
/payins/card/direct
Response
In the API response, the Requested3DSVersion
will show the value you requested:
V1
V2_1
null
– indicates that nothing was requested
The parameter Applied3DSVersion
shows you the version of the 3DS protocol used. Two values are possible:
V1
V2_1
3.1.0
Added
- 3DS2 integration with
Shipping
andBilling
objects, includingFirstName
andLastName
fields
The objects Billing and Shipping may be included on all calls to the following endpoints:/preauthorizations/card/direct
/payins/card/direct
/payins/card/web
- Enable Instant Payment for payouts by adding a new parameter
PayoutModeRequested
on the following endpoint/payouts/bankwire
- The new parameter
PayoutModeRequested
can take two differents values : "INSTANT_PAYMENT" or "STANDARD" (STANDARD = the way we procede normaly a payout request) - This new parameter is not mandatory and if empty or not present, the payout will be "STANDARD" by default
- Instant Payment is in beta all over Europe - SEPA region
- The new parameter
- Add test on new payout mode
PayoutModeRequested
Regulatory endpoint and hook, Removed sensitive data from logs
New Release 3.0.38 🧶 :
Added 'Regulatory' endpoint to allow checks of User Block Status 🚫
Added support for Regulatory -> Blocked Status Hooks 📞
Removed sensitive data from logs, such as OwnerName, OwnerAddress BIC 🗄️
This release is compatible with 3DS2 changes :
-> Added IpAddress and BrowserInfo parameters to the following endpoints
payins/card/direct
/preauthorizations/card/direct
-> Added 'NO_CHOICE' value for the SecureMode parameter
Change to Card Validation, Client endpoints, Pre-authorizations listing endpoint
New Release 3.0.37 🎃 :
Card Validation endpoint fully activated 💳 🉑
Added pre-authorizations transactions GET method to list transactions 📁
Added new methods for Client BankAccount and payouts 🏦
Send headers for different api calls 🙉
Minor Release - Forces TLS version to 1.2
Minor release 3.0.36 🔢
Forces TLS version to 1.2 🚥
Net::ReadTimeout handling and User-Agent ID
New Release 3.0.35 🔢 it includes:
-> Improvement to Net::ReadTimeout handling
-> "User-agent" format in the headers changed, aligned to other assets 👤
GooglePay and Get UBODeclaration by ID support, various fixes and optims
🆙 3.0.34 version for Ruby SDK is now available ! Find below our new features, fixes and optims.
💳 This SDK is now GooglePay-ready ! Feel free to ask our lovely support for more infos about its activation.
🗒️ UBODeclaration
is now directly available through its ID.
🏦 If a bankwire is done from a UK bankaccount on one of your BankingAlias
, you could find its AccountNumber
on GET /payins/
response
📢 You can now send a Culture
parameter for Paypal PayIns. Thanks to it, payment page can be displayed in various languages.
PAYLINEV2
parameter for Payin Web has been added on TemplateURLOptions
object. You now should use it instead of PAYLINE
one for page customization.
🔧 Missing filters parameters have been added
🔧 You can now send headers in update requests
🔧 Loggers have been enhanced
ApplePay support and monthly amounts for User Emoney
🚀 3.0.33 version of our Ruby SDK for MANGOPAY is now live !
🍎 ApplePay is coming very soon, and our SDK is not supporting it.
More infos to come in the following weeks... Ask your Technical Account Manager if you are interested in !
💰 EMoney amounts for a user are always available per civil year and are now available:
- for a particular month of a year (current one, but past ones too)
- for a particular year