<?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 ccv (cardCode) help in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47437#M23952</link>
    <description>&lt;P&gt;In the response xml validationDirectResponse&lt;/P&gt;&lt;P&gt;was it one of these&lt;/P&gt;&lt;P&gt;M = Match.&lt;/P&gt;&lt;P&gt;N = No Match.&lt;/P&gt;&lt;P&gt;P = Not Processed.&lt;/P&gt;&lt;P&gt;S = Should have been present.&lt;/P&gt;&lt;P&gt;U = Issuer unable to process request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It this on a sandbox account?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2014 15:35:17 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-09-23T15:35:17Z</dc:date>
    <item>
      <title>CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47269#M23870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I and a colleague of mine have been writing some code to interface with Authorize.net's CIM, in doing so;&amp;nbsp;I am trying to get the CCV&amp;nbsp;to be validated when adding a payment profile to Authorize.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the var dumping of (PHP) variables, it appears to be only "acknowledging" the addition when using the "createCustomerProfileTransactionRequest", resulting in an error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Curious if any others have run into this, and why the setParam option when set seems to be ignored on the others end?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the class that I am using presently:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://orangomedia.com/projects/authorize/authorizenet.cim.class.txt"&gt;http://orangomedia.com/projects/authorize/authorizenet.cim.class.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any pointers one can offer? &amp;nbsp;I feel it might be simple, as a matter of placement, the structure is a bit vast for the API so any assistance is appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When dropping the items in the code to include the cardCode as part of the payment fields, it results in the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The element 'payment' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'cardCode' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:44:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47269#M23870</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47275#M23873</link>
      <description>&lt;P&gt;read thru the schema, ccv is part of payment type.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd"&gt;https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the xml doc is here&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/CIM_XML_guide.pdf"&gt;http://www.authorize.net/support/CIM_XML_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you post the request xml? did you put the CCV inside the credit card node or outside?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 15:03:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47275#M23873</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-18T15:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47283#M23877</link>
      <description>&lt;P&gt;Based on the links you have provided; the only time I can get the functionality&amp;nbsp;is when using the validateCustomerPaymentProfileRequest; and then adding the information in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=================================================================== validateCustomerPaymentProfileRequest This method is used to check a customer payment profile by generating a test transaction for it. The merchant must be signed up for the CIM service to use it. ===================================================================&lt;/P&gt;&lt;DIV class="collapsible"&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;Just felt as if this is a bit of redundancy, I guess that all in the same context&amp;nbsp;we could create the payment account after validating it, if it validates, go forward with creating it, or applying a payment.&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;Just seems redundant to only include it in the validation, and creating profile transaction request after it, but perhaps it was for validations sake, which I guess the flow could be adopted easily.&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;Could you elaborate your interpretation of my request?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Sep 2014 16:17:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47283#M23877</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47285#M23878</link>
      <description>&lt;P&gt;You get use the CCV when you create the payment profile.&lt;/P&gt;&lt;P&gt;and when create any transaction with auth piece. ie auth_only, auth_capture&lt;/P&gt;&lt;P&gt;and using validateCustomerPaymentProfile&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 16:53:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47285#M23878</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-18T16:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47299#M23885</link>
      <description>&lt;P&gt;That does NOT appear to be the case when adding a card, I can enter any CVV when adding a new card without it erroring.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like, when adding a new card for the CCV to be verified, we set it as a required entry to validate the credit card unless there are other options for validating the card.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:09:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47299#M23885</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T20:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47301#M23886</link>
      <description>&lt;P&gt;That does NOT appear to be the case when adding a card, I can enter any CVV when adding a new card without it erroring.&lt;/P&gt;&lt;P&gt;My guess it is was not in the correct sequence or node. Can you post the xml request xxxx out the data, just need the structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try it here&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/reference/"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:15:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47301#M23886</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-18T20:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47303#M23887</link>
      <description>&lt;P&gt;I provided the PHP coding above, as you can see, just review the functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// This function is used to create a new customer payment profile for an existing customer profile&lt;BR /&gt;function createCustomerPaymentProfileRequest() {&lt;BR /&gt;$this-&amp;gt;xml = "&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerPaymentProfileRequest xmlns='AnetApi/xml/v1/schema/AnetApiSchema.xsd'&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;" . $this-&amp;gt;login . "&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;" . $this-&amp;gt;transkey . "&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;refId() . "&lt;BR /&gt;" . $this-&amp;gt;customerProfileId() . "&lt;BR /&gt;&amp;lt;paymentProfile&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;customerType() . "&lt;BR /&gt;&amp;lt;billTo&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;billTo_firstName() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_lastName() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_company() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_address() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_city() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_state() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_zip() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_country() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_phoneNumber() . "&lt;BR /&gt;" . $this-&amp;gt;billTo_faxNumber() . "&lt;BR /&gt;&amp;lt;/billTo&amp;gt;&lt;BR /&gt;&amp;lt;payment&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;paymentType() . "&lt;BR /&gt;" . $this-&amp;gt;transactionCardCode() . "&lt;BR /&gt;&amp;lt;/payment&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfile&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;validationMode() . "&lt;BR /&gt;&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;";&lt;BR /&gt;$this-&amp;gt;process();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function transactionCardCode()&lt;BR /&gt;{&lt;BR /&gt;if (isset($this-&amp;gt;params['transactionCardCode']))&lt;BR /&gt;{&lt;BR /&gt;if (preg_match('/^[0-9]{3,4}$/', $this-&amp;gt;params['transactionCardCode']))&lt;BR /&gt;{&lt;BR /&gt;return "&amp;lt;cardCode&amp;gt;" . $this-&amp;gt;params['transactionCardCode'] . "&amp;lt;/cardCode&amp;gt;";&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$this-&amp;gt;error_messages[] .= 'setParameter(): transactionCardCode must be 3 to 4 digits';&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:27:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47303#M23887</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T20:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47305#M23888</link>
      <description>&lt;P&gt;Working on the other details for you now.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:28:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47305#M23888</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T20:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47307#M23889</link>
      <description>&lt;P&gt;Actually, what I have sent above is the process flow, I'm using the provided linked class to write the XML queries for me...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:35:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47307#M23889</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T20:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47309#M23890</link>
      <description>&lt;P&gt;From the review of the CIM document it is referencing that in order to validate in the way I want it to validate, I have to add it, validate it apply the code, then if it fails delete?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems like WAY to much to incorporate and should be something on Authorizes side. &amp;nbsp;I am still reviewing the CIM document now.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:39:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47309#M23890</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-18T20:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47311#M23891</link>
      <description>&lt;PRE&gt;&amp;lt;payment&amp;gt;
" . $this-&amp;gt;paymentType() . "
" . $this-&amp;gt;transactionCardCode() . "
&amp;lt;/payment&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;cardcard code need to be inside paymentType&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:02:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47311#M23891</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-18T21:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47415#M23941</link>
      <description>&lt;P&gt;I am afraid I do not understand what it is you're&amp;nbsp;stating, are you suggesting it should reside in the php function paymentType?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:51:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47415#M23941</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-23T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47417#M23942</link>
      <description>&lt;P&gt;The request xml should look like this&lt;/P&gt;&lt;PRE&gt;&amp;lt;payment&amp;gt;
&amp;lt;creditCard&amp;gt;
&amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;
&amp;lt;expirationDate&amp;gt;2023-12&amp;lt;/expirationDate&amp;gt;
&amp;lt;cardCode&amp;gt;123&amp;lt;/cardCode&amp;gt;
&amp;lt;/creditCard&amp;gt;
&amp;lt;/payment&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;where cardCode is a child of creditcard, not payment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:04:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47417#M23942</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-23T13:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47419#M23943</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see I have applied the cardcode function in the payment type function, still seeing the same ... its completely ignoring it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function paymentType()&lt;BR /&gt;{&lt;BR /&gt;if (isset($this-&amp;gt;params['paymentType']))&lt;BR /&gt;{&lt;BR /&gt;if (($this-&amp;gt;params['paymentType'] == "echeck")&lt;BR /&gt;|| ($this-&amp;gt;params['paymentType'] == "bankAccount"))&lt;BR /&gt;{&lt;BR /&gt;return "&lt;BR /&gt;&amp;lt;bankAccount&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;accountType() . "&lt;BR /&gt;" . $this-&amp;gt;routingNumber() . "&lt;BR /&gt;" . $this-&amp;gt;accountNumber() . "&lt;BR /&gt;" . $this-&amp;gt;nameOnAccount() . "&lt;BR /&gt;" . $this-&amp;gt;echeckType() . "&lt;BR /&gt;" . $this-&amp;gt;bankName() . "&lt;BR /&gt;&amp;lt;/bankAccount&amp;gt;";&lt;BR /&gt;}&lt;BR /&gt;elseif (($this-&amp;gt;params['paymentType'] == "creditcard")&lt;BR /&gt;|| ($this-&amp;gt;params['paymentType'] == "creditCard"))&lt;BR /&gt;{&lt;BR /&gt;return "&lt;BR /&gt;&amp;lt;creditCard&amp;gt;&lt;BR /&gt;" . $this-&amp;gt;cardNumber() . "&lt;BR /&gt;" . $this-&amp;gt;expirationDate() . "&lt;BR /&gt;" . $this-&amp;gt;transactionCardCode() . "&lt;BR /&gt;&amp;lt;/creditCard&amp;gt;";&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$this-&amp;gt;error_messages[] .= 'setParameter(): paymentType is required and must be (bankAccount or creditCard)';&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$this-&amp;gt;error_messages[] .= 'setParameter(): paymentType is required and must be (bankAccount or creditCard)';&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:39:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47419#M23943</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-23T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47421#M23944</link>
      <description>&lt;P&gt;function transactionCardCode()&lt;BR /&gt;{&lt;BR /&gt;if (isset($this-&amp;gt;params['transactionCardCode']))&lt;BR /&gt;{&lt;BR /&gt;if (preg_match('/^[0-9]{3,4}$/', $this-&amp;gt;params['transactionCardCode']))&lt;BR /&gt;{&lt;BR /&gt;return "&amp;lt;cardCode&amp;gt;" . $this-&amp;gt;params['transactionCardCode'] . "&amp;lt;/cardCode&amp;gt;";&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$this-&amp;gt;error_messages[] .= 'setParameter(): transactionCardCode must be 3 to 4 digits';&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:47:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47421#M23944</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-23T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47423#M23945</link>
      <description>&lt;P&gt;What is the request xml look like?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:49:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47423#M23945</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-23T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47425#M23946</link>
      <description>&lt;P&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerPaymentProfileRequest xmlns='AnetApi/xml/v1/schema/AnetApiSchema.xsd'&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;47HuD9XXX&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;XXXUnpu9XXXD5K7v&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;customerProfileId&amp;gt;522897482&amp;lt;/customerProfileId&amp;gt;&lt;BR /&gt;&amp;lt;paymentProfile&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;billTo&amp;gt;&lt;BR /&gt;&amp;lt;firstName&amp;gt;Andrew&amp;lt;/firstName&amp;gt;&lt;BR /&gt;&amp;lt;lastName&amp;gt;Test&amp;lt;/lastName&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;address&amp;gt;307 N Ball St&amp;lt;/address&amp;gt;&lt;BR /&gt;&amp;lt;city&amp;gt;Owosso&amp;lt;/city&amp;gt;&lt;BR /&gt;&amp;lt;state&amp;gt;MI&amp;lt;/state&amp;gt;&lt;BR /&gt;&amp;lt;zip&amp;gt;48867&amp;lt;/zip&amp;gt;&lt;BR /&gt;&amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/billTo&amp;gt;&lt;BR /&gt;&amp;lt;payment&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;creditCard&amp;gt;&lt;BR /&gt;&amp;lt;cardNumber&amp;gt;REMOVED&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;lt;expirationDate&amp;gt;2014-09&amp;lt;/expirationDate&amp;gt;&lt;BR /&gt;&amp;lt;cardCode&amp;gt;000&amp;lt;/cardCode&amp;gt;&lt;BR /&gt;&amp;lt;/creditCard&amp;gt;&lt;BR /&gt;&amp;lt;/payment&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfile&amp;gt;&lt;BR /&gt;&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 14:11:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47425#M23946</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-23T14:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47427#M23947</link>
      <description>&lt;P&gt;the xml look ok, what is not working?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 14:14:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47427#M23947</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-23T14:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47429#M23948</link>
      <description>&lt;P&gt;According to Authorize, they aren't receiving it...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 14:26:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47429#M23948</guid>
      <dc:creator>alemstrom</dc:creator>
      <dc:date>2014-09-23T14:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: CIM ccv (cardCode) help</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47431#M23949</link>
      <description>&lt;P&gt;what do you mean according to authorize.net? not getting ccv response in the validationDirectResponse?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 14:35:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-ccv-cardCode-help/m-p/47431#M23949</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-23T14:35:24Z</dc:date>
    </item>
  </channel>
</rss>

