<?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: CIM Response codes in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/302#M214</link>
    <description>&lt;P&gt;So how would I go about reversing or voiding a CIM transaction.&amp;nbsp; How would I void a transaction, what reference id can I use to void a CIM transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2009 22:05:09 GMT</pubDate>
    <dc:creator>gmhawash</dc:creator>
    <dc:date>2009-09-21T22:05:09Z</dc:date>
    <item>
      <title>CIM Response codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/10#M4</link>
      <description>&lt;P&gt;In the response code of a CIM request, I receive a 'raw' response which is a bunch of fields.&amp;nbsp; One of them is the A.Net reference key.&amp;nbsp; Where can I find a description of the raw field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, why doesn't every request retrun a reference number?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2009 22:14:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/10#M4</guid>
      <dc:creator>gmhawash</dc:creator>
      <dc:date>2009-09-03T22:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Response codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/20#M8</link>
      <description>&lt;P&gt;I think that what you may be seeing is the "reference ID" or "&amp;lt;refId&amp;gt;" element.&amp;nbsp; The reference ID is an optional field for most CIM request types that you can use for your own tracking purposes.&amp;nbsp; We will always return the reference ID exactly as it was sent to us in your initial request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not personally specifying a reference ID, my best guess is that one is automatically being generated by a library or sample code that you may have utilized to build your CIM implementation. To answer your last question, the reference ID element is only included in the response if a reference ID was specified in the request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your question and welcome to the developer community!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2009 23:25:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/20#M8</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2009-09-03T23:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Response codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/302#M214</link>
      <description>&lt;P&gt;So how would I go about reversing or voiding a CIM transaction.&amp;nbsp; How would I void a transaction, what reference id can I use to void a CIM transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2009 22:05:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/302#M214</guid>
      <dc:creator>gmhawash</dc:creator>
      <dc:date>2009-09-21T22:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Response codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/304#M216</link>
      <description>&lt;P&gt;I just looked at the report of a transaction and it has an ID, e.g., &lt;SPAN class="DefaultBoldFont"&gt;2150535376.&amp;nbsp; I looked at the response for that transaction, and it is the same number in the 7 th place&amp;nbsp;of the direct_response.&amp;nbsp; The ruby sample code off the CIM website has:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="DefaultBoldFont"&gt;&lt;BR /&gt;directResponse = REXML::XPath.first(doc.root, '/*/directResponse').text&lt;BR /&gt;&amp;nbsp; transId = directResponse.split(',')[6]&lt;BR /&gt;&amp;nbsp; puts&lt;BR /&gt;&amp;nbsp; puts 'New transId = ' + transId&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="DefaultBoldFont"&gt;So is this the transaction ID?&amp;nbsp; Is this what I would use to void a transaction?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="DefaultBoldFont"&gt;What is the meaning of the remaining bits of informatin?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="DefaultBoldFont"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2009 22:43:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/304#M216</guid>
      <dc:creator>gmhawash</dc:creator>
      <dc:date>2009-09-21T22:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Response codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/312#M224</link>
      <description>&lt;P&gt;Yes, this is the transaction ID and what you would use to perform follow on action with the transaction. The delimited fields are documented within the AIM Implementation Guide, located at &lt;A href="http://developer.authorize.net" rel="nofollow" target="_blank"&gt;http://developer.authorize.net&lt;/A&gt;, within the section titled "Fields in the Payment Gateway Response".&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2009 19:13:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/312#M224</guid>
      <dc:creator>Elaine</dc:creator>
      <dc:date>2009-09-22T19:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Response codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/26924#M14270</link>
      <description>&lt;P&gt;A reply after almost 3 years for the benefit of those who come to this page like I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using the &lt;A target="_self" href="http://rubygems.org/gems/authorize-net"&gt;authorize.net 1.5.2 gem&lt;/A&gt; , you can access the transaction_id with response.direct_response.transaction_id . This is simpler than the regex with xpath.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:28:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Response-codes/m-p/26924#M14270</guid>
      <dc:creator>sridhar</dc:creator>
      <dc:date>2012-06-04T13:28:34Z</dc:date>
    </item>
  </channel>
</rss>

