<?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: Update Payment Profile with CVV using Accept.js method in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/62088#M36463</link>
    <description>&lt;P&gt;I know this&amp;nbsp;post is quite dated but just to confirm, if you want to update the expiration date only then there is no need to update the CVV and if you make a call to&amp;nbsp;&lt;EM&gt;updateCustomerPaymentProfileRequest&amp;nbsp;&lt;/EM&gt;and only pass the expiration date (not the CVV) then this is still PCI-compliant?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2018 00:48:03 GMT</pubDate>
    <dc:creator>blackwood821</dc:creator>
    <dc:date>2018-03-13T00:48:03Z</dc:date>
    <item>
      <title>Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55585#M30452</link>
      <description>&lt;P&gt;We are currently updating our front-end to be fully PCI compliant (i.e. no sensitive data will flow through our network) using the Accept.js method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only remaining issue seems to be with sending CVV information when updating an existing payment profile. Per&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;In order to create a payment nonce the Accept.dispatchData() method will only accept a full CC number. However if the user is only updating the expiration date we would still like the user to enter the CVV number as it has probably changed if the expriation date has changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the server side I've been able to successfully use the masked card number and CVV only to update the CC profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        final PaymentType payment = objectFactory.createPaymentType();
        anetapi.xml.v1.schema.anetapischema.CreditCardType creditCard = objectFactory.createCreditCardType();
        creditCard.setCardNumber("XXXX0012");
        creditCard.setExpirationDate("2030-10");
        creditCard.setCardCode("900");
        payment.setCreditCard(creditCard);
        paymentProfile.setPayment(payment);&lt;/PRE&gt;&lt;P&gt;However for this to work the CVV number would have to be sent over our network which we want to avoid. Shouldn't Accept.dispatchData() also accept masked CC numbers for this use case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise what should we do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 17:07:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55585#M30452</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-08-29T17:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55588#M30455</link>
      <description>&lt;P&gt;I should add that we don't want to force the end user to enter the CC number just to change the expiration date and enter the CCV. That would also give the user an opportunity to completely change which card is associated with the payment profile which we feel could be more confusing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 18:47:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55588#M30455</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-08-29T18:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55598#M30465</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/14211"&gt;@blackbeltdev﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Accept.js cannot be used to collect just the expiration date. &amp;nbsp;You can collect and update the expiration date&amp;nbsp;only without any significant PCI ramifications&amp;nbsp;using UpdateCustomerProfile request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:27:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55598#M30465</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-08-29T22:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55600#M30467</link>
      <description>&lt;P&gt;Hi Ricard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me make sure I understand you fully. So here's the scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) You add a new card to the system: Card #1234... which&amp;nbsp;expires 1/1/2016 with CVV 123.&lt;/P&gt;&lt;P&gt;2) You are able to make purchases using normal ANET calls (create auth transaction, etc. via &lt;SPAN&gt;the SOAP CIM API)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3) Your card expires and bank sends you new card (same Card #1234... but with new expiration date of 1/1/201 7and new CVV of456)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the user updates their profile (via&amp;nbsp;&lt;SPAN&gt;UpdateCustomerProfile XML API) and only updates the expiration&amp;nbsp;date, i.e.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        final PaymentType payment = objectFactory.createPaymentType();
        anetapi.xml.v1.schema.anetapischema.CreditCardType creditCard = objectFactory.createCreditCardType();
        creditCard.setCardNumber("XXXX0012");
        creditCard.setExpirationDate("2030-10");
        payment.setCreditCard(creditCard);&lt;/PRE&gt;&lt;P&gt;Will they be able to create new auth transactions (e.g. SOAP CIM API) without any further action even though the CVV has changed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:58:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55600#M30467</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-08-29T22:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55683#M30528</link>
      <description>&lt;P&gt;I never got an answer to my last question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 22:04:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55683#M30528</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-09-07T22:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55685#M30529</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/14211"&gt;@blackbeltdev﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In #3, if you simply create a new transaction using the updated profile, the CVV is not sent since it is never stored by Authorize.Net.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 00:21:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55685#M30529</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-09-08T00:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55719#M30562</link>
      <description>&lt;P&gt;Thanks. I kind of figured that was what would be ok&amp;nbsp;but since we sent the CVV when the CC was added initially I wasn't sure if that would put in a different "validation" state of some kind. I understand it is a violation to store this number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:30:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/55719#M30562</guid>
      <dc:creator>blackbeltdev</dc:creator>
      <dc:date>2016-09-12T20:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment Profile with CVV using Accept.js method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/62088#M36463</link>
      <description>&lt;P&gt;I know this&amp;nbsp;post is quite dated but just to confirm, if you want to update the expiration date only then there is no need to update the CVV and if you make a call to&amp;nbsp;&lt;EM&gt;updateCustomerPaymentProfileRequest&amp;nbsp;&lt;/EM&gt;and only pass the expiration date (not the CVV) then this is still PCI-compliant?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 00:48:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-Profile-with-CVV-using-Accept-js-method/m-p/62088#M36463</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2018-03-13T00:48:03Z</dc:date>
    </item>
  </channel>
</rss>

