2

i want to read credit card information with IDTECH card swiper using Authorized.net iOS SDKs. i connect IDTECH swiper with my IOS Device and swipe credit card but i cant get card data .

Can anyone have more information about any IOS SDKs for get card data using swiper or any objective-C default class?

Jashu
  • 1,061
  • 13
  • 19

1 Answers1

1

You need to use SDK of manufacture itself. Because every manufacture has its own mechanism to read data from card reader.

You may download IDTECH SDK here.

For more help, you may visit IDTECH FAQs

Rahul Patel
  • 5,858
  • 6
  • 46
  • 72
  • Thanks for answer,Rahul Patel. but is it not possible to use IDTECH swiper with Authorized.net sdk? they given list of the swiper device and IDTECH is one of them. – Jashu Mar 12 '15 at 10:40
  • @user2236407 I am not sure about it. You may ask to their support team and can confirm it. – Rahul Patel Mar 12 '15 at 10:53
  • 1
    is it possible to use Authorized.net sdk and IDTECH swiper only for get CreditCard data like number,mon,year,etc. i dont want to use full payment on authorized.net. only read data from card. – Jashu Mar 12 '15 at 13:47
  • As @RahulPatel mentioned, you'll need to use BOTH SDKs: the manufactuer SDK to read the hardware device, Authorize.Net to send transactions to the gateway. – rhldr Mar 12 '15 at 18:46