question

pranit avatar image
pranit asked bhupender answered

How to get all merchant data like merchant Id, merchantName using merchant connector in android

I want all the details about the logged merchant inside clover device
Clover Android SDKMerchant
10 |2000

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

parag avatar image
parag answered bhupender commented

You will get with below details

merchant = merchantConnector.getMerchant();
String id =  merchant.getId() ;
String named =  merchant.getName() ;
2 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.

bhupender avatar image bhupender commented ·
Please give the right method to get the details of clover merchant.
0 Likes 0 ·
bhupender avatar image bhupender bhupender commented ·

Because the clover documentation is properly changed. So now we can't get the details of clover merchant with the last code. If we don't have the details of clover merchant, how to apply the discounts.

0 Likes 0 ·
bhupender avatar image
bhupender answered

The Clover documentation has been significantly updated, and I'm having trouble locating the process for retrieving the Merchant ID and Auth Token. Could you please guide me on how to obtain these details for a Clover merchant with the updated documentation?

10 |2000

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

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