Processing a Credit Card Swipe (USB Card Reader) using c#
Loading...
1,378
Loading...
Uploader Comments (markhaganme)
see all
All Comments (12)
-
How do you decode for the CVV# on the back of the card? This is on asp.net but do I need Visual Studio also? Can I do it on a (VS) only and what version would you recommend? Sorry for all the questions, great video though. Thanks!
-
else if (PercentPresent) { //%1000000755? string[] CardData = CardReader.Text.Split('%'); txtUserName.Text = FormatCardNumber(CardData[0]);
Having trouble readying my one number scan from my rewards card
-
@FlightOfGrey I will try to get that video posted on here tomorrow.
Loading...
Hello, Thanks for the Video it halped me alot !!,
iI would definitely be interested in how actualy getting the strings from the card reader in winform application!
avnerify 2 months ago
@avnerify You should be able to just copy the code that I have and change the field names to match your winform field names.
markhaganme 2 months ago
Dude you rock! This was aswesome! You saved me so much time building this slide care reader. Very informative and to the point!
MikeMichellelucas 2 months ago
@MikeMichellelucas I am glad you liked it! Note that this reader will also work with Medical Insurance cards. Probably not helpful for you, but I had someone message me asking for an example: the code is the same.
markhaganme 2 months ago
Just a few moments when the mic whistles or something and it gets really high pitched otherwise I found it interesting and you did a good job of talking all the way through. Thanks.
FlightOfGrey 3 months ago
@FlightOfGrey I am glad that you liked it! I will work on the mic issues for the next video.
markhaganme 3 months ago