stripe-archive / jquery.payment

[DEPRECATED] A general purpose library for building credit card forms, validating inputs and formatting numbers.
MIT License
3.53k stars 686 forks source link

How to validate Debit Cards #237

Closed usamamashkoor closed 8 years ago

usamamashkoor commented 8 years ago

is their is any way we can validate debit cards using jquery.payment

Fields are Routing & Account Number

Thanks and Regards M.Usama

jenanwise commented 8 years ago

jquery.payment works with anything that looks like a credit card. Debit cards use a card number, just like credit cards, so that will work. Routing and account number (for bank transfers) are not part of this library.

usamamashkoor commented 8 years ago

Thanks