<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SABest Blog &#187; implement paypal</title>
	<atom:link href="http://www.sabest.biz/blog/tag/implement-paypal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sabest.biz/blog</link>
	<description>Online Marketing, Social Media and Search Engine Optimization</description>
	<lastBuildDate>Tue, 08 May 2012 07:53:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Implementing PayPal</title>
		<link>http://www.sabest.biz/blog/2010/05/implementing-paypal.html</link>
		<comments>http://www.sabest.biz/blog/2010/05/implementing-paypal.html#comments</comments>
		<pubDate>Fri, 14 May 2010 13:45:52 +0000</pubDate>
		<dc:creator>Emil vd Lingen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[implement paypal]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://www.sabest.biz/blog/?p=214</guid>
		<description><![CDATA[Integrating PayPal on your website is not only quick and easy but the tools are also free. You’ll only be charged a low receiving fee for accepted transactions.
First thing you’ll need to do is to register a PayPal account to get started.
Single Item Payments (The Buy now button) method
The simplest quickest way to implement PayPal [...]]]></description>
			<content:encoded><![CDATA[<p>Integrating PayPal on your website is not only quick and easy but the tools are also free. You’ll only be charged a low receiving fee for accepted transactions.</p>
<p>First thing you’ll need to do is to register a PayPal account to get started.</p>
<p><strong>Single Item Payments (The Buy now button) method</strong></p>
<p>The simplest quickest way to implement PayPal on your website is the Single Item Payments button. This doesn&#8217;t require a huge amount of technical skills to implement and can be done quickly.</p>
<p>With the Single Item Payments button (Buy Now Button) you just specify your PayPal business email, the currency of the amount, the amount details itself, item name and specify the buy now button. If a person clicks on the button they are taken to the PayPal payment page. Below is an example of the code:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;form action=&#8221;https://www.paypal.com/cgi-bin/webscr&#8221; method=&#8221;post&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;!&#8211; Identify your business so that you can collect the payments. &#8211;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;business&#8221; value=&#8221;herschelgomez@xyzzyu.com&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;!&#8211; Specify a Buy Now button. &#8211;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;cmd&#8221; value=&#8221;_xclick&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;!&#8211; Specify details about the item that buyers will purchase. &#8211;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;item_name&#8221; value=&#8221;Hot Sauce-12 oz. Bottle&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;amount&#8221; value=&#8221;5.95&#8243;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;currency_code&#8221; value=&#8221;USD&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;!&#8211; Display the payment button. &#8211;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;image&#8221; name=&#8221;submit&#8221; border=&#8221;0&#8243;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">src=&#8221;https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">alt=&#8221;PayPal &#8211; The safer, easier way to pay online&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;img alt=&#8221;" border=&#8221;0&#8243; width=&#8221;1&#8243; height=&#8221;1&#8243;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">src=&#8221;https://www.paypal.com/en_US/i/scr/pixel.gif&#8221; &gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 200px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/form&gt;</div>
<p><strong><em>&lt;form action=&#8221;https://www.paypal.com/cgi-bin/webscr&#8221; method=&#8221;post&#8221;&gt;</em></strong></p>
<p><strong><em>&lt;!&#8211; Identify your business so that you can collect the payments. &#8211;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;business&#8221; value=&#8221;herschelgomez@xyzzyu.com&#8221;&gt;</em></strong></p>
<p><strong><em>&lt;!&#8211; Specify a Buy Now button. &#8211;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;cmd&#8221; value=&#8221;_xclick&#8221;&gt;</em></strong></p>
<p><strong><em>&lt;!&#8211; Specify details about the item that buyers will purchase. &#8211;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;item_name&#8221; value=&#8221;Hot Sauce-12 oz. Bottle&#8221;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;amount&#8221; value=&#8221;5.95&#8243;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;currency_code&#8221; value=&#8221;USD&#8221;&gt;</em></strong></p>
<p><strong><em>&lt;!&#8211; Display the payment button. &#8211;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;image&#8221; name=&#8221;submit&#8221; border=&#8221;0&#8243;</em></strong></p>
<p><strong><em>src=&#8221;https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif&#8221;</em></strong></p>
<p><strong><em>alt=&#8221;PayPal &#8211; The safer, easier way to pay online&#8221;&gt;</em></strong></p>
<p><strong><em>&lt;img alt=&#8221;" border=&#8221;0&#8243; width=&#8221;1&#8243; height=&#8221;1&#8243;</em></strong></p>
<p><strong><em>src=&#8221;https://www.paypal.com/en_US/i/scr/pixel.gif&#8221; &gt;</em></strong></p>
<p><strong><em>&lt;/form&gt;</em></strong></p>
<div></div>
<p><strong>Recurring payments method</strong></p>
<p>The Code above  is just a once off payment system but one can also implement a “recurring payments” subscribe button which is for the more advanced users. You can specify the terms of the recurring payments easily e.g.</p>
<p><strong><em>&lt;!&#8211; Set the terms of the recurring payments. &#8211;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;a3&#8243; value=&#8221;69.95&#8243;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;p3&#8243; value=&#8221;1&#8243;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;t3&#8243; value=&#8221;M&#8221;&gt;</em></strong></p>
<div></div>
<p>And limit the number of billing cycle’s e.g.</p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;src&#8221; value=&#8221;1&#8243;&gt;</em></strong></p>
<p><strong><em>&lt;input type=&#8221;hidden&#8221; name=&#8221;srt&#8221; value=&#8221;5&#8243;&gt;</em></strong></p>
<p>This together with the initial payment amount and other data parameters e.g. item name and currency code makes it possible to easily implement a recurring payment subscription on your website.</p>
<p>In using PayPal you’re also able to implement entire shopping carts where more than one product can be added to a basket and then make payment via the PayPal payment gateway. You can learn more about implementing PayPal by clicking <a href="http://paypal.com/za/">here</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;title=Implementing+PayPal" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;title=Implementing+PayPal" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;title=Implementing+PayPal&amp;desc=Integrating%20PayPal%20on%20your%20website%20is%20not%20only%20quick%20and%20easy%20but%20the%20tools%20are%20also%20free.%20You%E2%80%99ll%20only%20be%20charged%20a%20low%20receiving%20fee%20for%20accepted%20transactions.%0D%0A%0D%0AFirst%20thing%20you%E2%80%99ll%20need%20to%20do%20is%20to%20register%20a%20PayPal%20account%20to%20get%20started.%0D%0A%0D%0ASingle%20Item%20Payments%20%28The%20Buy%20now%20button%29%20method%0D%0A%0D" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;title=Implementing+PayPal" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;title=Implementing+PayPal" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.sabest.biz/blog/2010/05/implementing-paypal.html" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;title=Implementing+PayPal" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;t=Implementing+PayPal" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Implementing+PayPal+-+http://b2l.me/ugaty+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.sabest.biz/blog/2010/05/implementing-paypal.html/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;bm_description=Implementing+PayPal&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.sabest.biz/blog/2010/05/implementing-paypal.html&amp;n=Implementing+PayPal&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.sabest.biz/blog/2010/05/implementing-paypal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

