Is it possible to create an order from the inventory using REST APIs? and then customers can pay for that order using clover hosted iframe?
Yes, the iFrame is just an embedded form to token a card and it returns a source token; you can combine it with the Ecomm pay for Order api instead of charge API to use that source to pay for the given order. The orderID is an path param in the API Call:
https://docs.clover.com/reference/postordersidpay
https://docs.clover.com/docs/using-the-clover-hosted-iframe
6 People are following this question.