<?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: how to get the cvv to be verified on AuthorizationRequest AIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49062#M24683</link>
    <description>&lt;P&gt;On the sandbox you can test it with&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/errorgenerationguide/"&gt;http://developer.authorize.net/tools/errorgenerationguide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, the credit card issuer, might or might not rejected an transaction by the fail ccv response.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Dec 2014 16:15:12 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-12-07T16:15:12Z</dc:date>
    <item>
      <title>how to get the cvv to be verified on AuthorizationRequest AIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49061#M24682</link>
      <description>&lt;P&gt;i've searched the other messages but didn't saw the answer -&amp;nbsp;&lt;/P&gt;&lt;P&gt;I send a request ( authorization only , and the capture ) :&lt;/P&gt;&lt;PRE&gt;var request = new AuthorizeNet.AuthorizationRequest( cc_number,
 cc_date, total, "", false);

request.CardCode = cc_code;
request.AddCardCode(cc_code);

var gate = new AuthorizeNet.Gateway(  
      ConfigurationManager.AppSettings["loginId"],   
      ConfigurationManager.AppSettings["transactionKey"]);

var response = gate.Send(request);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you can see i add and send the card code - but i never see any implifications on the response , i guess the reason would be Sandbox , but with my actual credentials , would it test the CVV as well ?&lt;/P&gt;&lt;P&gt;and if not- &amp;nbsp;how could i make sure the CVV is being authenticated ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2014 16:09:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49061#M24682</guid>
      <dc:creator>barak</dc:creator>
      <dc:date>2014-12-07T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the cvv to be verified on AuthorizationRequest AIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49062#M24683</link>
      <description>&lt;P&gt;On the sandbox you can test it with&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/errorgenerationguide/"&gt;http://developer.authorize.net/tools/errorgenerationguide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, the credit card issuer, might or might not rejected an transaction by the fail ccv response.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2014 16:15:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49062#M24683</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-07T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the cvv to be verified on AuthorizationRequest AIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49063#M24684</link>
      <description>&lt;P&gt;but what i get there is "P" ( no proccesed )&lt;/P&gt;&lt;P&gt;where can i set the state so it will proccess and test the cvv ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2014 16:23:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49063#M24684</guid>
      <dc:creator>barak</dc:creator>
      <dc:date>2014-12-07T16:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the cvv to be verified on AuthorizationRequest AIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49064#M24685</link>
      <description>&lt;P&gt;Are you using code like 900? or are you running in testmode?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2014 17:07:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-get-the-cvv-to-be-verified-on-AuthorizationRequest-AIM/m-p/49064#M24685</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-07T17:07:41Z</dc:date>
    </item>
  </channel>
</rss>

