After WebSphere Commerce is installed and a WebSphere Commerce instance is created, the following payment plug-ins are already installed:
- SimpleOffline plug-in
- Line of credit (LOC) plug-in
- WCPayments plug-in
The JAR files (EJB modules) for the plug-ins are already available in the following directory:
WAS_installdir/installedApps/cell_name/WC_instance_name.ear/plugin_name.jar
WAS_userdir/installedApps/cell_name/WC_instance_name.ear/plugin_name.jar
WCDE_installdir\ejbs\database
The corresponding payment plug-in descriptor file for each EJB module is already available in the XML directory for the instance. For example, on an AIX platform, the descriptor for the SimpleOffline plug-in is found in the following location: WAS_installdir/installedApps/cell_name/WC_instance_name.ear/xml/config/ payments/ppc/plugins/SimpleOffline/PluginDeployment.xml.
WCDE_installdir\xml\config\payments\ppc\plugins\SimpleOffline\PluginDeployment.xml
To use one or more of these plug-ins already provided:
- Follow instructions in Configuring payment plug-ins for event-driven payments. The payment system name should map to a payment plug-in in the PaymentSystemPluginMapping.xml file. The payment system name should be reflected in the PaymentMethodConfiguration.xml and RefundMethodConfiguration.xml files.
- Ensure that any remaining event-driven payments configuration rules are configured.
- Restart WebSphere Commerce to begin using the payment plug-in.