<?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: Integration method advice in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38927#M21254</link>
    <description>&lt;P&gt;What is the consequence of the CIM API not being able to return the exp date?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2014 20:16:12 GMT</pubDate>
    <dc:creator>fokstrot</dc:creator>
    <dc:date>2014-02-04T20:16:12Z</dc:date>
    <item>
      <title>Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38913#M21247</link>
      <description>&lt;P&gt;Greetings to the community members,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post on the forum and I hope to find a solution to the issues I am facing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I will have two different types of transaction options on a website. One type of a transaction is to charge the customer's card (auth and capture).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other option is to just make sure the customer's card is valid and nothing else. Is there a way to validate a customer's card without using authorization? The reason is because authorization is considered as a transaction and the per-transaction fee is applied. Even a $0.01 authorization will be charged the per-transaction fee. Does the following validationMode Parameter allow for a card to be checked for validity without incurring per-transaction fees?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The validationMode Parameter&lt;BR /&gt;The validationMode parameter enables you to generate a test transaction at the time you&lt;BR /&gt;create or update a customer profile. The functions CreateCustomerProfile,&lt;BR /&gt;CreateCustomerPaymentProfile, UpdateCustomerPaymentProfile, and&lt;BR /&gt;ValidateCustomerPaymentProfile all include a validationMode parameter, which can have&lt;BR /&gt;one of the following values:&lt;/P&gt;&lt;P&gt;liveMode—This value is the default setting.&lt;BR /&gt;liveMode generates a transaction to the processor in the amount of $0.01 or $0.00. If&lt;BR /&gt;successful, the transaction is immediately voided. Visa authorization transactions are&lt;BR /&gt;changing from $0.01 to $0.00 for all processors. All other credit card types use $0.01.&lt;BR /&gt;Standard gateway and merchant account fees may apply to the authorization&lt;BR /&gt;transactions.&lt;BR /&gt;For Visa transactions using $0.00, the billTo address and billTo zip fields are required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CIM allows the customer's payment information to be stored on Authorize.net's secure servers. This is a great option for those with returning customers. My question is what are all the benefits of using CIM to store customer's payment information vs developing one's own method of storing customer's payment information?&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;&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>Tue, 04 Feb 2014 16:17:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38913#M21247</guid>
      <dc:creator>fokstrot</dc:creator>
      <dc:date>2014-02-04T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38915#M21248</link>
      <description>&lt;P&gt;1)The only true way to validate a CC number is run a auth_only, there isn't a way around it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)If you going to save CC info on your own database, you need to read the PCI compliance&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/PCI-SSC-releases-E-commerce-Guidelines-Information-Supplement/ba-p/33104"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/PCI-SSC-releases-E-commerce-Guidelines-Information-Supplement/ba-p/33104&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:49:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38915#M21248</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-04T16:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38919#M21250</link>
      <description>&lt;P&gt;1) Ok&lt;/P&gt;&lt;P&gt;2) The CIM seems like a very convenient service. Saving CC info on one's own database seems to be quite a time consuming process. What is your opinion of using CIM vs developing one's own? What are the benefits and disadvantages of each?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:45:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38919#M21250</guid>
      <dc:creator>fokstrot</dc:creator>
      <dc:date>2014-02-04T18:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38925#M21253</link>
      <description>&lt;P&gt;To save the CC info you need to be PCI compliance, which will be a lot of reading. The disadvantages is that the API currently do not return the exp date, and you can NOT export the full CC # to use another gateway.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:13:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38925#M21253</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-04T20:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38927#M21254</link>
      <description>&lt;P&gt;What is the consequence of the CIM API not being able to return the exp date?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:16:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38927#M21254</guid>
      <dc:creator>fokstrot</dc:creator>
      <dc:date>2014-02-04T20:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38929#M21255</link>
      <description>&lt;P&gt;You can email them ahead of time to have them updated the exp date. Which might get the transaction rejected.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:24:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38929#M21255</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-04T20:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38931#M21256</link>
      <description>&lt;P&gt;I did not understand, can you give a scenario?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:27:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38931#M21256</guid>
      <dc:creator>fokstrot</dc:creator>
      <dc:date>2014-02-04T20:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38935#M21258</link>
      <description>&lt;P&gt;When you enter a transaction with a expired cc, it will be rejected.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 21:13:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38935#M21258</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-04T21:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Integration method advice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38949#M21265</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 09:11:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-method-advice/m-p/38949#M21265</guid>
      <dc:creator>fokstrot</dc:creator>
      <dc:date>2014-02-05T09:11:55Z</dc:date>
    </item>
  </channel>
</rss>

