<?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>Web development &#187; Administrative Functions</title>
	<atom:link href="http://sourcecodemoney.com/tag/administrative-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Thu, 12 Aug 2010 10:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Paypal Secure Payment</title>
		<link>http://sourcecodemoney.com/paypal-secure-payment/php-code/</link>
		<comments>http://sourcecodemoney.com/paypal-secure-payment/php-code/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:22:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Administrative Functions]]></category>
		<category><![CDATA[Authorizations]]></category>
		<category><![CDATA[Fraud Management]]></category>
		<category><![CDATA[Instant Payment Notification]]></category>
		<category><![CDATA[Ipn]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Message Service]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Payment Processor]]></category>
		<category><![CDATA[Paypal Payment]]></category>
		<category><![CDATA[Paypal Transactions]]></category>
		<category><![CDATA[Secure Payment]]></category>
		<category><![CDATA[Secure Paypal]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=183</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		


To use paypal for your payment processor, you need to validate it because people can tamper the data they send to Paypal and the data that you receive from paypal. You can lost a lot of money, because user might not pay you for your product/ service. That&#8217;s why you need to validate this transaction [...]]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/paypal-secure-payment/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>To use paypal for your payment processor, you need to validate it because people can tamper the data they send to Paypal and the data that you receive from paypal. You can lost a lot of money, because user might not pay you for your product/ service. That&#8217;s why you need to validate this transaction by using Instant Payment Notification (IPN).</p>
<p>Instant Payment Notification (IPN) is a message service that notifies you of events related to PayPal transactions. You can use it to automate back-office and administrative functions, such as fulfilling orders, tracking customers, and providing status and other information related to a transaction.</p>
<p>IPN notifies you when an event occurs that affects a transaction. Typically, these events represent various kinds of payments; however, the events may also represent authorizations, Fraud Management Filter actions and other actions, such as refunds, disputes, and chargebacks.</p>
<p>You can download Paypal IPN sample code <a href="https://cms.paypal.com/cgi-bin/marketingweb?cmd=_render-content&amp;content_ID=developer/library_code_ipn_code_samples">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/paypal-secure-payment/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
