Get A Jump Start On Credit Card Processing from Ruby
The development team behind the time tracking site freckle, have just released a PDF guide detailing the terminology and processes behind processing credit card details in Ruby.
Much like Amy Hoy's previous guides relating to Rails, the Jump Start Credit Card Processing guide is a very colorful guide and is split into three small parts that make it easy to digest. It gives an overview of the process and actions involved in processing credit card payments as well as explaining different methods that can be used to validate a credit card. A 6 step example in Ruby using the Active Merchant gem shows you the basic steps required to process payments.
A set-up check list is also given, as well as explanations for the different types of bank accounts you'll need to have in place. The guide also includes a link to a javascript credit card detection and validation library written by freckle member Thomas Fuchs.
This is a great place for developers to start who are looking to add processing payments to a project. At only 15 pages the guide is short, but covers all the basic steps required to implement the processing of credit card payments using colorful illustrations. Not content with version 1 of this guide, the freckle team have already started work on a second version of this guide.
Post by Matthew Lang - Matthew Lang is an ERP developer with a keen interest Ruby and Rails programming.
Pingback: Taystebits
January 22, 2009 at 2:33 am
For those who want a turn-key solution written in rails check out spreedly.com
January 22, 2009 at 2:54 am
Nice post... I was looking for something like that... thx
January 22, 2009 at 5:27 pm
The PDF is a joke! I mean nice colors yes, content wise there is nothing - nada - just bunch of basic stuff and marketing of Saas Rails Kit. An alternative to SaaS rails kit is the open source version
http://github.com/maccman/saasy/tree/master
At least there are some code we can use instead of paying money and reading rubbish which are packaged nicely.