<?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: Issue Refund by Vendor sets entry to &#34;Pending&#34;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending</link>
		<description>Gravity Support Forums Topic: Issue Refund by Vendor sets entry to &quot;Pending&quot;</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:52:31 +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/issue-refund-by-vendor-sets-entry-to-pending" rel="self" type="application/rss+xml" />

		<item>
			<title>mipapage on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-69136</link>
			<pubDate>Thu, 02 Aug 2012 11:12:07 +0000</pubDate>
			<dc:creator>mipapage</dc:creator>
			<guid isPermaLink="false">69136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, I'm about to run some tests and will email you the log file. Off to fire up three browsers and lg into the sandbox...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-69123</link>
			<pubDate>Thu, 02 Aug 2012 09:15:30 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">69123@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, but if they can't replicate the issue or find the source, then I may need to work with you on getting access to find the reason.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mipapage on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-69122</link>
			<pubDate>Thu, 02 Aug 2012 09:03:21 +0000</pubDate>
			<dc:creator>mipapage</dc:creator>
			<guid isPermaLink="false">69122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm.. This is a client site, can I simply pass them a log file from the logger?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-69118</link>
			<pubDate>Thu, 02 Aug 2012 08:06:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">69118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've already e-mailed the developers about this. They might need to contact you to log in and see the issue for themselves. Can you e-mail me at &#60;a href=&#34;mailto:peralty@rocketgenius.com&#34;&#62;peralty@rocketgenius.com&#60;/a&#62; an admin login to the site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mipapage on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-69094</link>
			<pubDate>Thu, 02 Aug 2012 06:05:42 +0000</pubDate>
			<dc:creator>mipapage</dc:creator>
			<guid isPermaLink="false">69094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David,&#60;/p&#62;
&#60;p&#62;Trolling thru the paypal.php code, the following case looks like it should have handled the status update...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case &#38;quot;refunded&#38;quot; :
                        self::log_debug(&#38;quot;Processing a Refund request.&#38;quot;);
                        if($entry[&#38;quot;payment_status&#38;quot;] != &#38;quot;Refunded&#38;quot;){
                            if($entry[&#38;quot;transaction_type&#38;quot;] == 1){
                                $entry[&#38;quot;payment_status&#38;quot;] = &#38;quot;Refunded&#38;quot;;
                                self::log_debug(&#38;quot;Setting entry as Refunded.&#38;quot;);
                                RGFormsModel::update_lead($entry);
                            }
                            RGFormsModel::add_note($entry[&#38;quot;id&#38;quot;], $user_id, $user_name, sprintf(__(&#38;quot;Payment has been refunded. Refunded amount: %s. Transaction Id: %s&#38;quot;, &#38;quot;gravityforms&#38;quot;), $amount, $transaction_id));
                        }

                        GFPayPalData::insert_transaction($entry[&#38;quot;id&#38;quot;], &#38;quot;refund&#38;quot;, $subscriber_id, $transaction_id, $parent_transaction_id, $amount);
                    break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I may be wrong there and have no clue why it would have grabbed the pending status instead...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-68783</link>
			<pubDate>Tue, 31 Jul 2012 12:41:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">68783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've e-mailed you about the add-on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mipapage on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-68759</link>
			<pubDate>Tue, 31 Jul 2012 10:07:51 +0000</pubDate>
			<dc:creator>mipapage</dc:creator>
			<guid isPermaLink="false">68759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David,&#60;/p&#62;
&#60;p&#62;Also, how does one get this debugging log add on? I'd like to run this while we get going here in case we run into any issues...&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-68739</link>
			<pubDate>Tue, 31 Jul 2012 09:00:50 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">68739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are correct, we are still listening to it for payment status changes. Some other statuses we probably aren't listening to are related to the user requesting the a refund, refund given, etc... Like I said, I'll double check with the development team on these.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mipapage on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-68737</link>
			<pubDate>Tue, 31 Jul 2012 08:58:16 +0000</pubDate>
			<dc:creator>mipapage</dc:creator>
			<guid isPermaLink="false">68737@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David,&#60;/p&#62;
&#60;p&#62;Its pretty clear that GF is still listening to the IPN when this happens, it is even updating the price, so yes, that would be good. &#60;/p&#62;
&#60;p&#62;Simply Integrating with what the IPN offers doesn't even come close to an e-commerce solution. Though it is clear &#60;a href=&#34;http://www.gravityforms.com/add-ons/paypal/&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62; that this simply &#34;Automatically transfer[s] the user to complete the PayPal transaction when a form is submitted&#34;, it seems some low hanging fruit to handle and make a decent product complete!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Issue Refund by Vendor sets entry to &#34;Pending&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-refund-by-vendor-sets-entry-to-pending#post-68727</link>
			<pubDate>Tue, 31 Jul 2012 08:28:44 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">68727@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms doesn't make such distinctions as refunds and other payment status types were never taken into consideration. Gravity Forms is not an e-commerce solution, but instead allows simple e-commerce functions. I will let out developers know about this though, and see if we can add this in an upcoming version.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
