0

クレジットカードで請求書を支払う方法をユーザーに提供しているアプリケーションに取り組んでいますが、Androidで交換されたカードの情報を取得するためにどのAPIをどのように使用すればよいかわかりません。

助けてください。

ありがとうございました

4

1 に答える 1

2

クレジットカードからクレジットカード情報を取得する方法は2つあります。

  1. Androidの内蔵カメラを使用してスキャンします。
  2. それ以外の場合は、外部のクレジットカードリーダーを使用します。

1)これを達成するための2つの方法。

  I) Existing software library.

  For this there is a software library card.io. Check [https://www.card.io/how-it-works/][1].

  They provide you card.io jar file and some of shared libraries. With this you can scan the credit card then they l notify the relevant detail read from the credit card. But now there is a problem in this. They said like the process is going on. 
Download sample link:[http://teck.in/download-card-io-scan-credit-cards-in-android-and-ios.html][2]

   II) You can implement your own credit card scanner by using OCR technology. Check the following link. It might help you in that. [http://code.google.com/p/tesseract-ocr/][3].

2)支払いには、外部カードリーダーを使用することもできます。

  Squareup, Stripe, Scanpay, Magtek,etc... They provide you with their own external card reader. And some of them offer the card in free of cost. Check with these. They guide you to achieve your payment.

これがお役に立てば幸いです。

于 2013-01-24T06:59:39.043 に答える