<?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: Opaque Data always returns same dataValue in Test environment in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64318#M38237</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25883"&gt;@Craig_i3&lt;/a&gt;&amp;nbsp;the sandbox should not behave this way, I've escalated your issue for more investigation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 15:41:50 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2018-08-28T15:41:50Z</dc:date>
    <item>
      <title>Opaque Data always returns same dataValue in Test environment</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64289#M38218</link>
      <description>&lt;P&gt;is this by design?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i always get the same dataValue returned no matter what card details i enter - and then when i try to process a transactionRequest using it i get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E00114 - Invalid OTS Token&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried initially using the following request via the "Try It"&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/#authentication" target="_blank"&gt;https://developer.authorize.net/api/reference/#authentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;securePaymentContainerRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
	&amp;lt;merchantAuthentication&amp;gt;
		&amp;lt;name&amp;gt;??&amp;lt;/name&amp;gt;
		&amp;lt;transactionKey&amp;gt;??&amp;lt;/transactionKey&amp;gt;
	&amp;lt;/merchantAuthentication&amp;gt;

 &amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
    &amp;lt;data&amp;gt;
    	&amp;lt;type&amp;gt;TOKEN&amp;lt;/type&amp;gt;
    	&amp;lt;id&amp;gt;22&amp;lt;/id&amp;gt;
    	&amp;lt;token&amp;gt;
    		&amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;
    		&amp;lt;expirationDate&amp;gt;122020&amp;lt;/expirationDate&amp;gt;
    		&amp;lt;cardCode&amp;gt;900&amp;lt;/cardCode&amp;gt;
    		&amp;lt;fullName&amp;gt;Craig Gamble&amp;lt;/fullName&amp;gt;
    	&amp;lt;/token&amp;gt;
    &amp;lt;/data&amp;gt;
&amp;lt;/securePaymentContainerRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but always returned same value no matter what data passed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so then went with the&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html#Example_of_the_Complete_HTML_Page" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html#Example_of_the_Complete_HTML_Page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using the Hosted Form Method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and even it returns the same dataValue?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 15:06:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64289#M38218</guid>
      <dc:creator>Craig_i3</dc:creator>
      <dc:date>2018-08-23T15:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Opaque Data always returns same dataValue in Test environment</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64315#M38234</link>
      <description>&lt;P&gt;i assume this is by design in the sandbox environment, whereas production environment in test mode will return valid data&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 13:45:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64315#M38234</guid>
      <dc:creator>Craig_i3</dc:creator>
      <dc:date>2018-08-28T13:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Opaque Data always returns same dataValue in Test environment</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64318#M38237</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25883"&gt;@Craig_i3&lt;/a&gt;&amp;nbsp;the sandbox should not behave this way, I've escalated your issue for more investigation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:41:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64318#M38237</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2018-08-28T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Opaque Data always returns same dataValue in Test environment</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64339#M38254</link>
      <description>&lt;P&gt;thanks &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt; - how long do the investigations take roughly to be resolved?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 07:29:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Opaque-Data-always-returns-same-dataValue-in-Test-environment/m-p/64339#M38254</guid>
      <dc:creator>Craig_i3</dc:creator>
      <dc:date>2018-08-31T07:29:14Z</dc:date>
    </item>
  </channel>
</rss>

