如何接受桌面Java应用程序的付款? [英] How do I accept payments on a desktop java application?

查看:75
本文介绍了如何接受桌面Java应用程序的付款?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个用于管理租借的Java应用程序。我需要能够扫描RFID,这使我倾向于创建桌面应用程序(这样我就可以轻松地与USB连接的RFID扫描仪连接)。我还需要在此申请表中接受信用卡付款。我发现的每个网关/ API(Braintree,Stripe等)都是为移动开发或在网站上使用而定制的。我如何接受我的申请付款,或者是否有一个更符合我需求的平台(RFID扫描和接受付款)?



谢谢!

I'm creating a java application to manage rentals. I need to be able to scan RFIDs, which made me lean towards creating a desktop application (so that I could easily interface with a USB connected RFID scanner). I also need to accept credit card payments in this application. Every gateway / API I've found (Braintree, Stripe, etc.) is tailored either for mobile development or use on a website. How can I accept payments on my application, or is there a platform that would be better for my needs(RFID scanning and accepting payments)?

Thanks!

推荐答案

您应该试用Paypal API。



https://developer.paypal.com/webapps/developer/docs/integration/direct/accept-credit-cards/ [ ^ ]



您可以在本地存储数据并稍后将其传输到服务器。

请注意,存储信用卡信息至关重要并且需要适当的工作。
You should try out the Paypal API.

https://developer.paypal.com/webapps/developer/docs/integration/direct/accept-credit-cards/[^]

You can store the data locally and transmit it later to the servers.
Please be aware that storing credit card info is critical and needs proper work.


这篇关于如何接受桌面Java应用程序的付款?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆