Hi @Tacs,
In the future, please limit each question to a single question. You can find more information on our guidelines here: https://community.clover.com/page/asking-questions
https://apisandbox.dev.clover.com/v3/merchants/{mId}?expand=logos
https://apisandbox.dev.clover.com/v3/merchants/{mId}/orders/{orderId}?expand=serviceCharge
Hi.
There was no evidence of that anywhere, but fix the docs.
The logo endpoint worked, but the serviceCharge endpoints gives me this message "Invalid permissions for expandable fields.", so i added the payments read permission and it works now.
Thanks.
Cheers.
Hi @Tacs,
You can find more information on our endpoints at https://www.clover.com/api_docs/
For example on GetMerchant endpoint shows that you can get the logo info:
Get a single merchant GET /v3/merchants/{mId} logos array[Logo]OPTIONAL "logos": [ { "logoFilename": "", "logoType": "", "url": "" } ]
1 Person is following this question.