question

divya avatar image
divya asked Emily L answered

Using my developer account app id how to i get other merchant information by rest api

I have created an developer account and i got App Id & Client Secret, Using these can i get the other merchant information using rest api.
REST APIclover developer communityMerchantAPI Token
10 |2000

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

Lauren Worthington avatar image
Lauren Worthington answered Lauren Worthington commented
To get the merchant information using our rest api, you will need to follow our oauth flow to retrieve an access token for the merchant as explained here. Using that access token, you can get details about the merchant associated with that access token as demonstrated in our documentation here.
5 comments
10 |2000

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

divya avatar image divya commented ·
Hi Lauren,
Thanks for your response.
But I can not get idea with your reply.

I have clover sandbox account and I have installed an app in my account.
With this app, I can get APP Id and Secret Id.
I have totally two merchant in that account.I have provided the permission for both merchant.
In this case, I can access information of both my merchants.
But,

1 . In this case, how can i get some other merchant (who is having account in clover) information with my APP Id and Secret key?

2. Or else, Whether I need to provide client id of merchant for whom I want to access information? and If means. How Can I get client Id of some other merchant by using their clover account credentials(Email & Password) ?
0 Likes 0 ·
Lauren Worthington avatar image Lauren Worthington ♦ divya commented ·

You cannot do either of those things.

1 Like 1 ·
divya avatar image divya commented ·
Thank you.

If I cannot do any of these means, how can i get usefulness by integrating with Clover API?
or else,
What are the ways to get all merchant information?
What credentials should I have to access all merchant information?

0 Likes 0 ·
Lauren Worthington avatar image Lauren Worthington ♦ divya commented ·

You are able to access the data of the merchant that has the app currently installed, via the access token specific to said merchant. You can find the routes to access that data here.

0 Likes 0 ·
divya avatar image divya commented ·
Can you please explain clearly?
0 Likes 0 ·
Emily L avatar image
Emily L answered
Hi Divya,

For each app, Clover asks what permissions a developer needs, like employee read/write permissions. This not only lets Clover see what data an app requires, but also lets individual merchants decide what permissions they want to give an app.

For example, if a merchant is uncomfortable giving their customer data to third-party apps, they can choose not to download apps that require those permissions.

We want to protect our merchants’ data, so we don’t let third-party apps access any merchant information unless:
  1. The app specifically requires certain permissions to function AND
  2. The merchant consents to giving this information by downloading the app or logging into their account through OAuth.

So, you can receive a merchant’s data as long as they access your app through OAuth. Unfortunately, you won’t be able to do this until you use the Production environment and your app is approved, as Sandbox apps are not available for live merchants.

Sandbox is just a place to test your app and make sure everything is working. You can implement the OAuth flow, like Lauren explained, and as long as you’re correctly connecting to your test merchant through OAuth, you should be able to connect to other merchants in the same way once you move your app to Production and it’s approved.
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