Reference > Payments subsystem > Payment configuration files
EDPGlobalConfigs XML file
Configure asynchronous processing, and the location of ticklers in this file.
This file is located...
- WC_EAR/xml/config/payments/edp
- workspace_dir/wc/xml/config/payments/edp
Example
<?xml version="1.0" encoding="UTF-8"?> <EDPGlobalConfigs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="com/ibm/commerce/edp/eut/parsers/EDPGlobal.xsd"> <EDPTicklerFactory>WebSphereCommerce</EDPTicklerFactory> <AlwaysExecuteProcessBGInFG>true</AlwaysExecuteProcessBGInFG> </EDPGlobalConfigs>
- EDPTicklerFactory
- Specifies where ticklers are sent.
- WebSphereCommerce
- WebSphere Commerce tickler system. This is the default and recommended value.
- WasLog
- WebSphere Application Server log.
- AlwaysExecuteProcessBGInFG
- Specifies which type of event should be raised to process the payment actions.
- True
- Synchronous event is raised
- False
- Asynchronous event is raised.
Related reference
PaymentMethodConfigurations XML file
RefundMethodConfigurations XML file
PaymentSystemPluginMapping XML file