<?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: E00027 error in payment responses for production transactions by profiles in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51296#M26671</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17901"&gt;@MuthuUVA﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just in order to exclude the variant of issue dependency on API client, can you please share the information, what client have you used (and from what OS) for sending XML request to Authorize.Net API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. I was using&amp;nbsp;LWP::UserAgent module for perl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2015 11:19:19 GMT</pubDate>
    <dc:creator>Andrui</dc:creator>
    <dc:date>2015-07-03T11:19:19Z</dc:date>
    <item>
      <title>E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50597#M26030</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a sandbox account. There is a customer profile with payment profile assigned in CIM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I send request to URL&amp;nbsp;&lt;A target="_blank" href="https://apitest.authorize.net/xml/v1/request.api"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;merchantAuthentication&amp;gt;
        &amp;lt;name&amp;gt;...&amp;lt;/name&amp;gt;
        &amp;lt;transactionKey&amp;gt;...&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;3.00&amp;lt;/amount&amp;gt;
        &amp;lt;profile&amp;gt;
            &amp;lt;customerProfileId&amp;gt;33328253&amp;lt;/customerProfileId&amp;gt;
            &amp;lt;paymentProfile&amp;gt;
                &amp;lt;paymentProfileId&amp;gt;29941781&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And receive response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createTransactionResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
    &amp;lt;messages&amp;gt;
        &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
        &amp;lt;message&amp;gt;
            &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
            &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
        &amp;lt;/message&amp;gt;
    &amp;lt;/messages&amp;gt;
    &amp;lt;transactionResponse&amp;gt;
        &amp;lt;responseCode&amp;gt;1&amp;lt;/responseCode&amp;gt;
        &amp;lt;authCode&amp;gt;M2539Z&amp;lt;/authCode&amp;gt;
        &amp;lt;avsResultCode&amp;gt;Y&amp;lt;/avsResultCode&amp;gt;
        &amp;lt;cvvResultCode/&amp;gt;
        &amp;lt;cavvResultCode&amp;gt;2&amp;lt;/cavvResultCode&amp;gt;
        &amp;lt;transId&amp;gt;2233251497&amp;lt;/transId&amp;gt;
        &amp;lt;refTransID/&amp;gt;
        &amp;lt;transHash&amp;gt;E261C989841E209F899F7E82B4C6747C&amp;lt;/transHash&amp;gt;
        &amp;lt;testRequest&amp;gt;0&amp;lt;/testRequest&amp;gt;
        &amp;lt;accountNumber&amp;gt;XXXX0027&amp;lt;/accountNumber&amp;gt;
        &amp;lt;accountType&amp;gt;Visa&amp;lt;/accountType&amp;gt;
        &amp;lt;messages&amp;gt;
            &amp;lt;message&amp;gt;
                &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;
                &amp;lt;description&amp;gt;This transaction has been approved.&amp;lt;/description&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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is ok. But after&amp;nbsp;subsequent request with the same profiles within e.g. 10 seconds I receive response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createTransactionResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok. I can guess that this is some kind of&amp;nbsp;fraud/overdraft protection, but I have another big problem. There is another &lt;U&gt;production&lt;/U&gt;&amp;nbsp;account with multiple customer profiles (which have payment profiles assigned with real credit cards). But for every post on production URL with production&amp;nbsp;merchantAuthentication I receive response with error E00027 without any error description. I other words payments by profiles in production mode don't work for me &lt;U&gt;at all&lt;/U&gt;. BTW, these rejected transactions are not present in reposrts/transactions history.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any possibility to get the real reason of this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 10:17:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50597#M26030</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-05-08T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50662#M26080</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18318"&gt;@Andrui&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I've reported your issue to the product team for analysis.&lt;BR /&gt;&lt;BR /&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 19:53:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50662#M26080</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-05-14T19:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50669#M26085</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this. I will be waiting for the information from you and&amp;nbsp;&lt;SPAN&gt;product team because this issue is very important.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;BTW, I have tried to search information/solution for similar issues but without success.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 06:57:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50669#M26085</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-05-15T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50883#M26292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any news from&amp;nbsp;&lt;SPAN&gt;product team?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 08:20:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/50883#M26292</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-05-29T08:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51230#M26615</link>
      <description>&lt;P&gt;I am also having the same issue with my own card and address on card is right. The CIM/[Charge] allows you to [Charge] the profile. When you use the API to charge the 'same' profile, I receive E00027.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The behavior is the seen in bth Sandbox and in Production environment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help to resolve this issue E00027 with Charging a Profile in CIM.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 18:42:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51230#M26615</guid>
      <dc:creator>MuthuUVA</dc:creator>
      <dc:date>2015-06-23T18:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51296#M26671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17901"&gt;@MuthuUVA﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just in order to exclude the variant of issue dependency on API client, can you please share the information, what client have you used (and from what OS) for sending XML request to Authorize.Net API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. I was using&amp;nbsp;LWP::UserAgent module for perl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2015 11:19:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51296#M26671</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-07-03T11:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51299#M26674</link>
      <description>&lt;P&gt;I used SOAPUI as the Client from Windows to eliminate any user related coding errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW I sort of figured out the issue. In Payment Form, we made certain fields manadatory and the CIM API doesn't have any elements that would allow to send those fields. (ex) one such field is Invoice No. Once I made the Invoice No as optional in Payment Form, the call went through fine. Call was executed with error E00027 as the mandatory fields were not passed in the API Call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently, Authorize.Net was not returning any direct response in the above case. If I had received any direct response, it would have made it easier to troubleshoot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Payment Form is located in Autorize.Net Portal and one can configure mandatory fields in that form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the mandatory fields in Payment form and make sure you indeed pass those mandatory fields in the CIM call. If you are not able to pass those manadtory fields, make it optional in Payment Form and give it a try. It should fo through without any issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoep it helps.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2015 02:40:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51299#M26674</guid>
      <dc:creator>MuthuUVA</dc:creator>
      <dc:date>2015-07-04T02:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51306#M26680</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17901"&gt;@MuthuUVA﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks. I am going to try your solution.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 06:20:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51306#M26680</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-07-06T06:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51481#M26834</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17901"&gt;@MuthuUVA﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I have checked, but I don't have fields marked as 'Required'. So, this seems is not my case :(&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 08:41:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51481#M26834</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-07-22T08:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51482#M26835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any news from the product team?&lt;BR /&gt;Does authorize.net have possibility to gather low-level debug in order to detect the root of the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 08:44:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51482#M26835</guid>
      <dc:creator>Andrui</dc:creator>
      <dc:date>2015-07-22T08:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51512#M26864</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem you reported should now be corrected. &amp;nbsp;Please confirm that it is working for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:24:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51512#M26864</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-07-23T16:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51542#M26894</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a developer but work for a reseller that has many merchants w/ auth.net.&amp;nbsp; One in particular emailed me this morning and they're receiving this 00027 error code.&amp;nbsp; It started up recently, that they're aware of, and it definitely happened a few times on Friday, 7/24 (the day after your post).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an authorize.net issue that has hopefully been fixed?&amp;nbsp; I'm trying to get confirmation on whether this is still occurring for them.&amp;nbsp; They run a lot of transactions per day but have only received the message a fairly small amount of times, so it is very intermittent.&amp;nbsp; They have been using auth.net for 3 months or so w/o this issue, but it is recent, which makes me think it isn't on their end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 15:19:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51542#M26894</guid>
      <dc:creator>willief</dc:creator>
      <dc:date>2015-07-27T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error in payment responses for production transactions by profiles</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51543#M26895</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18678"&gt;@willief﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the problem originally reported should be corrected. &amp;nbsp;If your merchants continue to see problems, I would suggest opening up a new thread with details on how to duplicate the problem. &amp;nbsp;We would be happy to look into the issue for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 18:27:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-in-payment-responses-for-production-transactions-by/m-p/51543#M26895</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-07-27T18:27:40Z</dc:date>
    </item>
  </channel>
</rss>

