<?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: Sandbox Accept.js seems to be down in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55937#M30760</link>
    <description>&lt;P&gt;Seems to be an IIS setup issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar issue:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.johnny.io/how-to-fix-the-custom-error-module-does-not-recognize-this-error/" target="_blank"&gt;http://blog.johnny.io/how-to-fix-the-custom-error-module-does-not-recognize-this-error/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2016 19:36:23 GMT</pubDate>
    <dc:creator>blackbeltdev</dc:creator>
    <dc:date>2016-10-12T19:36:23Z</dc:date>
    <item>
      <title>Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55935#M30758</link>
      <description>&lt;P&gt;I'm getting a 550 error in the&amp;nbsp;Chrome network monitor. It was working earlier today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XMLHttpRequest cannot load &lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://localhost:5000' is therefore not allowed access. The response had HTTP status code 550.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the extract Curl command&lt;/P&gt;&lt;P&gt;curl "&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;" -X OPTIONS -H "Pragma: no-cache" -H "Access-Control-Request-Method: POST" -H "Origin: https://localhost:5000" -H "Accept-Encoding: gzip, deflate, sdch, br" -H "Accept-Language: en-US,en;q=0.8" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36" -H "Accept: */*" -H "Cache-Control: no-cache" -H "Referer: https://localhost:5000/" -H "Connection: keep-alive" -H "Access-Control-Request-Headers: content-type" --compressed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is also showing 550&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 18:29:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55935#M30758</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-12T18:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55936#M30759</link>
      <description>&lt;P&gt;Here's the actual response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ curl -i "&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;" -X OPTIONS -H "Pragma: no-cache" -H "Access-Control-Request-Method: POST" -H "Origin: https://localhost:5000" -H "Accept-Encoding: gzip, deflate, sdch, br" -H "Accept-Language: en-US,en;q=0.8" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36" -H "Accept: */*" -H "Cache-Control: no-cache" -H "Referer: https://localhost:5000/" -H "Connection: keep-alive" -H "Access-Control-Request-Headers: content-type" --compressed&lt;BR /&gt;HTTP/1.1 550 Unknown&lt;BR /&gt;Content-Type: text/html&lt;BR /&gt;Server: Microsoft-IIS/7.5&lt;BR /&gt;Content-Length: 54&lt;BR /&gt;Date: Wed, 12 Oct 2016 19:09:14 GMT&lt;BR /&gt;Connection: keep-alive&lt;/P&gt;&lt;P&gt;The custom error module does not recognize this error.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 19:10:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55936#M30759</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-12T19:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55937#M30760</link>
      <description>&lt;P&gt;Seems to be an IIS setup issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar issue:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.johnny.io/how-to-fix-the-custom-error-module-does-not-recognize-this-error/" target="_blank"&gt;http://blog.johnny.io/how-to-fix-the-custom-error-module-does-not-recognize-this-error/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 19:36:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55937#M30760</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-12T19:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55938#M30761</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/14211"&gt;@blackbeltdev﻿&lt;/a&gt;&amp;nbsp;Thanks. We're investigating right now.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 19:51:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55938#M30761</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2016-10-12T19:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55939#M30762</link>
      <description>&lt;P&gt;We are also experiencing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resolving apitest.authorize.net... 96.16.164.192&lt;BR /&gt;Connecting to apitest.authorize.net|96.16.164.192|:443... connected.&lt;BR /&gt;HTTP request sent, awaiting response... 550 Unknown&lt;BR /&gt;2016-10-12 16:41:35 ERROR 550: Unknown.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 20:55:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55939#M30762</guid>
      <dc:creator>hanseric</dc:creator>
      <dc:date>2016-10-12T20:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55940#M30763</link>
      <description>&lt;P&gt;We've identified the cause and are currently staging a fix, which I expect will be deployed in the next few hours. If there are any delays I'll update the thread. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 22:58:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55940#M30763</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2016-10-12T22:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55945#M30768</link>
      <description>&lt;P&gt;I am still seeing this error on the Sandbox Server,&amp;nbsp;has the fix been deployed?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 13:01:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55945#M30768</guid>
      <dc:creator>bryankacz</dc:creator>
      <dc:date>2016-10-13T13:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55946#M30769</link>
      <description>&lt;P&gt;What is the status on this?&amp;nbsp; This issue is also impacting the soap test service.&amp;nbsp; Fetching &lt;A href="https://apitest.authorize.net/soap/v1/Service.asmx?wsdl" target="_blank"&gt;https://apitest.authorize.net/soap/v1/Service.asmx?wsdl&lt;/A&gt; results in the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The custom error module does not recognize this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 13:41:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55946#M30769</guid>
      <dc:creator>pwilliams</dc:creator>
      <dc:date>2016-10-13T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55947#M30770</link>
      <description>&lt;P&gt;We have a mission critical dev project which was supposed to launch today. It is stopped. Please provide upate as soon as possible so we can inform our clients of the status.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 13:53:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55947#M30770</guid>
      <dc:creator>hanseric</dc:creator>
      <dc:date>2016-10-13T13:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55949#M30771</link>
      <description>&lt;P&gt;We encountered a delay. We understand this needs to be fixed urgently, but it's critical that we do so correctly. We will be working on getting this fixed today. Many apologies for the inconvenience.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 14:54:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55949#M30771</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2016-10-13T14:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55950#M30772</link>
      <description>&lt;P&gt;There's 3 things I'd like to see after the service is restored:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) What happened? There was some event yesterday which caused the service to stop working. If there was an update there should be better notification and smoke testing to ensure&amp;nbsp;us consumers aren't affected as well as reliable rollback procedures (A/B swtich, etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Add better monitoring so excessive downtime can&amp;nbsp;be avoided.&amp;nbsp;Also add a service dashboard (e.g.&amp;nbsp;&lt;A href="http://open.concur.com/" target="_blank"&gt;http://open.concur.com/&lt;/A&gt;) for greater transparency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Make sure that the JS 'responseHandler' callback function is called from Accept.dispatchData when ANY error happens so it can be notified there was a problem. For example in our application we are displaying a busy indicator until the call returns, which it never does because it eats the exception, so our application appears stuck in a loop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also have&amp;nbsp;a critical hot fix that is delayed due to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 15:40:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55950#M30772</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-13T15:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55955#M30777</link>
      <description>&lt;P&gt;The issue has been resolved, and HTTP OPTIONS calls should return the appropriate CORS headers. We apologize for the inconvenience.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 18:43:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55955#M30777</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2016-10-13T18:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55957#M30779</link>
      <description>&lt;P&gt;Our issue wasn't "accept.js" per se. It was generally that the sandbox was timing out for us suddenly. It is now working for us.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 19:13:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55957#M30779</guid>
      <dc:creator>hanseric</dc:creator>
      <dc:date>2016-10-13T19:13:37Z</dc:date>
    </item>
    <item>
      <title>RE: Problem in Accept.js library</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55968#M30788</link>
      <description>&lt;P&gt;&lt;BR /&gt;We have simply added &lt;A href="https://jstest.authorize.net/v1/Accept.js" target="_blank"&gt;https://jstest.&lt;SPAN class="il"&gt;authorize&lt;/SPAN&gt;.net/v1/Accept.js&lt;/A&gt; in oue page and hit sendPaymentDataToAnet function. We have cheked if this function working or not with alert message and its working. After that we have set creditdata and authdata in secureData variable and also checked securedata variable with alert and all values set in this variable. But when it comes to execute function Accept.dispatchData(secureData, 'responseHandler'), it will give us above error i.e Uncaught TypeError: window[c] is not a function in &lt;A href="https://jstest.authorize.net/v1/AcceptCore.js" target="_blank"&gt;https://jstest.&lt;SPAN class="il"&gt;authorize&lt;/SPAN&gt;.net/v1/AcceptCore.js&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We haven't yet find this issue to be fixed.&lt;BR /&gt;&lt;BR /&gt;Please fix this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:40:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55968#M30788</guid>
      <dc:creator>lovey</dc:creator>
      <dc:date>2016-10-14T14:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Problem in Accept.js library</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55973#M30793</link>
      <description>&lt;P&gt;@lovely&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is NOT a problem right now. It sounds like a programming error on your side. I would still like answers to the 3 issues I raised however&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 15:32:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55973#M30793</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-14T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Problem in Accept.js library</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55974#M30794</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20756"&gt;@lovey﻿&lt;/a&gt;&amp;nbsp;Here's a fully functional test you can use to verify it works. All you need to do is update the apiKey/publicKey (marked TODO in the code). This MUST be served from an HTTPS server to work (e.g. I used Node.js). Visit the page and hit Pay button and you will get a nonce displayed in alert and console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE &lt;/SPAN&gt;&lt;SPAN&gt;html&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;html &lt;/SPAN&gt;&lt;SPAN&gt;lang=&lt;/SPAN&gt;&lt;SPAN&gt;"en"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;head&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;meta &lt;/SPAN&gt;&lt;SPAN&gt;charset=&lt;/SPAN&gt;&lt;SPAN&gt;"UTF-8"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;meta &lt;/SPAN&gt;&lt;SPAN&gt;name=&lt;/SPAN&gt;&lt;SPAN&gt;"viewport" &lt;/SPAN&gt;&lt;SPAN&gt;content=&lt;/SPAN&gt;&lt;SPAN&gt;"width=device-width, initial-scale=1.0"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;title&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Payment Screen using Accept.js POC&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;title&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script &lt;/SPAN&gt;&lt;SPAN&gt;src=&lt;/SPAN&gt;&lt;SPAN&gt;"jquery.min.js"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script &lt;/SPAN&gt;&lt;SPAN&gt;src=&lt;/SPAN&gt;&lt;SPAN&gt;"https://jstest.authorize.net/v1/Accept.js"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;head&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div &lt;/SPAN&gt;&lt;SPAN&gt;class=&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;fieldset&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;        &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;fieldset&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;label &lt;/SPAN&gt;&lt;SPAN&gt;for=&lt;/SPAN&gt;&lt;SPAN&gt;"cardNumber"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Card Number&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;input &lt;/SPAN&gt;&lt;SPAN&gt;id=&lt;/SPAN&gt;&lt;SPAN&gt;"cardNumber" &lt;/SPAN&gt;&lt;SPAN&gt;value=&lt;/SPAN&gt;&lt;SPAN&gt;"370000000000002"&lt;/SPAN&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;label &lt;/SPAN&gt;&lt;SPAN&gt;for=&lt;/SPAN&gt;&lt;SPAN&gt;"securityCode"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;CVV/CVD&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;input &lt;/SPAN&gt;&lt;SPAN&gt;id=&lt;/SPAN&gt;&lt;SPAN&gt;"securityCode" &lt;/SPAN&gt;&lt;SPAN&gt;value=&lt;/SPAN&gt;&lt;SPAN&gt;"900"&lt;/SPAN&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;        &lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;fieldset&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;        &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;fieldset&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;legend&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Card Expiration&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;legend&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;input &lt;/SPAN&gt;&lt;SPAN&gt;id=&lt;/SPAN&gt;&lt;SPAN&gt;"expirationMonth" &lt;/SPAN&gt;&lt;SPAN&gt;value=&lt;/SPAN&gt;&lt;SPAN&gt;"08" &lt;/SPAN&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;label &lt;/SPAN&gt;&lt;SPAN&gt;for=&lt;/SPAN&gt;&lt;SPAN&gt;"expirationMonth"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Month&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;input &lt;/SPAN&gt;&lt;SPAN&gt;id=&lt;/SPAN&gt;&lt;SPAN&gt;"expirationYear" &lt;/SPAN&gt;&lt;SPAN&gt;value=&lt;/SPAN&gt;&lt;SPAN&gt;"2022"&lt;/SPAN&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;            &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;label &lt;/SPAN&gt;&lt;SPAN&gt;for=&lt;/SPAN&gt;&lt;SPAN&gt;"expirationYear"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Year&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;        &lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;fieldset&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;fieldset&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;button &lt;/SPAN&gt;&lt;SPAN&gt;type=&lt;/SPAN&gt;&lt;SPAN&gt;"submit" &lt;/SPAN&gt;&lt;SPAN&gt;onclick=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;sendPaymentDataToAnet&lt;/SPAN&gt;()&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Pay&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;    &lt;SPAN&gt;'use strict'&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;var &lt;/SPAN&gt;&lt;SPAN&gt;config &lt;/SPAN&gt;= {&lt;BR /&gt;        &lt;SPAN&gt;apiLoginID&lt;/SPAN&gt;: &lt;SPAN&gt;'TODO'&lt;/SPAN&gt;,&lt;BR /&gt;        &lt;SPAN&gt;clientKey&lt;/SPAN&gt;: &lt;SPAN&gt;'TODO'&lt;BR /&gt;&lt;/SPAN&gt;    };&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;function &lt;/SPAN&gt;&lt;SPAN&gt;sendPaymentDataToAnet&lt;/SPAN&gt;() {&lt;BR /&gt;        &lt;SPAN&gt;var &lt;/SPAN&gt;&lt;SPAN&gt;secureData &lt;/SPAN&gt;= {}, &lt;SPAN&gt;authData &lt;/SPAN&gt;= {}, &lt;SPAN&gt;cardData &lt;/SPAN&gt;= {};&lt;BR /&gt;&lt;BR /&gt;        &lt;SPAN&gt;cardData&lt;/SPAN&gt;.&lt;SPAN&gt;cardNumber &lt;/SPAN&gt;= &lt;SPAN&gt;document&lt;/SPAN&gt;.&lt;SPAN&gt;getElementById&lt;/SPAN&gt;(&lt;SPAN&gt;'cardNumber'&lt;/SPAN&gt;).&lt;SPAN&gt;value&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;cardData&lt;/SPAN&gt;.&lt;SPAN&gt;cardCode &lt;/SPAN&gt;= &lt;SPAN&gt;document&lt;/SPAN&gt;.&lt;SPAN&gt;getElementById&lt;/SPAN&gt;(&lt;SPAN&gt;'securityCode'&lt;/SPAN&gt;).&lt;SPAN&gt;value&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;cardData&lt;/SPAN&gt;.&lt;SPAN&gt;month &lt;/SPAN&gt;= &lt;SPAN&gt;document&lt;/SPAN&gt;.&lt;SPAN&gt;getElementById&lt;/SPAN&gt;(&lt;SPAN&gt;'expirationMonth'&lt;/SPAN&gt;).&lt;SPAN&gt;value&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;cardData&lt;/SPAN&gt;.&lt;SPAN&gt;year &lt;/SPAN&gt;= &lt;SPAN&gt;document&lt;/SPAN&gt;.&lt;SPAN&gt;getElementById&lt;/SPAN&gt;(&lt;SPAN&gt;'expirationYear'&lt;/SPAN&gt;).&lt;SPAN&gt;value&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;secureData&lt;/SPAN&gt;.&lt;SPAN&gt;cardData &lt;/SPAN&gt;= &lt;SPAN&gt;cardData&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;        &lt;SPAN&gt;authData&lt;/SPAN&gt;.&lt;SPAN&gt;clientKey &lt;/SPAN&gt;= &lt;SPAN&gt;config&lt;/SPAN&gt;.&lt;SPAN&gt;clientKey&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;authData&lt;/SPAN&gt;.&lt;SPAN&gt;apiLoginID &lt;/SPAN&gt;= &lt;SPAN&gt;config&lt;/SPAN&gt;.&lt;SPAN&gt;apiLoginID&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;secureData&lt;/SPAN&gt;.&lt;SPAN&gt;authData &lt;/SPAN&gt;= &lt;SPAN&gt;authData&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;        Accept.dispatchData(&lt;SPAN&gt;secureData&lt;/SPAN&gt;, &lt;SPAN&gt;'responseHandler'&lt;/SPAN&gt;);&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;function &lt;/SPAN&gt;&lt;SPAN&gt;responseHandler&lt;/SPAN&gt;(response) {&lt;BR /&gt;        &lt;SPAN&gt;if &lt;/SPAN&gt;(response.messages.resultCode === &lt;SPAN&gt;'Error'&lt;/SPAN&gt;) {&lt;BR /&gt;            &lt;SPAN&gt;for &lt;/SPAN&gt;(&lt;SPAN&gt;var &lt;/SPAN&gt;&lt;SPAN&gt;i &lt;/SPAN&gt;= &lt;SPAN&gt;0&lt;/SPAN&gt;; &lt;SPAN&gt;i &lt;/SPAN&gt;&amp;lt; response.messages.&lt;SPAN&gt;message&lt;/SPAN&gt;.&lt;SPAN&gt;length&lt;/SPAN&gt;; &lt;SPAN&gt;i&lt;/SPAN&gt;++) {&lt;BR /&gt;                &lt;SPAN&gt;console&lt;/SPAN&gt;.&lt;SPAN&gt;log&lt;/SPAN&gt;(response.messages.&lt;SPAN&gt;message&lt;/SPAN&gt;[&lt;SPAN&gt;i&lt;/SPAN&gt;].&lt;SPAN&gt;code &lt;/SPAN&gt;+ &lt;SPAN&gt;':' &lt;/SPAN&gt;+ response.messages.&lt;SPAN&gt;message&lt;/SPAN&gt;[&lt;SPAN&gt;i&lt;/SPAN&gt;].&lt;SPAN&gt;text&lt;/SPAN&gt;);&lt;BR /&gt;            }&lt;BR /&gt;        } &lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;            &lt;SPAN&gt;useOpaqueData&lt;/SPAN&gt;(response.opaqueData)&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;function &lt;/SPAN&gt;&lt;SPAN&gt;useOpaqueData&lt;/SPAN&gt;(responseData) {&lt;BR /&gt;        &lt;SPAN&gt;// This is where you would set the data descriptor &amp;amp; data value to be posted back to your server&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;console&lt;/SPAN&gt;.&lt;SPAN&gt;log&lt;/SPAN&gt;(responseData.dataDescriptor);&lt;BR /&gt;        &lt;SPAN&gt;console&lt;/SPAN&gt;.&lt;SPAN&gt;log&lt;/SPAN&gt;(responseData.dataValue);&lt;BR /&gt;        &lt;SPAN&gt;alert&lt;/SPAN&gt;(responseData.dataValue);&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;html&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 15:36:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55974#M30794</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-14T15:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept.js seems to be down</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55975#M30795</link>
      <description>&lt;P&gt;I just stumbled upon this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://status.authorize.net/" target="_blank"&gt;https://status.authorize.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However it is not accurate as there&amp;nbsp;no mention of this outage.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:04:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/55975#M30795</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-10-14T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Problem in Accept.js library</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/68240#M41485</link>
      <description>&lt;P&gt;Can you please comment out how &lt;EM&gt;responsehandler&lt;/EM&gt; can be defined on ReactJS application&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;form id="paymentForm" method="POST" action=""&amp;gt;
          &amp;lt;input type="hidden" name="dataValue" id="dataValue" /&amp;gt;
          &amp;lt;input type="hidden" name="dataDescriptor" id="dataDescriptor" /&amp;gt;
          &amp;lt;InputDiv id="proceed"&amp;gt;
            &amp;lt;Button
              type="button"
              id="paymentButton"
              className="AcceptUI"
              data-billingAddressOptions='{"show":true, "required":false}'
              data-apiLoginID={
                process.env.REACT_APP_AUTHORIZE_NET_LOGIN_ID
              }
              data-clientKey={
                process.env.REACT_APP_AUTHORIZE_NET_TRANSITION_KEY 
              }
              data-acceptUIFormBtnTxt="Pay now"
              data-acceptUIFormHeaderTxt="Card Information"
              data-paymentOptions='{"showCreditCard": true, "showBankAccount": true}'
              data-responseHandler={(response) =&amp;gt; {
                this.handleSendPaymentInformationToAuthorizeNet(response);
              }}
            &amp;gt;
              Proceed
            &amp;lt;/Button&amp;gt;
          &amp;lt;/InputDiv&amp;gt;
        &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;handleSendPaymentInformationToAuthorizeNet = (response) =&amp;gt; {
    console.log('response is', response);
  };&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Jul 2019 05:46:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-js-seems-to-be-down/m-p/68240#M41485</guid>
      <dc:creator>vamshi27</dc:creator>
      <dc:date>2019-07-02T05:46:51Z</dc:date>
    </item>
  </channel>
</rss>

