Releases: Mangopay/mangopay2-ruby-sdk
3.35.1
Added
- Support for
RecipientScope
query parameter on GET List Recipients for a User - POST Validate the format of User data
Fixed
- Support for legacy Payconiq integration via
MangoPay::PayIn::Payconiq::Web.create_legacy
(removed in error).
3.35.0
Added
Support for 30-day deposit preauthorization features:
- POST Create a Deposit Preauthorized PayIn prior to complement
- POST Create a Deposit Preauthorized PayIn complement
NO_SHOW_REQUESTED
onupdateDeposit
method for PUT Cancel a Deposit Preauthorization or request a no-show- GET View a PayIn (Deposit Preauthorized Card
- GET List Transactions for a Deposit Preauthorization
3.34.0
Added and refined
Hosted KYC/KYB endpoints
The following endpoints have been refined following the beta phase, and are now generally available:
- POST Create an IDV Session (no changes)
- GET View an IDV Session (includes
Checks
in response) - GET List IDV Sessions for a User (new endpoint)
The previously available endpoint GET View Checks for an IDV Session has been removed (as Checks were integrated into the GET by ID).
See the guide for more details.
Recipients
The Country
property has been added to Recipients, as a required query parameter on GET View the schema for a Recipient and as a required body parameter on POST Validate data for a Recipient and POST Create a Recipient.
Added
3.33.0
Added
SCA on wallet access endpoints
ScaContext
query parameter added on wallet access endpoints for the introduction of SCA:
- GET View a Wallet
- GET List Wallets for a User
- GET List Transactions for a User
- GET List Transactions for a Wallet
If SCA is required, Mangopay responds with a 401 response code. The PendingUserAction
RedirectUrl
is in the dedicated WWW-Authenticate
response header.
See the tests for examples on handling this error.
BLIK with code
Support for BLIK with code endpoint
3.32.0
Added
Recipients
- GET View payout methods
- GET View the schema for a Recipient
- POST Validate data for a Recipient
- POST Create a Recipient
- GET View a Recipient
- GET List Recipients for a user
- PUT Deactivate a Recipient
Endpoints to close a user account
3.31.0
Added
- POST Create a Pay by Bank PayIn
- PayPal recurring payments, thanks to the
PaymentType
valuePAYPAL
on Recurring PayIn Registrations and new endpoints (POST Create a Recurring PayPal PayIn (CIT) and POST Create a Recurring PayPal PayIn (MIT)
3.30.2
3.30.1
3.30.0
3.29.0
Added
Endpoints and webhooks for hosted KYC/B solution (in beta)
-
Endpoints
-
Event types
IDENTITY_VERIFICATION_VALIDATED
IDENTITY_VERIFICATION_FAILED
IDENTITY_VERIFICATION_INCONCLUSIVE
IDENTITY_VERIFICATION_OUTDATED