In sandbox environment, with the following code
Account account = CloverAccount.getAccount(context); Log.d(TAG, "account.name: " + account.name);
the log shows similar to:
AnyMerchant, Inc | AnyUser@anymerchant.com
Is this always the format returned account.name?
Thanks for your assistance.