Validation - Credit Card Validation

Hello Everyone

any one know how to validate credit card information in rails ?

please help me

thanks in advance

I doubt anyone will give step-by-step instructions but checkout active
merchant gem. I’ve found the active merchant pdf in peepcode to be
quite helpful.

Ramon T.

On Tue, Feb 3, 2009 at 4:47 PM, Cyrus D.

Hello

Thanks , is also do payment gateways processsing ? this plugin ?

Cyrus,

You gotta check out Amy Hoy’s cheatsheet!

http://www.slash7.com/articles/2008/12/29/jump-start-credit-card-processing

http://jumpstartcc.com/

Cheers, SAzima

Look at Luhn algorithm - Wikipedia.

It’s a good screen against flat-out invalid numbers. After that, it’s
between you and your credit card payment acceptor.

active merchant comes w/ somr luhn javascript validation too

On Tue, Feb 3, 2009 at 1:15 PM, s.ross [email protected] wrote:

Hello Everyone


Available for Ruby on Rails development opportunities

yes active merchant does gateways and also paypal stuff (my usage so
far).
there is a very good cheat sheet on how to use it for gateways:
http://jumpstartcc.com/

On Tue, Feb 3, 2009 at 1:01 AM, Cyrus D.
[email protected]wrote:

Hello

Thanks , is also do payment gateways processsing ? this plugin ?


Posted via http://www.ruby-forum.com/.


Available for Ruby on Rails development opportunities