We’re using the REST api to communicate with the devkit PoS device. From the REST api, is it possible to open a tab for a user and have it sync and reflect on the POS device?
According to your docs, I need to create an order and pre-authorize a payment, which I’ve tried but ran into these errors:
‘Invalid payment’ when using CASH as tender
‘We currently don't allow you to add native credit or debit payments’ when using CREDIT CARD as tender
Here is my flow:
1. Create Order
2. Create Payment
3. Create Authorization (using the payment object from #2)
Thanks