Releases: Mangopay/mangopay2-nodejs-sdk
1.51.0
Added
New endpoints for strong customer authentication (SCA) on Owner users:
- POST Create a Natural User (SCA)
- PUT Update a Natural User (SCA)
- POST Create a Legal User (SCA)
- PUT Update a Legal User (SCA)
- PUT Categorize a Natural User (SCA)
- PUT Categorize a Legal User (SCA)
- POST Enroll a User in SCA
Added
New endpoint for Payconiq:
1.50.1
Added
Missing endpoint GET View card details for a Web Card PayIn
Fixed
Rate limiting headers interpreted dynamically based on X-RateLimit-Reset
time and for a variable number of bucket values.
1.50.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
1.49.1
Added
New endpoint for the Pay by Bank PayIn object:
1.49.0
Added
New endpoint for the Swish PayIn object:
Added the List Transactions for a Card Fingerprint endpoint.
Updated
Improve retrieval of UBO declarations: get(userId, uboDeclarationId)
is now deprecated. Please use getById(uboDeclarationId)
to retrieve UBO declarations.
1.48.4
1.48.3
Updated
Revised tests to improve reliability and address any outdated tests.
1.48.2
Updated
#429 Add the missing PaymentStatus
values for deposit preauthorized pay-ins. Thanks for your contribution @gabrieledarrigo!