0
A
回答
2
有兩種方法可以從信用卡中獲取信用卡信息。
- 使用android內置攝像頭進行掃描。
- 否則使用外部信用卡讀卡器。
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.
希望這會對你有所幫助。
相關問題
- 1. 交易後從貝寶獲取信息
- 2. 如何在貝寶交易後獲取客戶信息?
- 3. Braintree-如何從交易或訂閱中獲取last_4信用卡信息
- 4. 獲取ALSA卡信息
- 5. 如何交換信息? _networking_
- 6. 星號獲取信用卡信息
- 7. 如何從onHandleIntent(Android)獲取信息
- 8. 如何獲取LinkedIn個人資料信息,然後默認信息Android
- 9. 如何在交互式Ocaml中獲取類型信息?
- 10. 如何使用SetState在表單中提交一些信息後獲取數據?
- 11. 在Android中獲取基站信息
- 12. 在android中獲取電池信息
- 13. 在android中獲取存儲信息
- 14. 如何使用CyberSource獲取信用卡信息?
- 15. 如何在Silverlight中獲取GC信息?
- 16. 如何在處理後從顯卡讀取信息?
- 17. 如何在android中從卡片(信用卡,借記卡...)的圖像中讀取信息?
- 18. 獲取Android版本信息
- 19. 獲取Android警報信息
- 20. 在Android版Firebase中登錄後獲取用戶信息
- 21. 如何獲取所需的信息以在AngularJs中切換?
- 22. 如何從Iphone交換信用卡後打印帳單?
- 23. 如何在Android中獲取聯繫人信息?
- 24. 如何在Android中使用按鈕獲取項目的信息
- 25. 如何在android中獲取日誌信息
- 26. 如何在android中獲取facebook用戶信息?
- 27. 如何在Android中使用SQL例外獲取詳細信息
- 28. 如何獲取設備信息在Android中
- 29. 如何在android中以編程方式獲取存儲信息?
- 30. 如何在Android中獲取設備功能信息?
你現在已經實現了嗎? – 2013-01-23 15:01:29
@MVignesh - 號碼 – 2013-01-24 05:50:42