Documentation Home

PayPal PayFlow Pro Quick Start

Broadleaf Commerce offers an out-of-the-box PayPal PayFlow Pro solution that requires little configuration and is easily set up.

** You must have completed the PayPal PayFlow Pro Environment Setup before continuing **

Adding PayPal PayFlow Pro Checkout Support

  1. Make sure to exclude the payflow endpoint URL from the CSRF token filter in your applicationContext-security.xml in your site module
    <bean id="blCsrfFilter" class="org.broadleafcommerce.common.security.handler.CsrfFilter" >
        <property name="excludedRequestPatterns">
            <list>
                <value>/paypal-payflow-pro/**</value>
            </list>
        </property>
    </bean>

Done!

At this point, all the configuration should be complete and you are now ready to test your integration with PayPal Payflow Pro. Add something to your cart and proceed with checkout.