<?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: &amp;quot;Unrecognized response from AuthorizeNet: &amp;quot; in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55450#M30342</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20443"&gt;@Daniel1988﻿&lt;/a&gt;&amp;nbsp;What version of the SDK are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Sat, 13 Aug 2016 15:20:41 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2016-08-13T15:20:41Z</dc:date>
    <item>
      <title>"Unrecognized response from AuthorizeNet: "</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55446#M30338</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting this error message when I am using the PHP SDK: "Unrecognized response from AuthorizeNet: ". I don't quite understand why I am getting it. It seems like an error message that should never be possible to throw unless something goes haywire with the network or with Authorize.net&amp;nbsp;servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently am recieivng it when running the function:&amp;nbsp;createCustomerProfileTransaction on&amp;nbsp;AuthorizeNetCIM. However, this appears to be only happening on 1 of my accounts. I have several clients and most of them this works fine (and uses the same code).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The system that is working properly returns this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;|1|,|1|,|1|,|This transaction has been approved.|,||,|P|&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The system that is not working is returning:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;|1|||1|||1|||This transaction has been approved.|||||&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have looked over the settings in the account and they appear to be the same and it appears they are both running on Transaction Version&amp;nbsp;3.1. They are both running on the same version of the SDK and the same code base on my side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The account that it is NOT working on, is probably 6 years older. So my only guess at the moment is there is something wrong with the account that is not accessible in the interface anymore.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas what I can do to fix this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 20:13:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55446#M30338</guid>
      <dc:creator>Daniel1988</dc:creator>
      <dc:date>2016-08-12T20:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: "Unrecognized response from AuthorizeNet: "</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55449#M30341</link>
      <description>&lt;P&gt;I have dived down into the SDK to see what is happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this when I call "getTransactionResponse" on the AuthorizeNetCIM_Response object. This calls into the AuthorizeNetAIM_Response object. When it makes this call it foces the&amp;nbsp;$delimiter = "," and the&amp;nbsp;$encap_char = "|". In the case where this isn't working, the server is actualyl returning&amp;nbsp;&lt;SPAN&gt;$delimiter = "|" and the&amp;nbsp;$encap_char = "|". If I change the call to&amp;nbsp;AuthorizeNetAIM_Response, and pass in "|" instead of "," for&amp;nbsp;$delimiter, everything "works". However, this will make it not work in my other case where the server is returning the correct value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This makes me think it is entirely on the Authorize.net servers because this is not parameterized in the code at all. So the SDK is always expecting a certain format, no matter what. Now, this is obviously not a problem across the board, even my other clients appear to be fine. This makes me go back to some weird setting on this specific account that isn't setup properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 21:34:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55449#M30341</guid>
      <dc:creator>Daniel1988</dc:creator>
      <dc:date>2016-08-12T21:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Unrecognized response from AuthorizeNet: "</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55450#M30342</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20443"&gt;@Daniel1988﻿&lt;/a&gt;&amp;nbsp;What version of the SDK are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 15:20:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55450#M30342</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-08-13T15:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: "Unrecognized response from AuthorizeNet: "</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55451#M30343</link>
      <description>&lt;P&gt;I am running version 1.8.3.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the help of the eTicket I actually think I found a solution.&amp;nbsp;The "&lt;SPAN&gt;Direct Response" actually was configured to have a "|" as the "Default field separator". I changed this to a comma and it resolved the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sounds like the PHP SDK requires that you have this default field separator set to "," in order for it to work properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 16:03:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Unrecognized-response-from-AuthorizeNet-quot/m-p/55451#M30343</guid>
      <dc:creator>Daniel1988</dc:creator>
      <dc:date>2016-08-13T16:03:48Z</dc:date>
    </item>
  </channel>
</rss>

