<?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: Very Slow Sandbox Response (If Any) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68120#M41381</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Does anybody else observe the same response times?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jun 2019 06:00:38 GMT</pubDate>
    <dc:creator>Lily224</dc:creator>
    <dc:date>2019-06-22T06:00:38Z</dc:date>
    <item>
      <title>Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68115#M41377</link>
      <description>&lt;P&gt;I am working on a hosted payment page solution through Authorize Net, and have been having issues with extremely slow response times after entering credit card information, if I get a response at all. I enter the information and hit the pay button, and I receive a confimation email almost immediately. The page, however, is stuck on processing for an absurd period of time. I have had it take 10 minutes some times (if I'm lucky), and other I have left it up for over 30 minutes without it ever returning. Most of the times I never get a response before I get impatient and try again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there issues with the sandbox right now? What's going on here?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 20:34:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68115#M41377</guid>
      <dc:creator>gratdevtech</dc:creator>
      <dc:date>2019-06-21T20:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68117#M41379</link>
      <description>&lt;P&gt;I am I am connecting from Vermont via Comcast and have not had any problems (from home office). When I had a few code bugs the page looked like it was not responding since it did not produce errors in log.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 23:17:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68117#M41379</guid>
      <dc:creator>casa6619T</dc:creator>
      <dc:date>2019-06-21T23:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68118#M41380</link>
      <description>&lt;P&gt;But it does work occasionally, it is just rare and still extremely slow. I do get these errors fairly often, usually a minute or two after submitting the form:&amp;nbsp;&lt;/P&gt;&lt;P&gt;From&amp;nbsp;&lt;A href="https://test.authorize.net/payment/Scripts/v1/polyfills.bundle.js" target="_blank"&gt;https://test.authorize.net/payment/Scripts/v1/polyfills.bundle.js&lt;/A&gt; -&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;POST https://test.authorize.net/Payment/Api.ashx 550 (Unknown)&lt;/PRE&gt;&lt;P&gt;From&amp;nbsp;&lt;A href="https://test.authorize.net/payment/Scripts/v1/main.bundle.js" target="_blank"&gt;https://test.authorize.net/payment/Scripts/v1/main.bundle.js&lt;/A&gt; -&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Other Error Occurs: Response with status: 550 Unknown for URL: https://test.authorize.net/Payment/Api.ashx&lt;/PRE&gt;&lt;P&gt;Even when it does go through, I have issues on the receipt page. I am using the iframe solution, and the calls to the&amp;nbsp;callParentFunction do not have the values I would expect. The string passed is 'action=cancel' which is the exact same thing I receive if I click on the cancel button on the page with the credit card info form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 01:38:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68118#M41380</guid>
      <dc:creator>gratdevtech</dc:creator>
      <dc:date>2019-06-22T01:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68120#M41381</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Does anybody else observe the same response times?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 06:00:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68120#M41381</guid>
      <dc:creator>Lily224</dc:creator>
      <dc:date>2019-06-22T06:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68125#M41386</link>
      <description>&lt;P&gt;This is all in sandbox btw:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, so I've tried the iFrame method, I've tried to hosted page redirect method, I've even taken all of my own information out of the token request and used the example at&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt;&amp;nbsp;verbatim, besides adding my own&amp;nbsp;merchantAuthentication credentials, and I'm still getting this error in my browser console:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Other Error Occurs: Response with status: 550 Unknown for URL: https://test.authorize.net/Payment/Api.ashx&lt;/PRE&gt;&lt;P&gt;With no other indication of why the&amp;nbsp;&lt;A href="https://test.authorize.net/payment/payment" target="_blank"&gt;https://test.authorize.net/payment/payment&lt;/A&gt;&amp;nbsp;page gets stuck at processing basically everytime. (I hit pay and the button text changes to 'Processing', never to finish) I have had a few times where it actually finished processing (roughly 4 out of 150), but even some of those took over ten minutes to return.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the hosted payment page not actually ready for real life situations? I'm thinking at this point that my best option is to host the payment page myself and use API calls to communicate with Authorize Net, but I'm confused as to why more people aren't running into issues like this. I'm about at my wits end here, please help.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 01:20:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68125#M41386</guid>
      <dc:creator>gratdevtech</dc:creator>
      <dc:date>2019-06-24T01:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68178#M41431</link>
      <description>&lt;P&gt;Well I've discovered the solution.. I was on sandbox in test mode. If you are using the sandbox, make sure to go live to your fake transactions will actually go through..&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 14:29:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/68178#M41431</guid>
      <dc:creator>gratdevtech</dc:creator>
      <dc:date>2019-06-26T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Very Slow Sandbox Response (If Any)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/88515#M55776</link>
      <description>&lt;P&gt;Thanks, that was super helpful! Who would have thought that the sandbox has a Test mode and a Live mode.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 10:51:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Very-Slow-Sandbox-Response-If-Any/m-p/88515#M55776</guid>
      <dc:creator>tomtichy410</dc:creator>
      <dc:date>2024-01-04T10:51:48Z</dc:date>
    </item>
  </channel>
</rss>

