<?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: Need help understanding best workflow for third party payment integration</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-help-understanding-best-workflow-for-third-party-payment-integration</link>
		<description>Gravity Support Forums Topic: Need help understanding best workflow for third party payment integration</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 21:51:23 +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/need-help-understanding-best-workflow-for-third-party-payment-integration" rel="self" type="application/rss+xml" />

		<item>
			<title>oldhat on "Need help understanding best workflow for third party payment integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-understanding-best-workflow-for-third-party-payment-integration#post-243127</link>
			<pubDate>Wed, 08 May 2013 18:02:09 +0000</pubDate>
			<dc:creator>oldhat</dc:creator>
			<guid isPermaLink="false">243127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just realised my error in using gform_entry_created&#60;/p&#62;
&#60;p&#62;Should have been -&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_entry_created&#38;#39;, &#38;#39;update_txcode&#38;#39;, 10, 2);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;NOT&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_entry_created&#38;#39;, &#38;#39;update_txcode&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Still need help figuring out how to get that data into the email / admin area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oldhat on "Need help understanding best workflow for third party payment integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-understanding-best-workflow-for-third-party-payment-integration#post-243115</link>
			<pubDate>Wed, 08 May 2013 17:40:14 +0000</pubDate>
			<dc:creator>oldhat</dc:creator>
			<guid isPermaLink="false">243115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm integrating a third party payment processor with Gravity Forms. I'm trying to keep things as simple as possible but am unsure what the right way to approach a specific issue might be. &#60;/p&#62;
&#60;p&#62;Currently, I've added a gform_validation hook, which validates the credit card and returns an authorisation code. I'd like to add that data to Gravity Forms in such a way that it &#60;/p&#62;
&#60;p&#62;a) appears in the email received by the customer&#60;br /&#62;
b) appears in the admin area and can be exported as part of the general export functionality&#60;/p&#62;
&#60;p&#62;I've tried to use the gform_entry_created hook but the first issue I hit was that I couldn't see the Form Object - &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_entry_created&#38;#39;, &#38;#39;update_txcode&#38;#39;);
function update_txcode($entry,$form) {
  echo &#38;#39;&#38;lt;pre&#38;gt;&#38;#39;;
  var_dump($form);
  echo &#38;#39;&#38;lt;/pre&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above code just returned NULL.&#60;/p&#62;
&#60;p&#62;I then tried manually updating the meta within that function (to see what would happen) -&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;gform_update_meta($entry[&#38;#39;id&#38;#39;], &#38;#39;transaction_id&#38;#39;, &#38;quot;ABCDEFG&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I could see the new data created in the rg_lead_meta table but couldn't see how to add it to the email or display it on the front end. &#60;/p&#62;
&#60;p&#62;I'd really appreciate if you could tell me what I'm doing wrong, or recommend a better workflow. &#60;/p&#62;
&#60;p&#62;Many Thanks.&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
