2012-02-29 3 views
0

나는 신용 카드로 청구서를 지불하는 방법을 사용자에게 제공하는 응용 프로그램을 개발 중이지만 어떻게 정보를 얻는 데 api를 사용해야하는지 알지 못합니다. 카드 안드로이드에 스왑.android에서 교환 후 카드 정보를 얻는 방법

도와주세요.

고맙습니다.

+0

지금 이것을 달성 했습니까? –

+0

@MVignesh - 아니요. –

답변

2

신용 카드 정보는 두 가지 방법으로 얻을 수 있습니다.

  1. 안드로이드 내장 카메라로 스캔하십시오.
  2. 그렇지 않으면 외부 신용 카드 판독기를 사용하십시오.

1)이를 달성 할 수있는 두 가지 방법.

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. 

희망이 있으면 도움이 될 것입니다.

관련 문제