I'm working on an app that needs these 2 features...
- Create a new customer and order based on the data from a credit card swipe.
- Process the total order when the customer checks out without having to reswipe the card.
Looks like I can get most of the pertinent customer data from ACTIONSECURECARD_DATA, but I'm having trouble figuring out how to process a payment with that data after the fact. Is it even possible?
Edit...
A simpler way to say it may be: I'm looking to create bar tab style functionality. Customer card is pre-authorized, all items are added to their tab throughout the night, and when they close out, the final total is processed. I am working on a Clover Station dev kit, but from what I can tell, the bar tab style of functionality is only available on mini systems with secure-pay. Is that correct?