Skip to content

Releases: Mangopay/mangopay2-nodejs-sdk

1.57.0

10 Jun 11:29
Compare
Choose a tag to compare

Added

Endpoints for new Reporting Service feature:

Webhook event types for new Reporting Service:

  • REPORT_GENERATED
  • REPORT_FAILED

Support for GET List Disputes for a PayIn endpoint.

1.56.1

06 Jun 09:53
Compare
Choose a tag to compare

Added

Fixed

  • Status enum value on Identity Verification object changed from OUTDATED to OUT_OF_DATE

1.56.0

23 May 15:01
Compare
Choose a tag to compare

Added

Event types for user account webhooks, relevant to SCA enrollment in user endpoints and account closure:

  • USER_ACCOUNT_VALIDATION_ASKED
  • USER_ACCOUNT_ACTIVATED
  • USER_ACCOUNT_CLOSED

Event types for instant and quoted FX conversions:

  • INSTANT_CONVERSION_CREATED
  • INSTANT_CONVERSION_SUCCEEDED
  • INSTANT_CONVERSION_FAILED
  • QUOTED_CONVERSION_CREATED
  • QUOTED_CONVERSION_SUCCEEDED
  • QUOTED_CONVERSION_FAILED

Support for 30-day deposit preauthorization features:

1.55.1

15 May 10:10
Compare
Choose a tag to compare

Fixed

  • File naming issue on Recipients service (thanks for raising @JordhanMadec 🙏)

1.55.0

14 May 14:49
Compare
Choose a tag to compare

Added and refined

Hosted KYC/KYB endpoints

The following endpoints have been refined following the beta phase, and are now generally available:

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

1.54.0

29 Apr 11:51
Compare
Choose a tag to compare

Added

SCA on wallet access endpoints

ScaContext query parameter added on wallet access endpoints for the introduction of SCA:

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

1.53.1

17 Apr 12:49
Compare
Choose a tag to compare

Fixed

  • Fixed the PaymentType enum for recurring payin registrations

1.53.0

16 Apr 11:34
Compare
Choose a tag to compare

Added

Recipients

SCA on Owner-initiated transfers

Endpoints to close a user account

1.52.0

16 Apr 11:01
Compare
Choose a tag to compare

Added

Fixed

  • Removed chai requirement from Users service - thanks for the MR @thierrymarianne

1.51.1

02 Apr 08:39
Compare
Choose a tag to compare

Changed

  • User-Agent Header value standardized on format: User-Agent: Mangopay-SDK/SDKVersion (Language/LanguageVersion)

Fixed

  • Fixed tests for categorize SCA users endpoint