<?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: Accept.js returning E_WC_15:An error occurred during processing. Please try again. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55511#M30384</link>
    <description>&lt;P&gt;Hey there, I have my API Key in my actual code, I just removed it for this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas? Appreciate the response!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 14:29:32 GMT</pubDate>
    <dc:creator>afail</dc:creator>
    <dc:date>2016-08-19T14:29:32Z</dc:date>
    <item>
      <title>Accept.js returning E_WC_15:An error occurred during processing. Please try again.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55499#M30373</link>
      <description>&lt;P&gt;I am trying to test out the Accept.Js and keep receiving an E_WC_15 error.&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;input &lt;/SPAN&gt;id=&lt;SPAN&gt;"CARDNUMBER_ID" &lt;/SPAN&gt;type=&lt;SPAN&gt;"text" &lt;/SPAN&gt;value=&lt;SPAN&gt;"4007000000027"&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN&gt;br&lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;input &lt;/SPAN&gt;id=&lt;SPAN&gt;"EXPIRY_MONTH_ID" &lt;/SPAN&gt;type=&lt;SPAN&gt;"text" &lt;/SPAN&gt;value=&lt;SPAN&gt;"12"&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN&gt;br&lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;input &lt;/SPAN&gt;id=&lt;SPAN&gt;"EXPIRY_YEAR_ID" &lt;/SPAN&gt;type=&lt;SPAN&gt;"text" &lt;/SPAN&gt;value=&lt;SPAN&gt;"17"&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN&gt;br&lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;input &lt;/SPAN&gt;id=&lt;SPAN&gt;"CARD_CODE" &lt;/SPAN&gt;type=&lt;SPAN&gt;"text" &lt;/SPAN&gt;value=&lt;SPAN&gt;"178"&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN&gt;br&lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;button &lt;/SPAN&gt;type=&lt;SPAN&gt;"submit" &lt;/SPAN&gt;onclick=&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;sendPaymentDataToAnet&lt;/SPAN&gt;()&lt;SPAN&gt;"&lt;/SPAN&gt;&amp;gt;Pay&amp;lt;/&lt;SPAN&gt;button&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;&lt;SPAN&gt;script &lt;/SPAN&gt;type=&lt;SPAN&gt;"text/javascript" &lt;/SPAN&gt;src=&lt;SPAN&gt;"https://jstest.authorize.net/v1/Accept.js" &lt;/SPAN&gt;charset=&lt;SPAN&gt;"utf-8"&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN&gt;script&lt;/SPAN&gt;&amp;gt;&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;script&lt;/SPAN&gt;&amp;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;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_ID'&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;'EXPIRY_MONTH_ID'&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;'EXPIRY_YEAR_ID'&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;'CARD_CODE'&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;'2WAXBK4aq7bqP97428EP7PeX8wjr2zvA6pZ253G7G76RUur4947fZG77uv6a5HtG'&lt;/SPAN&gt;;&lt;BR /&gt;        &lt;SPAN&gt;authData&lt;/SPAN&gt;.&lt;SPAN&gt;apiLoginID &lt;/SPAN&gt;= &lt;SPAN&gt;'API_KEY'&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.&lt;SPAN&gt;messages&lt;/SPAN&gt;.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.&lt;SPAN&gt;messages&lt;/SPAN&gt;.&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.&lt;SPAN&gt;messages&lt;/SPAN&gt;.&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.&lt;SPAN&gt;messages&lt;/SPAN&gt;.&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;&amp;lt;/&lt;SPAN&gt;script&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 20:12:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55499#M30373</guid>
      <dc:creator>afail</dc:creator>
      <dc:date>2016-08-17T20:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js returning E_WC_15:An error occurred during processing. Please try again.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55507#M30381</link>
      <description>&lt;P&gt;Still seeing this issue today. Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 19:10:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55507#M30381</guid>
      <dc:creator>afail</dc:creator>
      <dc:date>2016-08-18T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js returning E_WC_15:An error occurred during processing. Please try again.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55510#M30383</link>
      <description>&lt;P&gt;Are you sure the apiLoginID in your code is correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;authData.apiLoginID = 'API_KEY';&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Aug 2016 09:35:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55510#M30383</guid>
      <dc:creator>aamat</dc:creator>
      <dc:date>2016-08-19T09:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js returning E_WC_15:An error occurred during processing. Please try again.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55511#M30384</link>
      <description>&lt;P&gt;Hey there, I have my API Key in my actual code, I just removed it for this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas? Appreciate the response!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:29:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55511#M30384</guid>
      <dc:creator>afail</dc:creator>
      <dc:date>2016-08-19T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js returning E_WC_15:An error occurred during processing. Please try again.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55514#M30387</link>
      <description>&lt;P&gt;I think I figured it out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to disable the require on the Card Code on the Form Fields section in my settings.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 16:43:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-returning-E-WC-15-An-error-occurred-during-processing/m-p/55514#M30387</guid>
      <dc:creator>afail</dc:creator>
      <dc:date>2016-08-19T16:43:22Z</dc:date>
    </item>
  </channel>
</rss>

