<?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: AIM - 103 - This transaction cannot be accepted with valid Transaction key in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36823#M20450</link>
    <description>&lt;P&gt;I emailed them and support yesterday. &amp;nbsp;No response yet. :(&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2013 04:05:00 GMT</pubDate>
    <dc:creator>wesg92</dc:creator>
    <dc:date>2013-11-14T04:05:00Z</dc:date>
    <item>
      <title>AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36687#M20385</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with the sample ASP page that you provide and it works fine if I turn password-required mode OFF. &amp;nbsp;However, if I turn this on and use the tran key that I just generated, I get the 103 error. &amp;nbsp;I've worked with 2 reps via chat and they said this can only be the transaction key, but I have generated several of them, disabled the old ones, and confirmed there are no whitespaces around it. &amp;nbsp;I even sent the post string to the rep and he said it looks good. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated as I'd rather not leave password-required mode turned off.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2013 17:56:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36687#M20385</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2013-11-09T17:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36691#M20387</link>
      <description>&lt;P&gt;that doesn't make sense. because when password-required mode is off, and the transactionKey is pass, it will be used to validate.&amp;nbsp; If that work and the only thing is turn password-required mode on. it should work.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2013 23:39:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36691#M20387</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-11-09T23:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36693#M20388</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I agree that it doesn't make sense. &amp;nbsp;I think it has to be something wrong with my specific account. &amp;nbsp;It is very old (10+ years). &amp;nbsp;Hoping they will look into it and let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 03:42:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36693#M20388</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2013-11-11T03:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36701#M20392</link>
      <description>&lt;P&gt;Did you change anything other than putting in your loginID and transactionKey on the sample code?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:24:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36701#M20392</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-11-11T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36723#M20403</link>
      <description>&lt;P&gt;The only other changes I made were the server object which was recommended in another post and I had to ignore SSL errors which was also in another post on this forum. &amp;nbsp;Code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;' We use xmlHTTP to submit the input values and record the response&lt;BR /&gt;Dim objRequest, post_response&lt;BR /&gt;Set objRequest = Server.CreateObject("MSXML2.ServerXMLHTTP")&lt;BR /&gt;'Set objRequest = Server.CreateObject("Microsoft.XMLHTTP")&lt;/P&gt;&lt;P&gt;CONST SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS = 2&lt;BR /&gt;CONST SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056&lt;/P&gt;&lt;P&gt;objRequest.setOption SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS&lt;BR /&gt;objRequest.open "POST", post_url, false&lt;BR /&gt;objRequest.send post_string&lt;BR /&gt;post_response = objRequest.responseText&lt;BR /&gt;Set objRequest = nothing&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 01:26:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36723#M20403</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2013-11-12T01:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36735#M20409</link>
      <description>&lt;P&gt;So it still passing the transactionKey and loginID, try contact the developer@authorize.net with all your info.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 12:13:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36735#M20409</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-11-12T12:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36745#M20413</link>
      <description>&lt;P&gt;Yes it is. &amp;nbsp;Ok, will do, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 19:35:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36745#M20413</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2013-11-12T19:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: AIM - 103 - This transaction cannot be accepted with valid Transaction key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36823#M20450</link>
      <description>&lt;P&gt;I emailed them and support yesterday. &amp;nbsp;No response yet. :(&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2013 04:05:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36823#M20450</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2013-11-14T04:05:00Z</dc:date>
    </item>
  </channel>
</rss>

