Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 696 Bytes

retrieve-merchant-response.md

File metadata and controls

30 lines (22 loc) · 696 Bytes

Retrieve Merchant Response

The response object returned by the RetrieveMerchant endpoint.

Structure

RetrieveMerchantResponse

Fields

Name Type Tags Description
Errors IList<Models.Error> Optional Information on errors encountered during the request.
Merchant Models.Merchant Optional Represents a Square seller.

Example (as JSON)

{
  "merchant": {
    "id": "DM7VKY8Q63GNP",
    "business_name": "Apple A Day",
    "country": "US",
    "language_code": "en-US",
    "currency": "USD",
    "status": "ACTIVE"
  }
}