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

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

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

Compatibility

This version is not fully backwards compatible with previous versions of the Netcetera 3DS MPI:

  • MPI requires Java 7 as of this release.
  • Session replication between MPI instances with version 1.3.0.0 and MPI instances with lower version is not supported.
  • There are changes in the MPI properties (see bug fixes below).

Changes

New features

  • Added support for recurring payments and installment payments
  • Allow to override the country codes. For more information please refer to the Countries section in the installation manual.
  • Allow configuration for sending error messages to the Directory Servers and Access Control Servers. For more information please refer to "errorNotifier.sendErrorMessagesToAcs" and "errorNotifier.sendErrorMessagesToDs" properties in the MPI properties.
  • Allow to reload the MPI license at runtime. For more information about this feature please take a look at the "Reloading the MPI License at runtime" section in the operation manual.
  • Allow scheme to be sent in the API. For more information see MPI API.

Improvements

  • Documentation of the MPI upgrade process. For more information see Upgrade guide.
  • Documentation of the HTTP endpoints that are exposed by the MPI. For more information see MPI HTTP Endpoints.
  • Dashboard improvements.

Bug fixes

  • Fix typo "validaton.xmlSignatureSyntax.enforceRequirements" to "validation.xmlSignatureSyntax.enforceRequirements" in MPI properties.
  • Fix NullPointerException in PARes signature validation when the PARes contains an empty Key element.