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
Post a Comment