![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/0/41/041f93a3-11a9-4d33-a74b-89372bd39d58/041f93a3-11a9-4d33-a74b-89372bd39d58-bg25.png)
Configuring AquaLogic Commerce Services
32 BEA AquaLogic Commerce Services Deployment Guide
• Only ONE "credit card processing" payment gateway is supported at a time. Changing to a
different payment gateway requires re-configuring the payment gateway settings in the
commerce-config.xml file.
• PayPal Express Checkout can also be configured alongside the chosen "credit card
processing" payment gateway in the <payment> block.
Each gateway has its own gateway-specific properties.
CyberSource Credit Card Sample Configuration
<gateway name="CyberSource"
class="com.elasticpath.domain.payment.impl.CyberSourcePaymentGatewayI
mpl">
<property name="merchantID" value="YOUR_MERCHANT_ID"/>
<property name="keysDirectory"
value="RELATIVE/PATH/TO/CERT/DIRECTORY (from WEB-INF)" />
<property name="targetAPIVersion" value="1.19"/>
<property name="sendToProduction" value="false"/>
<property name="logMaximumSize" value="10"/>
<property name="enableLog" value="false"/>
<property name="logDirectory" value="WEB-INF/log"/>
</gateway>
Paypal Payflow Pro (formerly Verisign) Sample Configuration
<gateway name="PayflowPro"
class="com.elasticpath.domain.payment.impl.PayflowProPaymentGatewayIm
pl">
<property name="user" value="YOUR_USERNAME"/>
<property name="password" value="YOUR_PASSWORD"/>
<property name="vendor" value="YOUR_VENDOR"/>
<property name="partner" value="Verisign"/>
<property name="certificateLocation"
value="RELATIVE/PATH/TO/CERT/DIRECTORY (from WEB-INF)"/>
<property name="hostAddress" value="test-payflow.verisign.com"/>
<property name="hostPort" value="443"/> <!--optional - defaults
to 443-->
<property name="proxyAddress" value=""/> <!--optional-->
<property name="proxyPort" value=""/> <!--optional-->
<property name="proxyLogon" value=""/> <!--optional-->
<property name="proxyPassword" value=""/> <!--optional-->
</gateway>
Authorize.Net Sample Configuration
<gateway name="AuthorizeNet"
class="com.elasticpath.domain.payment.impl.AuthorizeNetPaymentGateway
Impl">