<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Coldfusion AIM transaction id not returning in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69901#M42837</link>
    <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/34353"&gt;@tiagoreis&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Does your source code do a hash validation of the response?</description>
    <pubDate>Thu, 05 Dec 2019 04:50:55 GMT</pubDate>
    <dc:creator>Renaissance</dc:creator>
    <dc:date>2019-12-05T04:50:55Z</dc:date>
    <item>
      <title>Coldfusion AIM transaction id not returning</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69859#M42799</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a AIM integration within our App to Authorize.net for several years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything worked great, the transaction id was returned correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our new customers the transaction id is not returned, and I do not find anything on the code diferent from the older customers (which the transaction id does return).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is some settings on the account that make the transaction id to return on the response?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a example of the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CFSET&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VARIABLES&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;processorURL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;CFHTTP METHOD="POST" URL="#VARIABLES.processorURL#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM type="Header" name="charset" value="utf-8"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM type="Header" name="Accept-Encoding" value="deflate;q=0"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM type="Header" name="TE" value="deflate;q=0"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!--- Change this field to false when going to live transactions ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" name="x_type" value="AUTH_CAPTURE"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" name="x_Test_Request" value="False"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Version" VALUE="3.1"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Login" VALUE="#SESSION.cstData.cstMrchtFld1#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Password" VALUE="#SESSION.cstData.cstMrchtFld2#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_ADC_URL" VALUE="False"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_delim_Data" VALUE="true"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_delim_char" VALUE=","&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_encap_char" VALUE=","&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Amount" VALUE="#numberFormat(FORM.pmtAmount, '999999.99')#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Card_Num" VALUE="#FORM.pmtCcdNumber#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Exp_Date" VALUE="#FORM.pmtCcdMonth#/#FORM.pmtCcdYear#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Method" VALUE="cc"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_First_Name" VALUE="#listFirst(FORM.pmtCcdName, ' ')#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Last_Name" VALUE="#listLast(FORM.pmtCcdName, ' ')#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Address" VALUE="#VARIABLES.Address#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_City" VALUE="#FORM.pmtCity#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_State" VALUE="#FORM.pmtState#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Zip" VALUE="#FORM.pmtZip#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_Country" VALUE="#FORM.pmtCountry#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM TYPE="formField" NAME="x_email" VALUE="#FORM.pmtEmail#"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CFHTTPPARAM type="formField" name="x_Description" value="#ATTRIBUTES.pmtDescription# #ATTRIBUTES.pmtNames#"&amp;gt;&lt;BR /&gt;&amp;lt;/CFHTTP&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tiago Reis&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:30:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69859#M42799</guid>
      <dc:creator>tiagoreis</dc:creator>
      <dc:date>2019-11-29T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfusion AIM transaction id not returning</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69901#M42837</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/34353"&gt;@tiagoreis&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Does your source code do a hash validation of the response?</description>
      <pubDate>Thu, 05 Dec 2019 04:50:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69901#M42837</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-12-05T04:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfusion AIM transaction id not returning</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69904#M42839</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26959"&gt;@Renaissance&lt;/a&gt;&amp;nbsp;thansk for the interess in the post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No we do not do any hashing, and we do not receive anything hashed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response cames in plain text from the http request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My theory is that there is some setting on the authorize.net backoffice which enables/disables the transaction from being passed to this response... but I cannot figure out which one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have 16 customer with this integration, our oldest ones which are around 8 receive the transaction id, and new ones do not...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 09:12:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69904#M42839</guid>
      <dc:creator>tiagoreis</dc:creator>
      <dc:date>2019-12-05T09:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfusion AIM transaction id not returning</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69907#M42840</link>
      <description>&lt;P&gt;Can you add an example response (please remove any real customer data)?&lt;/P&gt;&lt;P&gt;There is no configuration that will make it so that the transaction id is not present, so we'll have to see what you are getting back to troubleshoot.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 16:04:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Coldfusion-AIM-transaction-id-not-returning/m-p/69907#M42840</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2019-12-05T16:04:39Z</dc:date>
    </item>
  </channel>
</rss>

