Skip to content

Releases: Mangopay/mangopay2-net-sdk

3.28.0

29 Apr 14:14
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.

3.27.0

17 Apr 12:23
Compare
Choose a tag to compare

Added

Recipients

SCA on Owner-initiated transfers

Endpoints to close a user account

3.26.0

17 Apr 11:09
Compare
Choose a tag to compare

Added

3.25.1

02 Apr 14:44
Compare
Choose a tag to compare

Changed

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

Fixed

  • Replaced int property with Money property for recurring payin registration TotalAmount
  • [Edit post-publication] Made CardInfo.IssuerCountryCode nullable

3.25.0

3.24.0

14 Mar 09:01
Compare
Choose a tag to compare

3.23.1

28 Feb 15:18
Compare
Choose a tag to compare

Fixed

Rate limiting headers interpreted dynamically based on X-RateLimit-Reset time and for a variable number of bucket values.

3.23.0

26 Feb 11:09
Compare
Choose a tag to compare

Added

Endpoints and webhooks for hosted KYC/B solution (in beta)

3.22.0

10 Feb 15:49
Compare
Choose a tag to compare

Added

New endpoints for SWISH PayIn object:

Fixed

Added a custom deserializer to support the CardInfo.Type naming change from CHARDE_CARD to CHARGE CARD.

3.21.4

05 Feb 17:44
Compare
Choose a tag to compare

Updated

Revised tests to improve reliability and address any outdated tests.