<?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: Android SDK with CIM not sending CCV in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37963#M20796</link>
    <description>&lt;P&gt;What I see in that directory is the CIM Activity classes which use the Transaction class found in the jar library. e.g. transaction.setCardCode(cardCode);&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2013 21:59:10 GMT</pubDate>
    <dc:creator>francisco</dc:creator>
    <dc:date>2013-12-20T21:59:10Z</dc:date>
    <item>
      <title>Android SDK with CIM not sending CCV</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37955#M20792</link>
      <description>&lt;P&gt;Similar to this post &lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Java-SDK-with-CIM-not-sending-CCV/m-p/27202" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Java-SDK-with-CIM-not-sending-CCV/m-p/27202&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am tying to charge a credit card from CIM (CREATE_CUSTOMER_PROFILE_TRANSACTION) which I got to work, but when I try a wrong CCV the transaction does not fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I made CCV required (through Payment Form -&amp;gt; Form Fields) and I started receiving error E00027 "Card Code is required."&amp;nbsp; when either entering correct or incorrect code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the method "toAuthNetPOSTString" to see the generated XML and the CCV is never there:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;merchantAuthentication&amp;gt;
        ...
    &amp;lt;/merchantAuthentication&amp;gt;
    &amp;lt;transaction&amp;gt;
        &amp;lt;profileTransAuthOnly&amp;gt;
            &amp;lt;amount&amp;gt;1.00&amp;lt;/amount&amp;gt;
            &amp;lt;customerProfileId&amp;gt;...&amp;lt;/customerProfileId&amp;gt;
            &amp;lt;customerPaymentProfileId&amp;gt;...&amp;lt;/customerPaymentProfileId&amp;gt;
            &amp;lt;customerShippingAddressId&amp;gt;...&amp;lt;/customerShippingAddressId&amp;gt;
            &amp;lt;order /&amp;gt;
        &amp;lt;/profileTransAuthOnly&amp;gt;
    &amp;lt;/transaction&amp;gt;
&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;(There were correct values where I placed the "...")&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to include the CCV in the transaction request? Or is the android sdk source code available somewhere so I can modify it? I mean the one for the jar library &lt;EM&gt;anet-java-sdk-android-2.0.5.jar&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 21:44:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37955#M20792</guid>
      <dc:creator>francisco</dc:creator>
      <dc:date>2013-12-20T21:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK with CIM not sending CCV</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37957#M20793</link>
      <description>&lt;P&gt;anet_android_sdk-1.3.0.zip\anet_android_sdk-1.3.0\anet_android_sdk\src\main\java\net\authorize\android\cim&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 21:53:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37957#M20793</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-20T21:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK with CIM not sending CCV</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37963#M20796</link>
      <description>&lt;P&gt;What I see in that directory is the CIM Activity classes which use the Transaction class found in the jar library. e.g. transaction.setCardCode(cardCode);&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 21:59:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37963#M20796</guid>
      <dc:creator>francisco</dc:creator>
      <dc:date>2013-12-20T21:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK with CIM not sending CCV</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37967#M20798</link>
      <description>&lt;P&gt;Could be in the Java SDKs&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 22:06:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/37967#M20798</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-20T22:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK with CIM not sending CCV</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/38997#M21289</link>
      <description>&lt;P&gt;I couldn't find anything usefull in the Java DSK, but I did find a solition using the &lt;EM&gt;addExtraOption&lt;/EM&gt; method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cimTransaction.addExtraOption("x_card_code", "123");&lt;/PRE&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2014 18:52:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-SDK-with-CIM-not-sending-CCV/m-p/38997#M21289</guid>
      <dc:creator>francisco</dc:creator>
      <dc:date>2014-02-06T18:52:01Z</dc:date>
    </item>
  </channel>
</rss>

