Netcetera Merchant Plug-In (MPI) - Release Notes - Version 1.6.0.0

Release date: 2016-08-26

Version 1.6.0.0 is a major release of the Netcetera Merchant Plug-In.

The main focus of this release is support for MasterCard tokens, streamlining the API and grouping of the MPI exposed endpoints.

For documentation about this release please refer to the documentation site.

Compatibility

This version is NOT fully backwards compatible with version 1.5.0.0 of the Netcetera Merchant Plug-In.

  • There are changes in the 3DS API (see upgrade notes below).
  • There are changes in the URL mapping of the MPI exposed endpoints (see upgrade notes below).

NOTE: Make sure to carefully read the release notes of previous versions when skipping versions during upgrade.

Upgrade notes

The SessionData element has been added to the PaReqCreationResponse so that the integrating system that uses External Session configuration (see External session) has the element ready for the next call to validatePaRes. Before this version, the integrating system that used external session had to compose the SessionData element. For more information refer to SessionData element in the 3DS MPI API .

SessionData element has been enriched with additional element masterCardTokenized to indicate if the transaction has been initiated with MasterCard tokens. For more information refer to SessionData.masterCardTokenized element in the 3DS MPI API and the dsClient.mastercard.useTokenizationExtension property in MPI properties.

MPI exposed endpoints are now grouped by functionality/role/service. For more information please refer to MPI Exposed HTTP endpoints section in the documentation.

Changes

New features

  • Added support for MasterCard tokens. For more information refer to the dsClient.mastercard.useTokenizationExtension property in the MPI properties.

Bugfixes

  • MPI can now be configured for 3-D Secure without China UnionPay (UPOP) configuration.