question

eunices avatar image
eunices asked Kris answered

How do we integrate the POS with our restaurant's website

Hello

I am a developer of the online ordering system. My client has a restaurant website. They are looking for a POS company which can integrate with our website. Does clover offer POS and website integration? If so, how does this work? Thank you.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Miguel avatar image
Miguel Deactivated answered jjohn commented

You can integrate your existing restaurant website with a Clover POS by using our REST APIs as a web app. For example, when online orders are created, you can use our REST APIs to create and modify orders in the Clover POS. You can use Order Types to distinguish between online and in person orders. You would have to build this integration yourself. However, you can find more information about web apps and our REST APIs in our docs: https://docs.clover.com/build/web-apps/

If there are specific requirements you have about your integration that you are concerned about, you can provide more information and we can help.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jjohn avatar image jjohn commented ·

**Unable to create an order with Web API using the instructions below.

https://docs.clover.com/build/working...

Request:

POST https://apisandbox.dev.clover.com/v3/... HTTP/1.1 Content-Type: application/json Authorization: Bearer {token} Accept: text/plain Content-Length: 21 Host: apisandbox.dev.clover.com Connection: Keep-Alive Response: {"message": "401 Unauthorized"}

Is there a working sample to create order through Web API?

0 Likes 0 ·
Kris avatar image
Kris answered
Hello @Miguel @Eunice.s, Is this been done? I am looking to integrate our existing website to clover customer database. Did you have to create the webapp first? Or did you just used the REST API to call from your existing website as a webservice?

If you can give me the steps for this integration, it would be highly helpful. We are having a hair salon and customers take their appointment on our website. But now, Stylists have to type in their name name again from there to the Clover Customer portal. We need to pass just 4 elements. FirstName, LastName, Email and PhoneNumber.

Thanks in Advance.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community