Praveen Singh
Praveen Singh

Reputation: 116

Scan credit or debit card in android programatically?

How can we scan a credit or debit card and get the information of the card for example card holder name expiry date and image of card type like visa or master card ? please give me suggesion i am new in android developing.

Upvotes: 3

Views: 7016

Answers (2)

scanner
scanner

Reputation: 302

look at card.io - they have an open-source SDK for scanning credit cards on iOS and Android. Notice - not all of what you're asking is supported in card.io (only some types of credit cards, and they don't extract the card holder's name).

Upvotes: 3

Rohit Chahar
Rohit Chahar

Reputation: 128

  • You can use OCR on android for extract text from image. First scan credit or debit card using camera in your android app and processing it through OCR.

  • Follow this link for how to implement OCR

Upvotes: 0

Related Questions