<?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: Payment processing problem in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/51464#M26818</link>
    <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/tools/cimerrorcodes/" target="_blank"&gt;http://developer.authorize.net/tools/cimerrorcodes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;API Error Code&lt;/STRONG&gt;: E00027&lt;BR /&gt;&lt;STRONG&gt;Error Code Text&lt;/STRONG&gt;: The test transaction was unsuccessful.&lt;BR /&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;: An approval was not returned for the test transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the account is test mode?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2015 11:39:41 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-07-21T11:39:41Z</dc:date>
    <item>
      <title>Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/51463#M26817</link>
      <description>&lt;P&gt;I am getting error E00027 when processing transactions using credit card info from CMI. The settings allow no addresses since we cannot have them in this case. Spent entrire day on this already, and pulling whatever hair I have left out. The request looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;PRE&gt;&amp;lt;createTransactionRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
&amp;lt;merchantAuthentication&amp;gt;
&amp;lt;name&amp;gt;XXXXXXXXXX&amp;lt;/name&amp;gt;
&amp;lt;transactionKey&amp;gt;XXXXXXXXXXXXXXXXX&amp;lt;/transactionKey&amp;gt;
&amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;transactionRequest&amp;gt;
&amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
&amp;lt;amount&amp;gt;2.00&amp;lt;/amount&amp;gt;
&amp;lt;profile&amp;gt;
&amp;lt;customerProfileId&amp;gt;177187960&amp;lt;/customerProfileId&amp;gt;
&amp;lt;paymentProfile&amp;gt;
&amp;lt;paymentProfileId&amp;gt;170163231&amp;lt;/paymentProfileId&amp;gt;
&amp;lt;/paymentProfile&amp;gt;
&amp;lt;/profile&amp;gt;
&amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;
[&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response is always like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;PRE&gt;&amp;lt;createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
&amp;lt;refId&amp;gt;1818&amp;lt;/refId&amp;gt;
&amp;lt;messages&amp;gt;
&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
&amp;lt;message&amp;gt;
&amp;lt;code&amp;gt;E00027&amp;lt;/code&amp;gt;
&amp;lt;/message&amp;gt;
&amp;lt;/messages&amp;gt;
&amp;lt;transactionResponse/&amp;gt;
&amp;lt;/createTransactionResponse&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;This is regardless of if the CIM contains correct customer address or not. And, the same code works in the sandbox, but not in production. Note that the transactionResponse element is empty!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;Anybody knows what I am missing? Thanks in advance!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Jul 2015 01:14:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/51463#M26817</guid>
      <dc:creator>tomasj</dc:creator>
      <dc:date>2015-07-21T01:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/51464#M26818</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/tools/cimerrorcodes/" target="_blank"&gt;http://developer.authorize.net/tools/cimerrorcodes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;API Error Code&lt;/STRONG&gt;: E00027&lt;BR /&gt;&lt;STRONG&gt;Error Code Text&lt;/STRONG&gt;: The test transaction was unsuccessful.&lt;BR /&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;: An approval was not returned for the test transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the account is test mode?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 11:39:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/51464#M26818</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-21T11:39:41Z</dc:date>
    </item>
  </channel>
</rss>

