<?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: CIM payment validation in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24713#M13228</link>
    <description>&lt;P&gt;it doesnt look like it is a direct child of the payment element in the poster's case. it is a child of credit card as in #4 of your examples. I am getting the same error. was this ever resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;request:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;updateCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;paymentProfile&amp;gt;&amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;&amp;lt;billTo&amp;gt;&amp;lt;firstName&amp;gt;something&amp;lt;/firstName&amp;gt;&amp;lt;lastName&amp;gt;&lt;SPAN&gt;something&lt;/SPAN&gt;&amp;lt;/lastName&amp;gt;&amp;lt;address&amp;gt;8800 n olive ave&amp;lt;/address&amp;gt;&amp;lt;city&amp;gt;culver&amp;lt;/city&amp;gt;&amp;lt;state&amp;gt;CA&amp;lt;/state&amp;gt;&amp;lt;zip&amp;gt;90034&amp;lt;/zip&amp;gt;&amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;&amp;lt;/billTo&amp;gt;&amp;lt;payment&amp;gt;&amp;lt;creditCard&amp;gt;&amp;lt;cardNumber&amp;gt;XXXX7893&amp;lt;/cardNumber&amp;gt;&amp;lt;cardCode&amp;gt;123&amp;lt;/cardCode&amp;gt;&amp;lt;expirationDate&amp;gt;2012-01&amp;lt;/expirationDate&amp;gt;&amp;lt;/creditCard&amp;gt;&amp;lt;/payment&amp;gt;...&amp;lt;/paymentProfile&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/updateCustomerPaymentProfileRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response:&lt;/P&gt;&lt;P&gt;'code' =&amp;gt; 'E00003',&lt;BR /&gt;'text' =&amp;gt; 'The element \'creditCard\' in namespace \'AnetApi/xml/v1/schema/AnetApiSchema.xsd\' has invalid child element \'cardCode\' in namespace \'AnetApi/xml/v1/schema/AnetApiSchema.xsd\'. List of possible elements expected: \'expirationDate\' in namespace \'AnetApi/xml/v1/schema/AnetApiSchema.xsd\'.',&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2012 23:33:03 GMT</pubDate>
    <dc:creator>emosbaugh</dc:creator>
    <dc:date>2012-03-19T23:33:03Z</dc:date>
    <item>
      <title>CIM payment validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/1361#M1169</link>
      <description>&lt;P&gt;I tried putting in my first payment profile and according to the docs "cardCode" should be avilable under payment-&amp;gt;creditCard to test CVV.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should this not be used as part of the validation and only during an actual charge?&amp;nbsp; If so, the documentation last revised 10/20/2009 is out of date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The element 'creditCard' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'cardCode' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'expirationDate' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2010 21:25:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/1361#M1169</guid>
      <dc:creator>johncongdon</dc:creator>
      <dc:date>2010-01-04T21:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIM payment validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/1369#M1177</link>
      <description>&lt;P&gt;The &lt;EM&gt;cardCode&lt;/EM&gt; element can appear in&amp;nbsp;the following&amp;nbsp;5 places:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;createCustomerProfileRequest&lt;/STRONG&gt;: paymentProfiles -&amp;gt; payment -&amp;gt; creditCard -&amp;gt; cardCode&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;createCustomerPaymentProfileRequest&lt;/STRONG&gt;:&amp;nbsp;paymentProfile -&amp;gt; payment -&amp;gt; creditCard -&amp;gt; cardCode&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;createCustomerProfileTransactionRequest&lt;/STRONG&gt;: transaction -&amp;gt; profileTransAuthOnly | profileTransAuthCapture | profileTransCaptureOnly -&amp;gt; cardCode&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;updateCustomerPaymentProfileRequest&lt;/STRONG&gt;:&amp;nbsp;paymentProfile -&amp;gt; payment -&amp;gt; creditCard -&amp;gt; cardCode&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;validateCustomerPaymentProfileRequest&lt;/STRONG&gt;: cardCode&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There is no place where &lt;EM&gt;cardCode&lt;/EM&gt; is a direct child element of the &lt;EM&gt;payment&lt;/EM&gt; element.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2010 17:26:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/1369#M1177</guid>
      <dc:creator>itdevworks</dc:creator>
      <dc:date>2010-01-05T17:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: CIM payment validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24713#M13228</link>
      <description>&lt;P&gt;it doesnt look like it is a direct child of the payment element in the poster's case. it is a child of credit card as in #4 of your examples. I am getting the same error. was this ever resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;request:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;updateCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;paymentProfile&amp;gt;&amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;&amp;lt;billTo&amp;gt;&amp;lt;firstName&amp;gt;something&amp;lt;/firstName&amp;gt;&amp;lt;lastName&amp;gt;&lt;SPAN&gt;something&lt;/SPAN&gt;&amp;lt;/lastName&amp;gt;&amp;lt;address&amp;gt;8800 n olive ave&amp;lt;/address&amp;gt;&amp;lt;city&amp;gt;culver&amp;lt;/city&amp;gt;&amp;lt;state&amp;gt;CA&amp;lt;/state&amp;gt;&amp;lt;zip&amp;gt;90034&amp;lt;/zip&amp;gt;&amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;&amp;lt;/billTo&amp;gt;&amp;lt;payment&amp;gt;&amp;lt;creditCard&amp;gt;&amp;lt;cardNumber&amp;gt;XXXX7893&amp;lt;/cardNumber&amp;gt;&amp;lt;cardCode&amp;gt;123&amp;lt;/cardCode&amp;gt;&amp;lt;expirationDate&amp;gt;2012-01&amp;lt;/expirationDate&amp;gt;&amp;lt;/creditCard&amp;gt;&amp;lt;/payment&amp;gt;...&amp;lt;/paymentProfile&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/updateCustomerPaymentProfileRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response:&lt;/P&gt;&lt;P&gt;'code' =&amp;gt; 'E00003',&lt;BR /&gt;'text' =&amp;gt; 'The element \'creditCard\' in namespace \'AnetApi/xml/v1/schema/AnetApiSchema.xsd\' has invalid child element \'cardCode\' in namespace \'AnetApi/xml/v1/schema/AnetApiSchema.xsd\'. List of possible elements expected: \'expirationDate\' in namespace \'AnetApi/xml/v1/schema/AnetApiSchema.xsd\'.',&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 23:33:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24713#M13228</guid>
      <dc:creator>emosbaugh</dc:creator>
      <dc:date>2012-03-19T23:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: CIM payment validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24719#M13231</link>
      <description>&lt;P&gt;Authorize.net XML requests only work with the fields in a specific order. In this case, you have expiration date after card code, when I think it's supposed to go before. Try reversing the order and see if it works.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 23:45:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24719#M13231</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-19T23:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: CIM payment validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24721#M13232</link>
      <description>&lt;P&gt;thanks! that was the issue&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 23:50:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-payment-validation/m-p/24721#M13232</guid>
      <dc:creator>emosbaugh</dc:creator>
      <dc:date>2012-03-19T23:50:41Z</dc:date>
    </item>
  </channel>
</rss>

