<?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 CIM Auth+Capture approved with invalid card code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34227#M18709</link>
    <description>&lt;P&gt;I'm having a problem using the C# SDK and the CIM. I'm able to create a customer record, add a card with an invalid security code and then perform an auth+capture and get an approved back. I've configured our Authorize account so it should send back a decline if the security code does not match what's on the card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under account setttings -&amp;gt; Card Code Verification (CCV) Settings I have checked:&lt;/P&gt;&lt;P&gt;- Does NOT Match (N)&lt;/P&gt;&lt;P&gt;- Is NOT Processed (P)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone run into this before? Here's an example I've used to replicate the problem. With a valid cc number but invalid card code this still gives me an approved and shows up in unsettled transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ICustomerGateway gateway = new CustomerGateway("[API ID]", "[API Key]", ServiceMode.Live);
Customer customer = gateway.CreateCustomer("[email address]", "123456");
string paymentProfileId = gateway.AddCreditCard(customer.ProfileID, "[Valid Credit Card Number]", 1, 2015, "123");
IGatewayResponse response = gateway.AuthorizeAndCapture(customer.ProfileID, paymentProfileId, 2.00m);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2013 16:58:21 GMT</pubDate>
    <dc:creator>avance</dc:creator>
    <dc:date>2013-05-14T16:58:21Z</dc:date>
    <item>
      <title>CIM Auth+Capture approved with invalid card code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34227#M18709</link>
      <description>&lt;P&gt;I'm having a problem using the C# SDK and the CIM. I'm able to create a customer record, add a card with an invalid security code and then perform an auth+capture and get an approved back. I've configured our Authorize account so it should send back a decline if the security code does not match what's on the card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under account setttings -&amp;gt; Card Code Verification (CCV) Settings I have checked:&lt;/P&gt;&lt;P&gt;- Does NOT Match (N)&lt;/P&gt;&lt;P&gt;- Is NOT Processed (P)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone run into this before? Here's an example I've used to replicate the problem. With a valid cc number but invalid card code this still gives me an approved and shows up in unsettled transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ICustomerGateway gateway = new CustomerGateway("[API ID]", "[API Key]", ServiceMode.Live);
Customer customer = gateway.CreateCustomer("[email address]", "123456");
string paymentProfileId = gateway.AddCreditCard(customer.ProfileID, "[Valid Credit Card Number]", 1, 2015, "123");
IGatewayResponse response = gateway.AuthorizeAndCapture(customer.ProfileID, paymentProfileId, 2.00m);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 16:58:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34227#M18709</guid>
      <dc:creator>avance</dc:creator>
      <dc:date>2013-05-14T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Auth+Capture approved with invalid card code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34232#M18713</link>
      <description>&lt;P&gt;The CCV only used on the addcreditcard process, it is not save on the authorize.net. Is the validationmode set to on?&lt;/P&gt;&lt;P&gt;look like you might need to change the SDKs addcreditcard to turn it on.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 19:29:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34232#M18713</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-14T19:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Auth+Capture approved with invalid card code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34235#M18716</link>
      <description>&lt;P&gt;Just a friendly reminder that if you set the validationMode parameter to liveMode, s&lt;SPAN style="line-height: 16px;"&gt;tandard gateway and merchant account fees may apply to the authorization&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 16px;"&gt;transactions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;Richard&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 20:03:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Auth-Capture-approved-with-invalid-card-code/m-p/34235#M18716</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-05-14T20:03:13Z</dc:date>
    </item>
  </channel>
</rss>

