braintree / credit-card-type

A library for determining credit card type
MIT License
980 stars 154 forks source link

How can I check whether it is a credit card or a debit card #143

Closed yizhiyan closed 2 years ago

yizhiyan commented 2 years ago

How can I check whether it is a credit card or a debit card

crookedneighbor commented 2 years ago

You'll need to consult a bin service to determine whether the card is a debit card or not. It's out of the scope of this library.