<?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: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32763#M17308</link>
    <description>&lt;P&gt;Is there not perhaps a way to get the value from the popup form when the customer adds the payment profile, because at that point (on closing the popup form) I check to see if there is a payment profile and then if successful (if there is a payment profile) I process the payment?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2013 21:23:20 GMT</pubDate>
    <dc:creator>hammerhed</dc:creator>
    <dc:date>2013-01-29T21:23:20Z</dc:date>
    <item>
      <title>How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup form?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32753#M17298</link>
      <description>&lt;P&gt;I am using the Hosted CIM to store customer information,&amp;nbsp;Authorize.net do not store the CCV cardCode in the CIM.&lt;BR /&gt;&lt;BR /&gt;How do I get the cardCode (entered via the CIM hosted popup form) so that I can process the createCustomerProfileTransactionRequest?&lt;BR /&gt;&lt;BR /&gt;I have not required the CCV code, but transactions fail with the banks that require the code.&lt;BR /&gt;&lt;BR /&gt;I am using the hosted CIM, I query the Customer ID and get the payment profile info using the below code:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $xml-&amp;gt;createCustomerProfileTransactionRequest(array(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'transaction' =&amp;gt; array(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'profileTransAuthCapture' =&amp;gt; array(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'amount' =&amp;gt; $amount_,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'customerProfileId' =&amp;gt; $profile_id,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'customerPaymentProfileId' =&amp;gt; $paymentProfileID,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'customerShippingAddressId' =&amp;gt; $customerShippingAddressId,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'order' =&amp;gt; array(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'invoiceNumber' =&amp;gt; $invNo,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'description' =&amp;gt; 'Subscription'/*,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'purchaseOrderNumber' =&amp;gt; 'PO1'*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'taxExempt' =&amp;gt; 'false',&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'recurringBilling' =&amp;gt; 'false',&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cardCode' =&amp;gt; '000'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;));&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 19:53:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32753#M17298</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T19:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32754#M17299</link>
      <description>&lt;P&gt;since the CCV is not return with the get payment profile, you have to ask the customer again. What error are you getting from those bank?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:10:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32754#M17299</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T20:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32755#M17300</link>
      <description>&lt;P&gt;The banks are not approving the transactions and am getting: Card Code Status: No Match - error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am doing is getting the popup form to load and in the process creating a customer profile, then asking for the payment details in the popup form and upon closing the form processing the payment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I query the customer profile to get the card details to process payment but then the CCV number is not retrieved with the payment profile.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:31:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32755#M17300</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T20:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32756#M17301</link>
      <description>&lt;P&gt;just to be clear, on the merchant settings, "Card Code Verification (CCV) Settings" nothing is checked?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:38:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32756#M17301</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T20:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32757#M17302</link>
      <description>&lt;P&gt;Yes, nothing set there!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:48:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32757#M17302</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T20:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32758#M17303</link>
      <description>&lt;P&gt;you are not trying to pass the masked CCV or all 000 to the createCustomerProfileTransactionRequest are you?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:58:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32758#M17303</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T20:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32759#M17304</link>
      <description>&lt;P&gt;I seem to be passing the following: 'cardCode' =&amp;gt; '000' from my code above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I recall if I have no value in the 'cardCode' =&amp;gt; '' then the transaction fails with an XML error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might be the cause of the mismatch error, but how do I get the correct CCV number to the bank?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:07:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32759#M17304</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T21:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32760#M17305</link>
      <description>&lt;P&gt;If you don't have the correct value, remove it. The xml will fail if the XML node is out of sequence, but you can skip anything that don't have value.&lt;/P&gt;&lt;P&gt;The only way right now is to call the customer to get the CCV every time.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:16:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32760#M17305</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T21:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32761#M17306</link>
      <description>&lt;P&gt;So should I do the following?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'taxExempt' =&amp;gt; 'false',&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'recurringBilling' =&amp;gt; 'false',&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cardCode' =&amp;gt; ''&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:20:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32761#M17306</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T21:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32762#M17307</link>
      <description>&lt;P&gt;Is that php? not sure, but I think is something just like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'taxExempt' =&amp;gt; 'false',&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'recurringBilling' =&amp;gt; 'false'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:22:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32762#M17307</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T21:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32763#M17308</link>
      <description>&lt;P&gt;Is there not perhaps a way to get the value from the popup form when the customer adds the payment profile, because at that point (on closing the popup form) I check to see if there is a payment profile and then if successful (if there is a payment profile) I process the payment?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:23:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32763#M17308</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T21:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32764#M17309</link>
      <description>&lt;P&gt;Yes PHP&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:25:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32764#M17309</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T21:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32765#M17310</link>
      <description>&lt;P&gt;I don't think they(authorize.net) is saving it. It just use it for validation. And get payment profile always return masked value anyway. And no, I do think it would let you get something inside the popup.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:36:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32765#M17310</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T21:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32766#M17311</link>
      <description>&lt;P&gt;I tried what you suggested by removing/commenting out&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//'cardCode' =&amp;gt; '000'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the payment was processed and approved by my bank, no xml errors either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it looks like it works. I will ask the people that tested with their cards and failed, to try again, this might have solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your help with this.&lt;/P&gt;&lt;P&gt;I really appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:41:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32766#M17311</guid>
      <dc:creator>hammerhed</dc:creator>
      <dc:date>2013-01-29T21:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the cardCode value to createCustomerProfileTransactionRequest for hosted CIM popup f</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32767#M17312</link>
      <description>&lt;P&gt;No problem. Happy to help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 21:53:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-the-cardCode-value-to/m-p/32767#M17312</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-29T21:53:01Z</dc:date>
    </item>
  </channel>
</rss>

