v1

latestOpenAPI 3.0.0Apache 2.02026-07-142008071.1 MB
Merchants

RetrieveMerchant

Retrieve a Merchant object for the given merchant_id.

get/v2/merchants/{merchant_id}

Path parameters

merchant_idstring required

The ID of the merchant to retrieve. If the string "me" is supplied as the ID, then retrieve the merchant that is currently accessible to this call.

Response

Success

Example response

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