Hi, we have a web based POS application and are trying to see if Poynt devices would be a good fit or not. Using the Cloud API is it possible to initiate a CAPTURE transaction? I do see in the API where it lists operations, but they speak to already having an AUTH which you are capturing. This would not be the case in our model. We would perform our sale process in our POS and if the cashier indicates credit card, we would then initiate a charge using the Poynt device.
In one of our currently supported configurations, the flow is: POS web page initiates a charge via REST call, web app within Tomcat makes a call to a third party middle-ware application which manages credit card machines, charge is performed on desired credit card machine (end-to-end encryption from swipe) and the result returned to web app. POS then interrogates response and if successful finalizes the sale.
Thanks,
Pete