<?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>Bin-Blog &#187; integration</title>
	<atom:link href="http://www.bin-co.com/blog/tag/integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Paypal Integration: IPN&#8217;s notify_url Not Being Called</title>
		<link>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/</link>
		<comments>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/#comments</comments>
		<pubDate>Sun, 10 May 2009 18:09:09 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[ipn]]></category>
		<category><![CDATA[notify_url]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=268</guid>
		<description><![CDATA[I am working on a mini shopping cart plugin for WordPress with Paypal integration. Its been a while since I worked with paypal - so I ran into trouble. I have a couple of <a href="https://developer.paypal.com/">sandbox accounts</a> - and the <strong class="highlight">payment goes through</strong> without any visible issues. But the <strong class="highlight">IPN's notify_url was not being called</strong> no matter what I did.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/05/paypal_logo.gif" alt="Paypal Logo" title="Paypal Logo" width="200" height="50" class="aligncenter size-full wp-image-270" /></p>
<p class="intro">I am working on a mini shopping cart plugin for WordPress with Paypal integration. Its been a while since I worked with paypal &#8211; so I ran into trouble. I have a couple of <a href="https://developer.paypal.com/">sandbox accounts</a> &#8211; and the <strong class="highlight">payment goes through</strong> without any visible issues. But the <strong class="highlight">IPN&#8217;s notify_url was not being called</strong> no matter what I did.</p>
<p>And I was not the only guy with the problem &#8211; <a href="http://paypal.lithium.com/pdn/board/message?board.id=ipn&amp;message.id=17717">plenty</a> of <a href="http://www.pdncommunity.com/pdn/board/message?board.id=sandbox&amp;thread.id=14272">other</a> <a href="http://www.pdncommunity.com/pdn/board/message?board.id=sandbox&amp;thread.id=10556">people</a> have it too. I managed to solve the issue &#8211; but I decided to document the process &#8211; for the benefit of the people who fall into the same trap.</p>
<h2>Make Sure the URL You Specified is Working</h2>
<p>Yes, its obvious &#8211; but it needs to be said.<strong class="highlight"> Make sure the URL you gave as the value of notify_url is a working URL</strong>. Sample usage&#8230;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;notify_url&#8221; value=&#8221;http://www.yoursite.com/cart/ipn.php&#8221; /&gt;</p>
<p>Here &#8216;http://www.yoursite.com/cart/ipn.php&#8217; is the url &#8211; <strong class="highlight">make sure it works</strong>! There is an easy way to <strong class="highlight">test it &#8211; just go to <a href="http://www.belahost.com/pp/">IPN Testing Environment</a> and enter your IPN notify_url</strong> there. When you submit the data, you&#8217;ll know wether the script is being called or not.</p>
<h2>Verify the Email Address of Sandbox Account</h2>
<p>When you make a sandbox account, you have to give a email address. But if you have selected a business account, make sure that you <strong class="highlight">verify that email address</strong>. Just login using the given email and go to the home tab. There should be a <strong class="highlight">&#8216;To do list&#8217;</strong> to the right side. Make sure you complete all the stuff(usually just 2) there&#8230;</p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/05/todo_paypal.png" alt="Todo List Paypal" title="Todo List Paypal" width="475" height="223" class="aligncenter size-full wp-image-269" /></p>
<p>When you confirm your email address &#8211; remember that its simulated &#8211; <strong class="highlight">you don&#8217;t have to check the actual email account. Just go to the <a href="https://developer.paypal.com/devscr?cmd=_email-session">Test Email page in Paypal sandbox</a></strong> itself to check the mail.</p>
<p>Once this is done, IPN notify_url worked for me. Hopefully, this will fix your issues as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
