Credit Card Transactions, readers
xanatos
Posts: 1,120
Has anyone made any projects that can facilitate credit card transactions using the propeller (or the stamp, but I doubt the stamp would have the power to do so)?· I have an application that would benefit from having the credit card payment system be embedded in the total device, rather than trying to interface to many different card payment boxes....· anyone do anything like this before?
Thanks for any info!!!
Dave
·
Thanks for any info!!!
Dave
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
If it's not Parallax then don't even bother.
I have changed my avatar so that I will no longer be confused with others who use generic avatars (and I'm more of a Prop head then a BS2 nut, anyway)
Wondering how in-depth the N&V article went on this?
- H
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
YES! I found the N&V article - THANK YOU MICROCONTROLLED! - looks very simple - even the BS1 could handle it I think! My challenge is that we need to take the range of credit cards, plus a whole bunch of non-standard cards, so after I determine card type (which is mind numbingly simple from the code example in the N&V article) - I would need to get that merchant session dialog thing going.... and I need to make it so that all these cards - bank cards as well as private issuers - can all be read by the same machine. Otherwise we'd have to integrate 5 or more pre-made POS systems.
The N&V article covered a full reading of the data on teh card and displaying it - enough to obtain all data for a transaction, assuming you also added in a keypad for PIN entry, etc. Nothing about comm protocols, session dialogs, secure sockets layer, etc.... Looks like quite a challenge on that end of things.
Thanks again for the info - any brainstorms or distant memories of useful info are, as always, incredibly appreciated!
Dave
PS., This will be my first project with the propeller! Got my first Prop Demo Board and wrote my first spin code today! WooHoo!
could you post the url to that article. Sounds like an interesting read.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
If it's not Parallax then don't even bother.
I have changed my avatar so that I will no longer be confused with others who use generic avatars (and I'm more of a Prop head then a BS2 nut, anyway)
Here is a more direct link.
http://www.parallax.com/tabid/272/Default.aspx
Not sure about the size of your installation but it might be worth using a small PC to handle the SSL and comm protocol to the banks if the design requirements would allow for it. Coding that with an OS library to call on for the networking would be rather simple where building the network from the bottom up on a microcontroller board would not be rather simple.
This is were you may well get stuck, because - for obvious security reasons - they won't just give you the required session access protocols. (Sure many of us here could hack such a stream - but that's because we're good and well beyond average [noparse]:)[/noparse]) --- the card company security guys aren't considering people like this.)
So even if you build it, you won't have anything to run on it. And by the time you have hacked someone elses machine (which is probably highly illegal ! even with their permission!) you've still got to get that merchant firmware download, which in turn contains a valid merchant ID and the phone codes to get in the door.... in other words, you have to have a contract with a broker who has contracts with the banks/card co's.
- H
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔