We are trying to use Pre-auth for using at a Bar. Store card data as pre-authorized of $0.01 and use that info to make payment at the end of the order.Currently, we were able to pull Register app and swipe the card on Register app screen. Which saved last 4 digit card number in the system.
Question,
1. Is there a way to pre-authorize the transaction within the app I am developing by calling Pre-auth library? Currently, I'm opening register app to run pre-auth transaction which makes process slower than finishing without going to Register App.
2. Where can I find data for "close out" function in order app? We are making cash drawer in/out function in the app, and I would want it to close out the card settlement as well when draw out.
3. Is there Connector for Payment app?I was able to locate Order connector, Inventory connector, but not Payment connector.Therefore we are using api ( /v3/merchants/{mid}/orders/{order_id}/payments).Please advise me if there is any better way.
Thank you.