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

Release date: 2015-03-19

Version 1.3.1.0 is a minor update of the Netcetera Merchant Plug-In.

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

Compatibility

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

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

Changes

New Features

  • Added hex representation of the transaction identifier (xid) and the cardholder authentication verification value (cavv) in the PaResValidationResponse. For more information refer to the MPI API documentation.
  • Added support for 3-D Secure extensions, such as the Brazil Market Extensions. For more information refer to the MPI API documentation.

Improvements

  • Improved error reporting by providing runtime hints that can be found in the log. The same hints can be seen in Error codes.
  • Improved validation of keystores in mpi.xml configuration. On start-up MPI will validate that for each keystore present in TrustedRootCertificate and SignatureValidationRootCertificate there is at least one public certificate and for each keystore present in ClientCertificate keystore that it has at least one private key. Additionally the key entries passwords and the keystore password must match.

Bugfixes

  • Fixed assembling PaResValidationResponse with a possible null cavv value.