question

manojpande avatar image
manojpande asked manojpande commented

Clover Rest api

Hi

If merchant cancelled the account/services/subscription from Clover then how to identify the same through Clover rest api ? So that we will not allow customer to place an online orders (through browser) for this merchant. Also we will not allow merchant to perform any operations on placed orders as we integrated the Clover mini (for UI) with our application. We are calling Clover Rest api through Java code

Please suggest

Thanks

Clover Mini
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 manojpande 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.

manojpande avatar image manojpande commented ·

Hi thanks. But which Clover Rest api need to call through Java code to identify whether merchant cancelled the account/services/subscription from Clover ? So on the basis of Rest api response we will perform business logic.

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

https://sandbox.dev.clover.com/v3/apps/appId/merchants/mId/billing_info:

Get merchant app billing information
Returns the status of a merchant's app billing including current subscription tier and trial status. Requires an OAuth generated token.


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

Thanks for the quick reply.

As per your suggestion I used below api.

https://apisandbox.dev.clover.com:443/v3/apps/{Actual app Id}/merchants/{Actual merchant Id}/billing_info

Please find attached 1 file for more information and question.

Thanks in advance. BillingInfoCloverRestApi.txt

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