Buy Now using PayPal

How to get this to work in your own page

Insert the following snippets to get the JSF tag to work in your JSP page. Note more information about the tag can be found in the TLD documentation or in the API documentation.

This demo shows you how to integrate Buy Now using PayPal in your web application. Note that this tag cannot be nested inside another form.

Please be aware that by default this tag is assuming the PayPal sandbox used for testing. Be sure to set the mode to production if you want it to actually process buy now click.

    <%@taglib prefix="paypal" uri="http://www.manorrock.com/tld/jsf/paypal"%>

    <paypal:buyNowButton amount="10.0" business="your@email" itemName="Your donation"/>

    

Actual demo