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. Read More