question

Obaid avatar image
Obaid asked Miguel Deactivated answered

Need guidance on Clover API

Please, I need some guidance on below quires,

1) We are going to create a paid web app on Clover Market, if any one will install our web app, then can we fetch their email address ? I know we have 2 method, but as your docs said "This value is not always present."

Employees: https://www.clover.com/api_docs/#!/employees/GetEmployees Customers: https://www.clover.com/api_docs/#!/customers/DelegatedGetCustomer


2) What is the difference between Merchant, Employee and Customer ?
Clover Android SDKWebhooks
10 |2000

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

1 Answer

Miguel avatar image
Miguel Deactivated answered
Hi @Obaid,
1. The only way to get the merchant owner's email address is through our employee data. You can use the endpoint you referenced and find the owner or you can use this endpoint, which will include the email:
https://sandbox.dev.clover.com/v3/merchants/{mId}?expand=owner

2. At a high level:
  • Merchant is the store/restaurant/shop.
  • Employee are the employees who work at the merchant's store.
  • Customer are the customers who shop/dine at the merchant's store.
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