<?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: How to receive two IPNs from PayPal</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-receive-two-ipns-from-paypal</link>
		<description>Gravity Support Forums Topic: How to receive two IPNs from PayPal</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:21:12 +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/how-to-receive-two-ipns-from-paypal" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to receive two IPNs from PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-receive-two-ipns-from-paypal#post-136184</link>
			<pubDate>Wed, 30 Jan 2013 07:46:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Gravity Forms transaction being sent to PayPal will include the IPN URL.  You just have to enable IPN in your PayPal settings, and there can be any URL at all there.  It will be ignored by any Gravity Forms transaction since the Gravity Forms transaction will include its own IPN URL.  We tell you to make the IPN URL at PayPal the one we need, but that's just easier to explain than &#34;put whatever you want in your PayPal settings.&#34;&#60;/p&#62;
&#60;p&#62;You can't set two IPN URL in the transaction or at PayPal.&#60;/p&#62;
&#60;p&#62;I would look at using the gform_paypal_post_ipn hook &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#60;/a&#62; to update your affiliate IPN.  After receiving a proper IPN response at Gravity Forms, you can hook your code to gform_paypal_post_ipn and send your own IPN to the affiliate URL.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hiro@wisteriawine.com on "How to receive two IPNs from PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-receive-two-ipns-from-paypal#post-135408</link>
			<pubDate>Tue, 29 Jan 2013 14:54:28 +0000</pubDate>
			<dc:creator>hiro@wisteriawine.com</dc:creator>
			<guid isPermaLink="false">135408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I need to receive from Paypal two ipn&#60;br /&#62;
1. &#60;a href=&#34;http://wisteriawine.com/?page=gf_paypal_ipn&#34; rel=&#34;nofollow&#34;&#62;http://wisteriawine.com/?page=gf_paypal_ipn&#60;/a&#62;&#60;br /&#62;
2. &#60;a href=&#34;http://wisteriawine.com/wp-content/plugins/affiliates-paypal/lib/ipn.php&#34; rel=&#34;nofollow&#34;&#62;http://wisteriawine.com/wp-content/plugins/affiliates-paypal/lib/ipn.php&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;No.1 is for recurring payment, and&#60;br /&#62;
No.2 is for another affiliates plugin.&#60;/p&#62;
&#60;p&#62;In my paypal account I can only add 1 IPN url, and the .No1 IPN is set already.&#60;/p&#62;
&#60;p&#62;So now No.2 is not working.&#60;/p&#62;
&#60;p&#62;If I set No2 IPN to my paypal account, the .No1 IPN is not working.&#60;/p&#62;
&#60;p&#62;Isn't there a way to set two IPN to my paypal account?&#60;/p&#62;
&#60;p&#62;I set this to the paypal account, but it was not working.&#60;/p&#62;
&#60;p&#62;ex1(comma separate)&#60;br /&#62;
&#60;a href=&#34;http://wisteriawine.com/?page=gf_paypal_ipn&#34; rel=&#34;nofollow&#34;&#62;http://wisteriawine.com/?page=gf_paypal_ipn&#60;/a&#62;, &#60;a href=&#34;http://wisteriawine.com/wp-content/plugins/affiliates-paypal/lib/ipn.php&#34; rel=&#34;nofollow&#34;&#62;http://wisteriawine.com/wp-content/plugins/affiliates-paypal/lib/ipn.php&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;ex1(semicolon separate)&#60;br /&#62;
&#60;a href=&#34;http://wisteriawine.com/?page=gf_paypal_ipn&#34; rel=&#34;nofollow&#34;&#62;http://wisteriawine.com/?page=gf_paypal_ipn&#60;/a&#62;; &#60;a href=&#34;http://wisteriawine.com/wp-content/plugins/affiliates-paypal/lib/ipn.php&#34; rel=&#34;nofollow&#34;&#62;http://wisteriawine.com/wp-content/plugins/affiliates-paypal/lib/ipn.php&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;[Reference]&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/ipn-problem&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/ipn-problem&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It looks like the site above is the similar problem I have.&#60;br /&#62;
But I couldn't understand the part:&#60;br /&#62;
&#34;The plugin will send an IPN url with each request. You only need to have *any* IPN URL in the PayPal settings, &#34;&#60;/p&#62;
&#60;p&#62;I would appreciate if you advise me what I should set in MY PayPal settings.&#60;/p&#62;
&#60;p&#62;Thank you in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
