Press "Enter" to skip to content

Xamarin Card Scan Plugin

For the last few months, I’ve been writing about how to create a binding library, as a result of this, decided to create a plugin that uses the Pay.Card binding . This plugin allows you to scan a card and get all it’s information (Holder Name, Card Number, Expiration date). 

How to setup it

  1. Install the Plugin.PayCards in your .NETStandard project and Client projects.

2. In your Android Project – MainActivity class, Call PayCardsRecognizerService.Initialize in OnCreate method

3. Override MainActivity OnActivityResult and call PayCardsRecognizerService.OnActivityResult

4. In your iOS project Add Camera Permission in Info.plist

How to use it

For more information, you can check the read me file. Check the full sample here.

Happy Card Scanning!

3 Comments

  1. JOSE MANUEL VELARDE MEDINA JOSE MANUEL VELARDE MEDINA

    Hello, its posible to get Image Card?

  2. Adamu Adamu

    Hi nice to meet you i am adam a beginner in xamarin.
    I am currently a student and i am writing my project currently.

    I want to develop a software that can able to scan barcode.
    “The topic is barcode attendance management system, the barcode will be attache to the user id card so if it is been scanned then all the information to bw store in database. #mobile app

  3. Pete Suffolk Pete Suffolk

    I could not get the downloaded sample to load.

    Following the instructions was simple to write a test application though.

    Sadly the sdk only reads the name off one of my 3 cards. It’s a great concept.

Comments are closed.