<?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: error: E00114 testing on sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56986#M31731</link>
    <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;It's working now. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;When it wasn't working the response was quick. Now that it is working, I'm back to 30-40 second response times. This is on the 2nd step, the post of the sale data with the&amp;nbsp;nonce.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I understand this delay is apparentlhy unique to my setup somehow.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 17:56:12 GMT</pubDate>
    <dc:creator>leehinde</dc:creator>
    <dc:date>2017-02-21T17:56:12Z</dc:date>
    <item>
      <title>error: E00114 testing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56973#M31718</link>
      <description>&lt;P&gt;I'm working on an accept.js integration with my sandbox account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the web side to return&amp;nbsp;the transaction code. At this point, the response is literally from the sample code provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;function useOpaqueData(responseData) {
    // This is where you would set the data descriptor &amp;amp; data value to be posted back to your server
    console.log(responseData.dataDescriptor);
    console.log(responseData.dataValue);
    alert(responseData.dataValue);
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I was working on the backend card charge routines I used the 'dataValue'&amp;nbsp;and got an&amp;nbsp;E00114 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The posted json:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
	"createTransactionRequest": {
		"merchantAuthentication": {
			"name": "name",
			"transactionKey": "Key"
		},
		"transactionRequest": {
			"transactionType": "authCaptureTransaction",
			"amount": 5,
			"payment": {
				"opaqueData": {
					"dataDescriptor": "COMMON.ACCEPT.INAPP.PAYMENT",
					"dataValue": "mynoncehere"
				}
			}
		}
	}
}&lt;/PRE&gt;&lt;P&gt;The error response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"transactionResponse":{},"messages":{"resultCode":"Error","message":[{"code":"E00114","text":"Invalid OTS Token."}]}}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i reran the web side to get a new nonce, I got the same&amp;nbsp;&lt;SPAN&gt;dataValue&lt;/SPAN&gt; back. Repeatedly, even if I changed the credit card number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That doesn't seem right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, a)&amp;nbsp;is there anyway to get more info about what's wrong wtih the OTS Token.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b) why do I keep getting the same nonce back?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 03:32:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56973#M31718</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-02-19T03:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: error: E00114 testing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56978#M31723</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/287"&gt;@leehinde&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you still experiencing this issue? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:03:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56978#M31723</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-02-21T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: error: E00114 testing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56986#M31731</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;It's working now. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;When it wasn't working the response was quick. Now that it is working, I'm back to 30-40 second response times. This is on the 2nd step, the post of the sale data with the&amp;nbsp;nonce.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I understand this delay is apparentlhy unique to my setup somehow.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:56:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/error-E00114-testing-on-sandbox/m-p/56986#M31731</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-02-21T17:56:12Z</dc:date>
    </item>
  </channel>
</rss>

