<?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: Intermittent issues with the sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53485#M28599</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&amp;nbsp;around 2 hours ago. But we have got a few of these over the week.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2016 18:42:45 GMT</pubDate>
    <dc:creator>HW</dc:creator>
    <dc:date>2016-01-08T18:42:45Z</dc:date>
    <item>
      <title>Intermittent issues with the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53481#M28595</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've integrated the Authorize.net API into an application that is currently in testing. We are using a sandbox account while in testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have faced some intermittent issues with the sandbox environment. It works most of the time but sometimes it returns&lt;SPAN&gt;&amp;nbsp;E00001 (An error occurred during processing. Please try again) and then starts working again after a few minutes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has someone else faced similar issues with the sandbox intermittently? Please share your experiences in this regard.&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;Hugh.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:19:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53481#M28595</guid>
      <dc:creator>HW</dc:creator>
      <dc:date>2016-01-08T18:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent issues with the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53482#M28596</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19496"&gt;@HW﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which endpoint are you having trouble with, and can you share the entire response when you receive this message?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:30:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53482#M28596</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-01-08T18:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent issues with the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53483#M28597</link>
      <description>&lt;P&gt;Using the sandbox API at&amp;nbsp;&lt;A href="https://apitest.authorize.net." target="_blank"&gt;https://apitest.authorize.net.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a request:&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;![CDATA[3ehJ53ZZ]]&amp;gt;&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;xxxx&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;&amp;lt;![CDATA[voidTransaction]]&amp;gt;&amp;lt;/transactionType&amp;gt;
    &amp;lt;refTransId&amp;gt;&amp;lt;![CDATA[2248516495]]&amp;gt;&amp;lt;/refTransId&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;And here's the response:&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: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;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;An error occurred during processing. Please try again.&amp;lt;/text&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;</description>
      <pubDate>Fri, 08 Jan 2016 18:34:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53483#M28597</guid>
      <dc:creator>HW</dc:creator>
      <dc:date>2016-01-08T18:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent issues with the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53484#M28598</link>
      <description>&lt;P&gt;How recently have you seen this error?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:40:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53484#M28598</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-01-08T18:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent issues with the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53485#M28599</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&amp;nbsp;around 2 hours ago. But we have got a few of these over the week.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:42:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53485#M28599</guid>
      <dc:creator>HW</dc:creator>
      <dc:date>2016-01-08T18:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent issues with the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53486#M28600</link>
      <description>&lt;P&gt;We did experience an issue earlier today in the sandbox but was corrected. &amp;nbsp;Let us know if you continue to have trouble.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:49:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Intermittent-issues-with-the-sandbox/m-p/53486#M28600</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-01-08T18:49:41Z</dc:date>
    </item>
  </channel>
</rss>

