question

kirank avatar image
kirank asked kirank commented

List of merchants with subscription status

In our app, we are trying to get a of merchants end of every month and see if they have unsubscribed from our app. What API should I use to get this list?

The other alternative is get per merchant data. But that does not always work as we don't have OAUTH token from every merchant.

Merchant
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 kirank commented
3 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.

kirank avatar image kirank commented ·

The API says OAuth token is necessary. I tried it with a different oauth token, expectedly did not work.


Perhaps subscription list API should be a separate API with appID, client ID & Secret since its not tied to one MID but appID.

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ kirank commented ·

Why do you not have an OAuth token for your merchants?

0 Likes 0 ·
kirank avatar image kirank David Marginian ♦♦ commented ·

Currently we are not collecting OAUTH tokens unless they need to use some feature that needs REST API. For example if they click on their web merchant account or if they want to pull products from Clover.


Normally app uses payment SDK which is not requiring oauth.

0 Likes 0 ·

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