<?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: Does gform_paypal_fulfillment work with PayPal Pro add-on?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/does-gform_paypal_fulfillment-work-with-paypal-pro-add-on</link>
		<description>Gravity Support Forums Topic: Does gform_paypal_fulfillment work with PayPal Pro add-on?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 10:54:10 +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/does-gform_paypal_fulfillment-work-with-paypal-pro-add-on" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Does gform_paypal_fulfillment work with PayPal Pro add-on?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/does-gform_paypal_fulfillment-work-with-paypal-pro-add-on#post-197279</link>
			<pubDate>Fri, 05 Apr 2013 02:45:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">197279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Tom.  I know we discussed this via Priority Support as well.  Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomdaq on "Does gform_paypal_fulfillment work with PayPal Pro add-on?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/does-gform_paypal_fulfillment-work-with-paypal-pro-add-on#post-195356</link>
			<pubDate>Wed, 03 Apr 2013 09:04:41 +0000</pubDate>
			<dc:creator>tomdaq</dc:creator>
			<guid isPermaLink="false">195356@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found and tested the proper hook to use with PayPal Pro and it works fine.  I used gform_paypalpro_fulfillment instead, which uses slightly different variable names.&#60;/p&#62;
&#60;p&#62;From the paypalpro.php file:&#60;br /&#62;
do_action(&#34;gform_paypalpro_fulfillment&#34;, $entry, $config, $transaction_id, $initial_payment_amount, $subscription_amount);&#60;/p&#62;
&#60;p&#62;So now my function looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* FUNCTION TO INCREASE ACCOUNT BALANCE */
add_action(&#38;quot;gform_paypalpro_fulfillment&#38;quot;, &#38;quot;credit_account&#38;quot;, 10, 4);
function credit_account($entry, $config, $transaction_id, $initial_payment_amount, $subscription_amount) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomdaq on "Does gform_paypal_fulfillment work with PayPal Pro add-on?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/does-gform_paypal_fulfillment-work-with-paypal-pro-add-on#post-194712</link>
			<pubDate>Tue, 02 Apr 2013 18:48:30 +0000</pubDate>
			<dc:creator>tomdaq</dc:creator>
			<guid isPermaLink="false">194712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a function set up to trigger when a PayPal transaction completes using the gform_paypal_fulfillment hook:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* FUNCTION TO INCREASE ACCOUNT BALANCE */
add_action(&#38;quot;gform_paypal_fulfillment&#38;quot;, &#38;quot;credit_account&#38;quot;, 10, 4);
function credit_account($entry, $config, $transaction_id, $amount) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This worked fine when I was using the standard PayPal add-on.  Now that I have switched over to PayPal Pro, the hook does not seem to be triggering.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
tomdaq
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
