Release Notes
2.0.0.0a1b7f3186
Released: Jan 2025
Release Highlights
Upgraded from the CyberSource Simple Order API to the CyberSource REST API
Version 2.x of the CyberSource Plugin switches from the CyberSource Simple Order API to the CyberSource REST API.
The fields that are populated in the payment instrument tables are different. However, transactions started with version 1.x of the plugin can be completed with version 2.x of the plugin. See the note in Configuring the Plugin for detailed instructions.
Secure Acceptance Improvements
Fields such as bill_to_forename
and bill_to_surname
are now included automatically as part of the data passed to CyberSource in Direct Post Secure Acceptance. They are populated from the given-name
and family-name
fields of the address specified during the request instructions operation.
The testing instructions for Secure Acceptance have also been improved.
Authentication Improvements
The plugin now uses the REST API key and REST API secret values from the CyberSource console for authentication, instead of the p12 certificate file. This makes setting up authentication simpler, and removes the need to ensure that the p12 file is installed properly on the service instances. The p12 file should be removed from your environment-specific files if upgrading from version 1 of the plugin.
For more information, see Generating Credentials and Configuring the Plugin.