question

drinkexchange avatar image
drinkexchange asked Miguel Deactivated answered

How to pull Store Name or Business Name

Hi, where can we find the merchant business name or store name? We've looked through the REST API and the closest thing to that would be the "Merchant name".'

Thank you for the help
REST API
10 |2000

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

Miguel avatar image
Miguel Deactivated answered

You can get the merchant's name using this endpoint:

GET /v3/merchants/{mId}

It should be returned as the name. The merchant name should be the store or business name. We do not store any other names.

10 |2000

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

chanel avatar image
chanel Deactivated answered
That is correct, "name" would be the name of the merchant's business.
10 |2000

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