Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
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!
Posted

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900