question

becky-insites avatar image
becky-insites asked David Marginian Deactivated edited

What is causing No app with ID error?

Hi,


I am working on a dashboard for merchants to view their data. This will not be an app that they download, but a web application. The business owner is the only one with a Clover account, so he is required to follow the oAuth flow to obtain the access token for each merchant.

When the business owner tries to get an access token for a particular merchant a 'Not found' popup appears on the following page: https://www.eu.clover.com/oauth/authorize?client_id=[client id - removed for this message]&merchant_id=[merchant id - removed for this message] when I look at the logs I get a 404 on the following endpoint:
https://www.eu.clover.com/v3/merchants/[removed for message]/apps/[removed for message]?expand=appLocales%2CandroidVersion.releaseNote%2CdeviceTypes%2CavailableMetereds%2CavailableSubscriptions%2CcurrentSubscription%2Cmodules%2Cscreenshots%2Cbilling&_=[removed for message] with the message:

{"details":"No app with ID [REMOVED FOR MESSAGE]","message":"Not Found"}

I have been trying to find out what could be causing this and have seen numerous suggestions such as subscription pricing needs to be set up with a country (which it is). That the merchant must install the app first (which in the scenario we are using it isn't possible?). That the app needs to be published.

Would anyone be able to shed some light on what is causing this issue and why the merchants endpoint cannot find the app?

Many thanks in advance for your help

REST APIOAuthAPI 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.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered David Marginian Deactivated edited

The merchant must install the app first. Your app can't obtain a token if the merchant hasn't installed it.

4 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.

becky-insites avatar image becky-insites commented ·

Thanks David, so does that mean I cannot use the API in the way I was hoping to? To give a bit more background:

- Each merchant does not have their own Clover login to be able to install the app. Only the business owner has a Clover account.

- I am not looking to create an application that merchants can download, but rather a web application that they can log into via our own systems and, after the business owner (the person with the Clover account) successfully supplies a access token, use the API to show their merchant data.

Is that not possible?

Many thanks for your help

0 Likes 0 ·
becky-insites avatar image becky-insites becky-insites commented ·

When you say merchant, do you mean the business owner, the one with the Clover account? Or do you mean each individual merchant?
I think I might be misunderstanding.

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ becky-insites commented ·

Each merchant must have the application installed and in order to do so typically the application must be available (published/approved) in the app market. Even though your application is a web app this is required. Why? A merchant must grant your application access to their data and this is done when the merchant chooses to install your app. Otherwise any app would be able to access any merchant's data. You keep saying business owner so it sounds like you are doing something like this - https://www.clover.com/help/set-up-multiple-business-locations/. Is that correct? If not how is the owner associated with each merchant? I am unsure if in this setup all of the apps the business owner installs get installed for each merchant and if the owner can obtain a single token that will work across merchants (I am guessing not). You may want to contact our developer relations team to discuss this further as there may be something they can do for you - appmarketbusiness@clover.com.

1 Like 1 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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