<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: What can you do with PayPal IPN</title>
		<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn</link>
		<description>Gravity Support Forums Topic: What can you do with PayPal IPN</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:27:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/what-can-you-do-with-paypal-ipn" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-44405</link>
			<pubDate>Mon, 19 Dec 2011 17:00:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can always refund the transactions without any fees.  However, too many refunds and they'll freeze your account!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markpixion on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-44225</link>
			<pubDate>Fri, 16 Dec 2011 05:06:54 +0000</pubDate>
			<dc:creator>markpixion</dc:creator>
			<guid isPermaLink="false">44225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Strangely enough the IPN is performed when I'm in live mode. When PayPal in Sandbox mode nothing happens, I won't get any mail.&#60;br /&#62;
So after a few tests I'm a few bucks poorer on my personal account and a few (less :-( ) bucks richer on my business account.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-44173</link>
			<pubDate>Thu, 15 Dec 2011 17:54:59 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">44173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;Is the payment status of the entry you tested updated in the admin? If it says &#34;Processing...&#34; it has not.&#60;/p&#62;
&#60;p&#62;I'd jump in the core and add your mail test function right before where the &#34;gform_paypal_post_ipn&#34; hook is called in the code. It'd be good to determine if the code is making it to the hook or not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markpixion on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-44140</link>
			<pubDate>Thu, 15 Dec 2011 09:34:24 +0000</pubDate>
			<dc:creator>markpixion</dc:creator>
			<guid isPermaLink="false">44140@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'd like to update an external status (in a seperate db table) and call some php functions when the transaction is completed. I've set up everything but it doesn't seem to work...&#60;/p&#62;
&#60;p&#62;I've got PayPal's sandbox mode enabled and after a placed order in the PayPal developer control panel the confirmation e-mails are shown, to I guess the installation is done right.&#60;/p&#62;
&#60;p&#62;The plugin I wrote that is supposed to handle the IPN calls doesnt't do anything. Also when I use the test tools (IPN simulator), no result is shown.&#60;/p&#62;
&#60;p&#62;Here's my code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_paypal_post_ipn&#38;quot;, &#38;quot;px_DaPayPalComplete&#38;quot;, 10, 4);
function px_DaPayPalComplete($ipn_post, $entry, $config, $cancel){

	mail(&#38;#39;mark@domain.nl&#38;#39;, &#38;#39;paypal status&#38;#39;, &#38;#39;PayPal payment status confirmation&#38;#39;);

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there anything I'm doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-39675</link>
			<pubDate>Wed, 02 Nov 2011 11:12:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The hooks and actions will all require a little bit of PHP code to implement.  They are for more advanced uses, like the scenario you described.    If you need help with any of the implementation, please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bulletproof on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-39673</link>
			<pubDate>Wed, 02 Nov 2011 11:08:46 +0000</pubDate>
			<dc:creator>Bulletproof</dc:creator>
			<guid isPermaLink="false">39673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris, I just messed around with it.  Very slick, but it does look like you will need to code to do anything useful with it.  I suspected that, but just wanted to check.  I do like how you can make forms with your products and just have a developer link the actions.  Saves a bit of time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-39662</link>
			<pubDate>Wed, 02 Nov 2011 10:23:27 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The PayPal add-on has always supported the IPN.  Gravity Forms catches the payment notification sent by PayPal and updates the status of the transaction.&#60;/p&#62;
&#60;p&#62;Here are all the PayPal add-on hooks:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/PayPal_Add-on_Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/PayPal_Add-on_Developer_Docs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#34; rel=&#34;nofollow&#34;&#62;gform_paypal_post_ipn&#60;/a&#62; to run whatever code you want when the IPN is received.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bulletproof on "What can you do with PayPal IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-can-you-do-with-paypal-ipn#post-39629</link>
			<pubDate>Wed, 02 Nov 2011 00:05:19 +0000</pubDate>
			<dc:creator>Bulletproof</dc:creator>
			<guid isPermaLink="false">39629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just noticed you guys have a PayPal Add-On that supports IPN now.&#60;/p&#62;
&#60;p&#62;I was wondering what this does out of the box, what does it allow you to do without digging into code?&#60;/p&#62;
&#60;p&#62;I am looking to add licensing to some software and was considering using WordPress membership site to manage licenses.  Would this assist in catching the PayPal IPN and creating an account or doing something to assist in this process?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
