- Clover platform has specified a detail spec of APIs that can be used for the entire business process from ordering to transaction management. (Orders, Inventory, Employees etc) However, we require only CC transaction management. we do not intend to store our Order details in clover and nor will we be sending such details over via their API. so is it possible for us to use only CC transaction related Payments API (https://www.clover.com/api_docs#!/pay...) without using the other API's.
Ex: In order to perform a payment transactions does it required to have the order details?
Is the API cable of handling both online and card present transactions? please share an example request for each type of transaction.
Can you provide more documentation that explains each field in the Model schema used in the Payments API and each field in the response. for e.g
for .e g https://www.clover.com/api_docs#!/pay... has a detailed JSON request. is there any documentation that explains each of the fields used in this request. what are the mandatory fields? what are the accepted values , what is the purpose of each field?
Since, clover provides the entire solution (including devices), what is the mechanism of handling card present transactions such as a SWIPE card? how does this process look like in Clover?
Can a card present transaction, initiate from a web application to the clover devices? and how can the response be communicated back to the web application/webshop? for e.g http://payworks.mpymnt.com/web-shop-i...
What is the validity period of a API token?