Validating "Visa Debit" cards in ActiveMerchant
Posted
by robw
on Stack Overflow
See other posts from Stack Overflow
or by robw
Published on 2010-06-03T12:50:50Z
Indexed on
2010/06/03
12:54 UTC
Read the original article
Hit count: 187
ruby
|activemerchant
How can I correctly validate a Visa Debit card in ActiveMerchant?
At the moment, the card fails to validate despite it being a valid card number. I have tried using :visa, :visa_debit and nil card types.
© Stack Overflow or respective owner