We are a custom software development company in the process of developing a .NET ecommerce website application for a new client who uses your Clover POS system for multiple restaurant locations. The primary focus of the website is to create an online menu ordering system so that customers can place orders for a specific store location. When a customer places an order on the website we want the following to occur in line with the order process: 1.) process the customer’s electronic payment via Clover, 2.) send the order transaction/details (menu items ordered) to the correct store for processing.
The website will be developed in ASP.NET MVC. We want to be sure that your SDK for .NET can provide the necessary functionality required for this project. Some of the functionality we want to verify is:
- Can an ASP.NET website make REST API calls to your SDK in-line with the order process on the website?
- If so, is a payment gateway required?
- Can the payment transaction be processed/identified by store location?
- Can the order items details be sent to the correct store?
We do not want to have to reenter any order information taken via the website or process any electronic payment at the store locations after the order is placed online. We want this be a seamless integration where all transactions are processed at the correct store location accordingly.