Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Payment Gateway

Payment Gateway

A payment gateway is a service provider for storefront payments. Elastic Path has a number of integrated payment gateways. The <properties> in the Payment_Gatways.xml depend on the type of payment gateway selected for your storefront.

Sample XML: Payment Gateway


<payment_gateways>
<payment_gateway>
    <name>PayflowPro</name>
    <type>paymentGatewayPayflowPro</type>
    <properties>
        <property key="logFileName">log/payflow-pro.log</property>
        <property key="loggingLevel">1</property>
        <property key="vendor">YOUR_VENDOR</property>
        <property key="hostAddress">pilot-payflowpro.paypal.com</property>
        <property key="proxyAddress"></property>
        <property key="proxyLogon"></property>
        <property key="proxyPort"></property>
        <property key="hostPort">443</property>
        <property key="password">YOUR_PASSWORD</property>
        <property key="logFileMaxSize">5</property>
        <property key="partner">Verisign</property>
        <property key="user">YOUR_USERNAME</property>
        <property key="proxyPassword"></property>
    </properties>
</payment_gateway>
...
</payment_gateways>