question

pranit avatar image
pranit asked parag 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.

1 Answer

·
parag avatar image
parag answered

You will get with below details

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