<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using ActiveMerchant to process credit cards in Ruby/Rails</title>
	<atom:link href="http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/</link>
	<description>It would be a good idea.</description>
	<pubDate>Fri, 25 Jul 2008 23:54:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Cody Fauser</title>
		<link>http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/#comment-851</link>
		<dc:creator>Cody Fauser</dc:creator>
		<pubDate>Fri, 08 Feb 2008 02:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/#comment-851</guid>
		<description>Good post! James, the reason that ActiveMerchant now requires the verification value (CVV2 code) is because it is the most secure option. Requiring the CVV2 code helps to prevent the acceptance of fraudulent payments in your application. It is forbidden to store the verification value, so thieves with card numbers stolen from online databases are not likely to be in possession of the code. For more info on CVV2 you can read http://www.visa.ca/en/merchant/fraudprevention/cvv2.cfm

Also, for more up-to-date documentation and examples, complete with sample code, you can check out my PeepCode ActiveMerchant PDF http://peepcode.com/products/activemerchant-pdf.</description>
		<content:encoded><![CDATA[<p>Good post! James, the reason that ActiveMerchant now requires the verification value (CVV2 code) is because it is the most secure option. Requiring the CVV2 code helps to prevent the acceptance of fraudulent payments in your application. It is forbidden to store the verification value, so thieves with card numbers stolen from online databases are not likely to be in possession of the code. For more info on CVV2 you can read <a href="http://www.visa.ca/en/merchant/fraudprevention/cvv2.cfm" rel="nofollow">http://www.visa.ca/en/merchant/fraudprevention/cvv2.cfm</a></p>
<p>Also, for more up-to-date documentation and examples, complete with sample code, you can check out my PeepCode ActiveMerchant PDF <a href="http://peepcode.com/products/activemerchant-pdf" rel="nofollow">http://peepcode.com/products/activemerchant-pdf</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen</title>
		<link>http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/#comment-655</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/#comment-655</guid>
		<description>Thanks for this!!!

I will download and run this when I have time later in the week, but I can already see that it's very informative.</description>
		<content:encoded><![CDATA[<p>Thanks for this!!!</p>
<p>I will download and run this when I have time later in the week, but I can already see that it&#8217;s very informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/#comment-644</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 01 Jan 2008 10:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.misuse.org/science/2007/12/13/using-activemerchant-to-process-credit-cards-in-rubyrails/#comment-644</guid>
		<description>ActiveMerchant::Billing::CreditCard.require_verification_value = false

For some reason they said the new activemerchant requires the code, unless you explicitly turn it off with code from above.

had to do this as suggested in activemerchant google groups to get it to work.  Strange that in irb the creditcard.valid? would return true.  I haven't yet been able to find any good documentation on the gateway.purchase(total, creditcard, options)  "options" parameter.  Would appreciate any info...</description>
		<content:encoded><![CDATA[<p>ActiveMerchant::Billing::CreditCard.require_verification_value = false</p>
<p>For some reason they said the new activemerchant requires the code, unless you explicitly turn it off with code from above.</p>
<p>had to do this as suggested in activemerchant google groups to get it to work.  Strange that in irb the creditcard.valid? would return true.  I haven&#8217;t yet been able to find any good documentation on the gateway.purchase(total, creditcard, options)  &#8220;options&#8221; parameter.  Would appreciate any info&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
