<?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: Card Code Status Not Applicable with SDK in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32231#M16796</link>
    <description>&lt;P&gt;I try it mulitple way enter it thru as an URL and it is still not getting any card code result(it blank). So it is not an SDKs issues, I guess it just that the test server it not doing the "Triggering Specific Transaction Responses" thing for CP test account.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Dec 2012 22:33:16 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-12-18T22:33:16Z</dc:date>
    <item>
      <title>Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32076#M16687</link>
      <description>&lt;P&gt;I am trying to run a &lt;STRONG&gt;card not present&lt;/STRONG&gt; transaction using the C# Autorize.net dll. &amp;nbsp;I have a &lt;STRONG&gt;Card Present&lt;/STRONG&gt; sandbox account setup. &amp;nbsp;When I run the following code, authorize.net does not acknoledge the CVV. &amp;nbsp;It will show "Card Code Status : Not Applicable" on the gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            //Card Not Present
            Response.Write ("Card Not Present" + "&amp;lt;BR&amp;gt;");
            var amount = 17.0M;
            var apilogin = "XXXXXXX";
            var transkey = "XXXXXXX";
            var cc = "4007000000027";
            var expm = "01";
            var expy = "13";

            var request = new CardPresentAuthorizeAndCaptureRequest(amount, cc, expm, expy); //

            request.AddCardCode("777");
            request.AddCustomer("12335","First","Last","1234 Anystreet", "AZ","89131");
           
            var gate = new CardPresentGateway(apilogin, transkey, true);

            var response = (CardPresentResponse)gate.Send(request);

            Response.Write(response.ResponseCode);
            Response.Write(response.Message);
            Response.Write(response.AuthorizationCode);
            Response.Write(response.TransactionID);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realize I am using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CardPresentAuthorizeAndCaptureRequest&lt;/PRE&gt;&lt;P&gt;for a Card Not Present transaction, but this is the only method that works with a Card Present gateway. &amp;nbsp;It has an override to specify the transaction info, and thats what I'm using. &amp;nbsp;I need to be able to run both cardpresent and cardnotpresent through this gateway. &amp;nbsp;I don't see why the request.AddCardCode method is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone avise?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2012 20:42:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32076#M16687</guid>
      <dc:creator>klack</dc:creator>
      <dc:date>2012-12-11T20:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32080#M16689</link>
      <description>&lt;P&gt;To test the card code response on a test account&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Triggering-Specific-Transaction-Responses/m-p/4361/highlight/true#M3875"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Triggering-Specific-Transaction-Responses/m-p/4361/highlight/true#M3875&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2012 21:10:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32080#M16689</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-11T21:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32082#M16690</link>
      <description>&lt;P&gt;Thanks but I am already using these card code responses, the gateway does not acknowledge.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2012 23:15:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32082#M16690</guid>
      <dc:creator>klack</dc:creator>
      <dc:date>2012-12-11T23:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32084#M16691</link>
      <description>&lt;P&gt;I thought you were using 777 as the card code. I didn't see anything on the source that might be a problem.&lt;/P&gt;&lt;P&gt;It could be a bug, might just need to debug the gate.send to send what is sending out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the test mode on your test account is off?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2012 23:50:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32084#M16691</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-11T23:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32219#M16784</link>
      <description>&lt;P&gt;Sorry for the confusion, yes i tried 900 901, etc, and nothing changed. &amp;nbsp;(i can't change the top post anymore). &amp;nbsp;Also I am out of test mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen other sdk code to manualy add x params. &amp;nbsp;if I add&amp;nbsp;x_card_code and set it, will that force it to be sent?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 17:55:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32219#M16784</guid>
      <dc:creator>klack</dc:creator>
      <dc:date>2012-12-18T17:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32231#M16796</link>
      <description>&lt;P&gt;I try it mulitple way enter it thru as an URL and it is still not getting any card code result(it blank). So it is not an SDKs issues, I guess it just that the test server it not doing the "Triggering Specific Transaction Responses" thing for CP test account.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 22:33:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32231#M16796</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-18T22:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Card Code Status Not Applicable with SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32255#M16819</link>
      <description>&lt;P&gt;Ah! &amp;nbsp;Thank you for testing this for me! &amp;nbsp;I will try it with a real auth.net account in test mode, and even further with a real card in live mode.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 19:18:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Code-Status-Not-Applicable-with-SDK/m-p/32255#M16819</guid>
      <dc:creator>klack</dc:creator>
      <dc:date>2012-12-19T19:18:47Z</dc:date>
    </item>
  </channel>
</rss>

