<?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 AIM for card verification before CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26682#M14163</link>
    <description>&lt;P&gt;Hi all!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know one thing -&amp;nbsp;&amp;nbsp;if I am doing CIM do i need to do an AIM first for credit card/CVV verification?&lt;/P&gt;&lt;P&gt;Or can i do CIM only for all transactions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2012 09:43:17 GMT</pubDate>
    <dc:creator>sathumenon</dc:creator>
    <dc:date>2012-05-23T09:43:17Z</dc:date>
    <item>
      <title>AIM for card verification before CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26682#M14163</link>
      <description>&lt;P&gt;Hi all!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know one thing -&amp;nbsp;&amp;nbsp;if I am doing CIM do i need to do an AIM first for credit card/CVV verification?&lt;/P&gt;&lt;P&gt;Or can i do CIM only for all transactions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 09:43:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26682#M14163</guid>
      <dc:creator>sathumenon</dc:creator>
      <dc:date>2012-05-23T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: AIM for card verification before CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26684#M14164</link>
      <description>&lt;P&gt;For CIM, the hosted option will always verification(fee) the CC for CreateCustomerPaymentProfile.&lt;/P&gt;&lt;P&gt;And for the XML or web service version, set the validationMode on&amp;nbsp;CreateCustomerPaymentProfile to&lt;/P&gt;&lt;P&gt;From the documentation&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;testMode&lt;/STRONG&gt; —performs field validation only. During field validation, all fields are checked. 
However, fields with unrestricted field definitions (such as telephone number) do not 
generate errors. 
If  you select testMode , a $1.00  test   transaction is submitted to verify that the credit card 
number is in a valid format using the Luhn MOD 10 algorithm. This  test  transaction does 
not  appear  on the customer's credit card statement, but it will generate a transaction receipt 
e -mail to the merchant. 
&lt;STRONG&gt;liveMode&lt;/STRONG&gt; —generates a transaction to the processor in the amount of $0.01 or $0.00. If 
successful, the transaction is immediately voided.  Visa authorization transactions are being 
switched from $0.01 to $0.00 for all pro cessors. All other credit card types use $0.01. We 
recommend you  consult your Merchant Account Provider before switching to Zero Dollar 
Authorizations for Visa, because you may be subject to fees . 
For Visa transactions using $0.00, the billTo address  and  billTo zip fields are required.   
&lt;STRONG&gt;none&lt;/STRONG&gt; —When this value is submitted, no additional validation is performed.  &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 11:24:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26684#M14164</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-23T11:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: AIM for card verification before CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26704#M14174</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thanks for the reply - so that means we dont need to dow an AIM first to work on CIM - if i am not wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 13:25:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26704#M14174</guid>
      <dc:creator>sathumenon</dc:creator>
      <dc:date>2012-05-24T13:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: AIM for card verification before CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26706#M14175</link>
      <description>&lt;P&gt;so that means we dont need to dow an AIM first to work on CIM - if i am not wrong?&lt;/P&gt;&lt;P&gt;Correct, it the same thing as using livemode on CreateCustomerPaymentProfile&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 13:41:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-for-card-verification-before-CIM/m-p/26706#M14175</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-24T13:41:31Z</dc:date>
    </item>
  </channel>
</rss>

