<?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 - duplicate detection and CVV code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/58020#M32697</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21165"&gt;@willimus&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you've reported isn't something you'd see only&amp;nbsp;with Accept.js, but with all uses of the API. As part of PCI-DSS requirements, the card code can't be stored by anyone in the process of using that card, so we don't store it either. Since we don't store it, we have nothing to compare the card code in the subsequent transaction to. The workaround is as you've described: Either lowering the duplicate window for the account, or sending&amp;nbsp;&lt;SPAN&gt;duplicateWindow set to a low value for transactions using the card code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'd love to find a way around this for the future, though. I don't know for sure that the PCI-DSS requirements would permit this, but I'd love to instead compare a hash of the first transaction&amp;nbsp;&lt;EM&gt;including card code&lt;/EM&gt; to a hash of the subsequent transaction.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd encourage you to post this onto our &lt;A href="https://community.developer.cybersource.com/t5/Ideas/idb-p/ideas" target="_self"&gt;Ideas Forum&lt;/A&gt; where others can take a look, contribute feedback, and vote for new features. That can help make a stronger case for such an improvement in the future.&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2017 16:49:42 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-05-09T16:49:42Z</dc:date>
    <item>
      <title>Accept.js - duplicate detection and CVV code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/58003#M32684</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have encountered a problem in the sandbox and live gateway that the CVV code does not work as expected regarding duplicate transaction checking. If a customer enters an invalid CVV code and submits the payment, the attempt is declined as expected (according to the merchant's CVV settings). &amp;nbsp;If the customer then immediately corrects the CVV code and submit the payment again, the customers see the duplicate transaction error message. The customer then has to wait for the duplicate transaction window to expire (120 seconds by default we believe) and then attempt the payment again. We have not found any other fields that cause the same issue. &amp;nbsp;If we enter an invalid credit card number and then we correct the card number, the second attempt is not considered a duplicate. If we enter an invalid zip code and then correct the zip code, the second attempt is not considered a duplicate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to the CVV/duplicate detection issue, we are lowering our duplicate detection window to 10 seconds (and we'd like to leave this at the default value).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 14:39:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/58003#M32684</guid>
      <dc:creator>willimus</dc:creator>
      <dc:date>2017-05-08T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - duplicate detection and CVV code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/58020#M32697</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21165"&gt;@willimus&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you've reported isn't something you'd see only&amp;nbsp;with Accept.js, but with all uses of the API. As part of PCI-DSS requirements, the card code can't be stored by anyone in the process of using that card, so we don't store it either. Since we don't store it, we have nothing to compare the card code in the subsequent transaction to. The workaround is as you've described: Either lowering the duplicate window for the account, or sending&amp;nbsp;&lt;SPAN&gt;duplicateWindow set to a low value for transactions using the card code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'd love to find a way around this for the future, though. I don't know for sure that the PCI-DSS requirements would permit this, but I'd love to instead compare a hash of the first transaction&amp;nbsp;&lt;EM&gt;including card code&lt;/EM&gt; to a hash of the subsequent transaction.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd encourage you to post this onto our &lt;A href="https://community.developer.cybersource.com/t5/Ideas/idb-p/ideas" target="_self"&gt;Ideas Forum&lt;/A&gt; where others can take a look, contribute feedback, and vote for new features. That can help make a stronger case for such an improvement in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 16:49:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/58020#M32697</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-05-09T16:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - duplicate detection and CVV code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/72515#M44794</link>
      <description>&lt;P&gt;Hello, how were you able to lower the detection window? I can't seem to find this in the docs. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 15:26:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-duplicate-detection-and-CVV-code/m-p/72515#M44794</guid>
      <dc:creator>carlargentdev1</dc:creator>
      <dc:date>2020-07-15T15:26:50Z</dc:date>
    </item>
  </channel>
</rss>

