简体   繁体   English

如何收集信用卡信息

[英]How to gather credit card information

I need to charge user for non-digital content inside my application. 我需要向我的应用程序中的非数字内容的用户收费。 Are there any free/not free SDK's/libraries to gather credit card information or I should write all the code by myself ? 是否有免费/不免费的SDK /库来收集信用卡信息,或者我应该自己编写所有代码? What pitfalls may I encounter ? 我可能会遇到什么陷阱?

如果我是你,我会使用Paypal API

There is a google engine available named "Tesseract OCR engine" through it you can take the data from the image. 通过它可以使用一个名为“ Tesseract OCR引擎”的google引擎,您可以从图像中获取数据。 You can download it free from the following link:- 您可以从以下链接免费下载:-

http://code.google.com/p/tesseract-ocr/ http://code.google.com/p/tesseract-ocr/

To gather credit card information , You need to contact specific Card Authority like Visa , Mastreo etc. These Authority gives API . 要收集信用卡信息,您需要联系特定的信用卡授权机构,例如Visa,Mastreo等。这些授权机构提供API。 Which should be used. 应该使用哪个。 This is legal way to fetch data. 这是获取数据的合法方法。 In Case of Credit Card & Bank Account Dont go for any other non-authorized API . 如果是信用卡和银行帐户,请不要使用任何其他未经授权的API。

CC Avenue CC大街

this is one you can use 这是你可以使用的一个

Apple不允许您本机实施付款方式-您必须使用WebKit并显示页面或使用Apple自己的服务。

我建议创建一个处理所有事务的Web服务,这就是我所做的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM