views:

45

answers:

1

Hello friends,
I wonder how can we connect a iphone device to credit card swipe-in machine .Thus, any user swipes the card through credit card swipe-in machine,all the credit card details get transferred and stored in the phone device that can be used to confirm the payment transaction by user. The user can even use these as complete transaction details later.

All ideas are welcome !!

+1  A: 

There are a couple of these on the market already. The most popular (in the press) is called "Square" and is a small square that mounts in the headphone jack.

There are others out there that look like an iPhone case with a magnetic strip reader.

John Franklin
John can u tell me that if i want to achieve this where should i start technically.
socialCircus
If you're going to design your own iPhone/CC reader system, then you should look at the EAAccessory class. http://developer.apple.com/iphone/library/documentation/ExternalAccessory/Reference/EAAccessory_class/Reference/Reference.html
John Franklin