<?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: PayPal Integration</title>
		<link>https://legacy.forums.gravityhelp.com/topic/paypal-integration-4</link>
		<description>Gravity Support Forums Topic: PayPal Integration</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:54: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/paypal-integration-4" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "PayPal Integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paypal-integration-4#post-101002</link>
			<pubDate>Mon, 10 Dec 2012 18:27:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">101002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All: I was a little confused on the add-on versions being used.  With PayPal Pro, there is no need to &#34;register user only when payment is received&#34; because if payment is never received/the transaction is not complete, then the form will never be submitted and the user will not be created.&#60;/p&#62;
&#60;p&#62;Regarding viensf &#34;Update user when subscription is canceled.&#34;, you will have to use a hook, gform_subscription_canceled hook to update your user when their subscription is cancelled.  You would have to hook your code to this action.  Example code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
do_action(&#38;quot;gform_subscription_canceled&#38;quot;, $lead, $config, $lead[&#38;quot;transaction_id&#38;quot;], &#38;quot;paypalpro&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;We've added better integration between PayPal Pro and the User Registration add-on to our to do list.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "PayPal Integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paypal-integration-4#post-100925</link>
			<pubDate>Mon, 10 Dec 2012 13:49:27 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">100925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting report.  I will bring this to the attention of the development team to see if they can shed any light on the topic.  I did not have the same experience as you.&#60;/p&#62;
&#60;p&#62;What version of Gravity Forms, WordPress and the User Registration add-on are you using, and are you using BuddyPress at all (if so, which version.)  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MikBe on "PayPal Integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paypal-integration-4#post-100068</link>
			<pubDate>Fri, 07 Dec 2012 13:03:21 +0000</pubDate>
			<dc:creator>MikBe</dc:creator>
			<guid isPermaLink="false">100068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris I tried this but it's a no go. I create a form first, a user reg feed, then created the PayPal Pro feed but I don't see anything about &#34;Send user notification only when payment is received&#34;.&#60;/p&#62;
&#60;p&#62;I've deleted everything and restarted from scratch, still no luck.&#60;/p&#62;
&#60;p&#62;-- Edit --&#60;/p&#62;
&#60;p&#62;I had to go in and add the paypal options since they are not being output on the page anywhere. All the work is there to output it but the code is missing to actually output the options.&#60;/p&#62;
&#60;p&#62;To fix it I edited the userregsitration.php file and added the following line after the line that adds the BuddyPress section (search for &#34;gform_user_registration_add_option_section&#34;):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php do_action(&#38;quot;gform_paypal_add_option_group&#38;quot;, $config, $form, $is_validation_error); // paypal options ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The problem with that is the field isn't saved when you do a submit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "PayPal Integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paypal-integration-4#post-96688</link>
			<pubDate>Wed, 28 Nov 2012 19:03:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry for the delay in my response.&#60;/p&#62;
&#60;p&#62;Create your user registration feed for the form first, then, once that is complete, create the PayPal feed for the same form.  The new options will appear on the screen when you are configuring the PayPal feed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viensf on "PayPal Integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paypal-integration-4#post-94172</link>
			<pubDate>Wed, 21 Nov 2012 18:38:43 +0000</pubDate>
			<dc:creator>viensf</dc:creator>
			<guid isPermaLink="false">94172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just want to know where i can find these option.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Register user only when a payment is received.&#60;/li&#62;
&#60;li&#62;Update user when subscription is canceled.&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I have a form linked with user registration and Paypal pro.&#60;br /&#62;
Also I don't find the field &#34;Send user notification only when payment is received&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
