question

james avatar image
james asked james answered

Can you create orders through an ios app

Hi Im making an ios application where I want to use clover to handle the credit cards.

Is this possible?
OrdersApp MarketClover Mobile
10 |2000

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

Raymond Lee avatar image
Raymond Lee Deactivated answered
You can use our REST API to create orders from your ios app, however you will need an API token to do so, and this requires creating either a web app that will be installed to the Merchant's web dashboard, or an Android app that will be installed to the Clover device.

OAuth is the process to retrieve an API token from a web app, and the authResult.authToken from here is how you retrieve an API token from a created Clover android app on a Clover device.

You can use our Developer Pay API to handle credit card payments inside your ios app.

Here are some examples on how to use our Developer Pay API for reference:
https://github.com/cloverhackathons/DeveloperPayAP...
10 |2000

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

james avatar image
james answered
Thanks Raymond, so will this work if our client is already using clover for their orders.

They have the clover station, and once their orders are made through the pos a ticket is printed.

Can our app users place orders, and just automatically sync with their normal orders, and have a ticket printed, thus not changing their workflow.
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