Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to implement a payment system in rails [closed]

I am new to the rails world and am in the process of setting up a small rails app for a client. One of the requirements is that the user enters their credit card which gets charged for a specified amount.

I haven't had much experience with payment systems. I believe active merchant gem can be used for this purpose but how does actually charging the card work out and for testing purpose will I be able to charge a dummy account? From your experience, is it safe to go with a provider like paypal?

like image 810
Omnipresent Avatar asked Jul 14 '11 01:07

Omnipresent


Video Answer


1 Answers

You should checkout ActiveMerchant.

FYI Peepcode has a post on this:

http://peepcode.com/products/activemerchant-pdf

like image 184
thenengah Avatar answered Sep 23 '22 04:09

thenengah