<?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: Problem Using Accept.js in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65445#M39114</link>
    <description>&lt;P&gt;Oh ffs, 2 hours lost here too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it's still not updated!!&lt;/P&gt;</description>
    <pubDate>Sun, 23 Dec 2018 02:53:04 GMT</pubDate>
    <dc:creator>lasertoast</dc:creator>
    <dc:date>2018-12-23T02:53:04Z</dc:date>
    <item>
      <title>Problem Using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/60327#M34874</link>
      <description>&lt;P&gt;I followed the steps to set up Accept.js here:&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do the very first step, which is to verify the credit card data, I get an error:&amp;nbsp;E_WC_10:Please provide valid apiloginid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My api login id and client id are correct.&lt;/P&gt;&lt;P&gt;I've tried using both the regular script and the sandbox script urls.&lt;/P&gt;&lt;P&gt;I have a sandbox account set up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just can't understand why it's kicking back that error, when I'm using the proper values. What else should I be checking?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:51:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/60327#M34874</guid>
      <dc:creator>ChrisKC</dc:creator>
      <dc:date>2017-11-01T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/60328#M34875</link>
      <description>&lt;P&gt;Problem solved. Can somebody please update the example code on this page?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent almost two hours researching and troubleshooting in order to figure out that there's a typo in the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
function sendPaymentDataToAnet() {
	var authData = {};
		authData.clientKey = "YOUR PUBLIC CLIENT KEY";
		authData.apiLoginId = "YOUR API LOGIN";
}
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;Should be this:&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
function sendPaymentDataToAnet() {
	var authData = {};
		authData.clientKey = "YOUR PUBLIC CLIENT KEY";
		authData.apiLoginID = "YOUR API LOGIN";
}
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;Notice the difference in authData.apiLoginId vs authData.apiLoginID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 18:01:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/60328#M34875</guid>
      <dc:creator>ChrisKC</dc:creator>
      <dc:date>2017-11-01T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/64761#M38576</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22581"&gt;@ChrisKC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I followed the steps to set up Accept.js here:&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do the very first step, which is to verify the credit card data, I get an error:&amp;nbsp;E_WC_10:Please provide valid apiloginid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My api login id and client id are correct. &lt;A href="https://prepaidgiftbalance.net/" target="_self"&gt;&lt;FONT color="#000000"&gt;prepaid gift balance&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've tried using both the regular script and the sandbox script urls.&lt;/P&gt;&lt;P&gt;I have a sandbox account set up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just can't understand why it's kicking back that error, when I'm using the proper values. What else should I be checking?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;For me exactly the same ... really annoying!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 09:29:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/64761#M38576</guid>
      <dc:creator>William093</dc:creator>
      <dc:date>2018-10-13T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65445#M39114</link>
      <description>&lt;P&gt;Oh ffs, 2 hours lost here too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it's still not updated!!&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 02:53:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65445#M39114</guid>
      <dc:creator>lasertoast</dc:creator>
      <dc:date>2018-12-23T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65446#M39115</link>
      <description>&lt;P&gt;Oh ffs, 2 hours lost here too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it's still not updated!!&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 02:54:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65446#M39115</guid>
      <dc:creator>lasertoast</dc:creator>
      <dc:date>2018-12-23T02:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65457#M39124</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We use Authorize.net Accept.js to accept credit card payment. Its working fine in 95% cases but in some cases its not generate dataValue and dataDescriptor and post credit card details to server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot find excate reason because in 95% cases its working fine and also error not getting in 5% cases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;We didn't get any error code because in some case Accept.js not load even when Accept.js internally call AcceptCore.js file not loaded.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Suggest me Is there any way to detect if Accept.js and AcceptCore.js loaded or not?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Hiren Shah&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Dec 2018 14:12:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-Using-Accept-js/m-p/65457#M39124</guid>
      <dc:creator>hirenshah23</dc:creator>
      <dc:date>2018-12-24T14:12:24Z</dc:date>
    </item>
  </channel>
</rss>

