question

ismdcf avatar image
ismdcf asked ismdcf commented

Pulling Merchant information using app secret

Is it possible to pull business details by using app secret. Since our solution is Android app only,
When we receive the app subscribe webhook, we want to immediately pull merchants details to our back end.
REST APIAPI 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

Miguel avatar image
Miguel Deactivated answered ismdcf commented
No, you aren't able to pull merchant info with just an app secret. You have two options
  • Use MerchantConnector in the Android SDK to pull merchant info. No token required.
  • Generate an API token using the Android SDK, which you can then use to call the REST API to pull merchant info.
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.

ismdcf avatar image ismdcf commented ·

@Miguel thank you for the clarification, its unfortunate that this is not available in the API.

Like the notification sending it would have been helpful if there is a way to pull the business details using the app secret. In our business case, there are merchants who have install our app but , haven't actually proceed with opening the app. To follow up with them we need their business information. I like to suggest this as an enhancement to clover apis.

0 Likes 0 ·

Welcome to the
Clover Developer Community