The response object returned by the RetrieveMerchant endpoint.
RetrieveMerchantResponse
Name | Type | Tags | Description |
---|---|---|---|
Errors |
IList<Models.Error> |
Optional | Information on errors encountered during the request. |
Merchant |
Models.Merchant |
Optional | Represents a Square seller. |
{
"merchant": {
"id": "DM7VKY8Q63GNP",
"business_name": "Apple A Day",
"country": "US",
"language_code": "en-US",
"currency": "USD",
"status": "ACTIVE"
}
}