<?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 Additional Information to Authorize.net via Name/Value pairs</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs</link>
		<description>Gravity Support Forums Topic: Sending Additional Information to Authorize.net via Name/Value pairs</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:39: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/sending-additional-information-to-authorizenet-via-namevalue-pairs" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-202437</link>
			<pubDate>Tue, 09 Apr 2013 08:16:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">202437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update jpollock.  Glad that worked for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpollock on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-201808</link>
			<pubDate>Tue, 09 Apr 2013 00:04:41 +0000</pubDate>
			<dc:creator>jpollock</dc:creator>
			<guid isPermaLink="false">201808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In reply to tex77 regarding the statement about  Customer Defined Fields not working - I just implemented your code and gave the 'custom fields' a try just to see what would happen and it (quite happily) worked for me.&#60;/p&#62;
&#60;p&#62;Thanks for the code, tex77!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-146650</link>
			<pubDate>Wed, 13 Feb 2013 14:31:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146650@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I would add a conditional before you assign the input to the $form_data[&#34;phone&#34;].  It would look something like this: &#60;a href=&#34;http://pastebin.com/Mfh0YLuA&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/Mfh0YLuA&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>427design on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-146608</link>
			<pubDate>Wed, 13 Feb 2013 12:52:17 +0000</pubDate>
			<dc:creator>427design</dc:creator>
			<guid isPermaLink="false">146608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help Tex.&#60;/p&#62;
&#60;p&#62;I'm using your code to pass the phone number to Authorize.net.  Here's my code: &#60;a href=&#34;http://pastebin.com/KZJSE0rR&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/KZJSE0rR&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Here's my problem:  I need to do this for multiple forms, but the name of the phone field is different each time. On one form it's &#34;input_3&#34;, on another it's &#34;input_17&#34; and so on.  &#60;/p&#62;
&#60;p&#62;How would I modify the code to accomodate multiple forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-143290</link>
			<pubDate>Wed, 06 Feb 2013 08:53:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">143290@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for posting the function. I'm sure it will be useful to many.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-143109</link>
			<pubDate>Wed, 06 Feb 2013 04:26:12 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">143109@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I had a similar issue. I wanted to send additional data to Authorize.net from my form. Here's how I did it. I found a hook in the add-on (in plugins/gravityformsauthorizenet/authorizenet.php), which makes it very easy to modify the data sent to Authorize.net. &#60;/p&#62;
&#60;p&#62;GravityForms Authorize.net Add-on Transaction Data Filter&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/XceGeuBF&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/XceGeuBF&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That just goes in my functions.php. It works for standard fields in the AIM api -- even those that the GF-AuthNet add-on is not already sending. But it does NOT seem to work for custom fields (which would be created by setCustomField() in the AIM php sdk.&#60;/p&#62;
&#60;p&#62;So you can set a Customer ID, an Invoice Number, or use the Description field any way you want (though it might have a character limit). For a list of all standard fields, see plugins/gravityformsauthorizenet/api/lib/AuthorizetNetAIM.php, line 81.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-105632</link>
			<pubDate>Fri, 21 Dec 2012 23:12:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the topic being referred to:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/enough-data-is-not-passing-on-from-the-form-to-authorizenet&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/enough-data-is-not-passing-on-from-the-form-to-authorizenet&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There have been no additions to the Authorize.net plugin since that topic was last answered by Alex Cancado.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dave k on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-90856</link>
			<pubDate>Tue, 13 Nov 2012 20:25:30 +0000</pubDate>
			<dc:creator>dave k</dc:creator>
			<guid isPermaLink="false">90856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This situation is similar to this forum entry =&#38;gt; &#34;Enough Data is not passing on from the Form to Authorize.net&#34;&#60;/p&#62;
&#60;p&#62;The Transactions Settings Page is a powerful tool.  Perhaps this logical layout could be expanded to accommodate more Auth.net fields.  &#60;/p&#62;
&#60;p&#62;For example, the taxable y/n field could be mapped, hidden, and set to 'n' and that would solve another issue I saw on this forum.  (I am having the same issue.  Auth.net defaults to 'y')&#60;/p&#62;
&#60;p&#62;Essentially, one could list all the Auth.net fields(although that could be redundant for some fields like the credit card info) on the Transactions Settings page and just map to them manually.  &#60;/p&#62;
&#60;p&#62;I recall there being user defined fields in the Auth.net dictionary... don't hold me to this... I has been a while since is really looked.  &#60;/p&#62;
&#60;p&#62;User defined mapping like this could solve 'reeserved's request and many others and further strengthen this developer add-on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reeserved on "Sending Additional Information to Authorize.net via Name/Value pairs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-73468</link>
			<pubDate>Fri, 31 Aug 2012 12:41:21 +0000</pubDate>
			<dc:creator>reeserved</dc:creator>
			<guid isPermaLink="false">73468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to send additional information from my GF to AN. The form is for an athletic registration, and we want to include the player's name on the receipt. Below is all the information authorize.net provides of this subject. I'm hoping someone more clever than them can point me in the right direction for setting it up. Any thoughts would be appreciated!&#60;/p&#62;
&#60;p&#62;&#34;Yes, you can create and submit merchant-defined fields. To do this, simply send your own name value pairs. Authorize.Net will return the value in the transaction response as well as include the value on the merchant e-mail receipt&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
