Board index » delphi » Delphi Friendly Credit Card device

Delphi Friendly Credit Card device


2007-11-02 09:58:19 AM
delphi258
May I please have recommendations for a credit-card swiper with a Delphi accessible API? I am looking for a way to integrate the credit card authorization functionality with a POS application written in Delphi.
Thanks.
dino
 
 

Re:Delphi Friendly Credit Card device

Quote
May I please have recommendations for a credit-card swiper with a Delphi
accessible API? I am looking for a way to integrate the credit card
>authorization functionality with a POS application written in Delphi.
I use a usb card swiper (semtek USB model number 9273). No drivers or
addiotional software is required. When you swipe a card the characters come
in as keystrokes so use the onkeypress event to capture the information.
After that I use a web service from www.transfirst.com/ which means
you client will need a merchant account with them.