<?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: Sending data to paypal</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal</link>
		<description>Gravity Support Forums Topic: Sending data to paypal</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:57:01 +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/sending-data-to-paypal" rel="self" type="application/rss+xml" />

		<item>
			<title>ASMBS IT on "Sending data to paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal#post-98826</link>
			<pubDate>Tue, 04 Dec 2012 12:53:47 +0000</pubDate>
			<dc:creator>ASMBS IT</dc:creator>
			<guid isPermaLink="false">98826@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Alex, we'll give that a try. Thanks again for the reply,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Sending data to paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal#post-98385</link>
			<pubDate>Mon, 03 Dec 2012 13:57:10 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">98385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately the custom field is required by Gravity Forms to link up the IPN message with the entry.&#60;br /&#62;
What you could do is add your string at the end of the custom field contents required by Gravity Forms, separated by a pipe (&#124;). For example, if the current content of the custom field is &#34;3&#124;abasneaypxsapo&#34;, change it so that it looks like the following: &#34;3&#124;abasneaypxsapo&#124;your accounting data&#34;. Not ideal, but that could work.&#60;br /&#62;
Note that PayPal poses a limit on the size of custom fields (256 characters), so make sure your string won't cause the custom variable to go over that limit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending data to paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal#post-97472</link>
			<pubDate>Fri, 30 Nov 2012 22:47:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let me ask the development team about this one.  I'm afraid I don't know the answer to your question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASMBS IT on "Sending data to paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal#post-97055</link>
			<pubDate>Thu, 29 Nov 2012 17:30:02 +0000</pubDate>
			<dc:creator>ASMBS IT</dc:creator>
			<guid isPermaLink="false">97055@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply. I mean to say, IPN works perfectly - status 200. The issue is related to how Gravity Forms uses the custom variable. &#60;/p&#62;
&#60;p&#62;I'll try to describe a little better. The return message is received and not connecting to the entry. It seems Gravity Forms is using the custom variable for the purpose of applying the IPN to the appropriate entry. With the function, I attached above, to use the custom variable provided by IPN is applied, Gravity Forms does not recognize the return message and does not apply logic for payment received, specifically notifications. &#60;/p&#62;
&#60;p&#62;Is there a way to use the custom variable provided by IPN (in conjunction with the values sent by Gravity Forms or is there knowledge of another variable provided by IPN which will allow for sending custom information to PayPal) and not break the Gravity Form functions related to the returned IPN message?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending data to paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal#post-96678</link>
			<pubDate>Wed, 28 Nov 2012 18:19:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How does it break the IPN? Are you including the original query string parameters as shown in the documentation? &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_paypal_query&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_paypal_query&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, if you don't send an IPN URL in the query string, PayPal will default to the one you have configured at paypal.com for your IPN.  Does that setting at PayPal point to your Gravity Forms IPN URL or is that being used for something else?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASMBS IT on "Sending data to paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-data-to-paypal#post-96275</link>
			<pubDate>Tue, 27 Nov 2012 16:21:51 +0000</pubDate>
			<dc:creator>ASMBS IT</dc:creator>
			<guid isPermaLink="false">96275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We're tying to use the gform_paypal_query filter to send some data to PayPal for accounting purposes. We were excited to see the data going to the custom field successfully, however for now obvious reasons this breaks the built in functions for IPN. Is there a way without breaking the IPN services to use the custom variable? This is only option I can find to solve this request - maybe there is another variable we could try? We also tried the memo variable without success. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/5444322&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5444322&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
