<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Authorize.net Invoice Number</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Authorize.net Invoice Number</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:31:11 +0000</pubDate>

<item>
<title>yuniar on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21303</link>
<pubDate>Thu, 26 Jun 2014 09:58:39 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21303@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I see that we have two thread with similar subject, let's continue to the other thread to avoid confusion.&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/authorizenet-payment-information-page?replies=6&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/authorizenet-payment-information-page?replies=6&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>AustinWeb on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21300</link>
<pubDate>Wed, 25 Jun 2014 19:53:28 +0000</pubDate>
<dc:creator>AustinWeb</dc:creator>
<guid isPermaLink="false">21300@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Unfortunately after extensive testing and error checking this solution doesn't work.&#60;br /&#62;
It generates an error that simply shows  &#34;unknown error, contact tech support&#34;.&#60;br /&#62;
I've restored the original coding so we could accept payments again.&#60;/p&#62;
&#60;p&#62;Thanks for a product that helped us get started. We will have to start searching again for a software solution that will submit information properly to Authorize.net.  MachForm only submits partial information which is an astounding inconvenience when handling dozens of daily transactions.&#60;/p&#62;
&#60;p&#62;MachForm has the potential to be a really fantastic solution  but it isn't designed to make use of the form fields already established in the Authorize.net DPM form.   Thank you for an excellent temporary solution that we had running in less than 15 minutes.  It is truly sad we cannot continue to use MachForm.&#60;/p&#62;
&#60;p&#62;Why can't MachForm make those fields available at the time of data entry and then submit them properly to Authorize.net?&#60;br /&#62;
Why can't MachForm pass critical data to Authorize.net like the customer entered invoice number, customer ID and name on the shipping address?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/authorizenet-payment-information-page&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/authorizenet-payment-information-page&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>AustinWeb on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21285</link>
<pubDate>Fri, 20 Jun 2014 21:52:47 +0000</pubDate>
<dc:creator>AustinWeb</dc:creator>
<guid isPermaLink="false">21285@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You are FANTASTIC!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21275</link>
<pubDate>Thu, 19 Jun 2014 14:41:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21275@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You'll need to get the value of {element_1} first for that. Around line 39, you should see this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$dbh = mf_connect_db();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;below that line, you can add this block of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$template_data = mf_get_template_variables($dbh,$form_id,$payment_record_id);

$template_variables = $template_data[&#38;#39;variables&#38;#39;];
$template_values    = $template_data[&#38;#39;values&#38;#39;];

$element_1_value = str_replace($template_variables,$template_values,&#38;#39;{element_1}&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this way, you'll be able to use &#60;strong&#62;$element_1_value&#60;/strong&#62; to any code below that point.&#60;/p&#62;
&#60;p&#62;In this case, you can use it like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;order&#38;#39; =&#38;gt; array(
&#38;#39;invoiceNumber&#38;#39; =&#38;gt; $form_id.&#38;#39;-&#38;#39;.$element_1_value,
&#38;#39;description&#38;#39; =&#38;gt; $trial_charge_desc,
)&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>AustinWeb on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21262</link>
<pubDate>Tue, 17 Jun 2014 00:52:57 +0000</pubDate>
<dc:creator>AustinWeb</dc:creator>
<guid isPermaLink="false">21262@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;how can I get that section in payment_submit_authorize.net.php to insert {element_1}, the field in my form that has the Invoice number?&#60;br /&#62;
Or better yet, how do I add an invoice number field to the payment information page and have that submitted to Authorize.net?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21154</link>
<pubDate>Tue, 03 Jun 2014 08:05:04 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21154@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You'll need to edit the &#34;payment_submit_authorizenet.php&#34; file for this.&#60;br /&#62;
Search around line 252 and 386 for this block of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;order&#38;#39; =&#38;gt; array(
				                &#38;#39;invoiceNumber&#38;#39; =&#38;gt; $form_id.&#38;#39;-&#38;#39;.$payment_record_id,
				                &#38;#39;description&#38;#39; =&#38;gt; $trial_charge_desc,
				            )&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Simply adjust the above invoice number and description.
&#60;/p&#62;</description>
</item>
<item>
<title>AustinWeb on "[closed] Authorize.net Invoice Number"</title>
<link>https://www.machform.com/forums/topic/authorizenet-invoice-number#post-21127</link>
<pubDate>Thu, 29 May 2014 20:59:45 +0000</pubDate>
<dc:creator>AustinWeb</dc:creator>
<guid isPermaLink="false">21127@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Currently machform generates an invoice number and description based on the form number that was submitted.&#60;/p&#62;
&#60;p&#62;Invoice : 10869-2&#60;br /&#62;
Description : Payment for (Form #10869 - Entry #2)&#60;/p&#62;
&#60;p&#62;Is there a way to have an input field for invoice number and have it submitted to DPM like the payment amount field?&#60;br /&#62;
When customers are paying invoices it would be great to have our invoice number show up in the Authorize.net Invoice Number field.&#60;br /&#62;
Can we change the information that appears in the Description field?&#60;br /&#62;
i.e.  example.com Web Payment
&#60;/p&#62;</description>
</item>

</channel>
</rss>
