java - Accept Payments in Desktop Application -


i'm creating java application manage rentals. need able scan rfids, made me lean towards creating desktop application (so interface usb connected rfid scanner). need accept credit card payments in application. every gateway / api i've found (braintree, stripe, etc.) tailored either mobile development or use on website. how can accept payments on application, or there platform better needs(rfid scanning , accepting payments)?

thanks!

add module desktop application connect web service hosted centrally under control of payment receiver. web service can in turn make calls payment gateway. web service client module within desktop application doesn't need store sensitive information.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -