v1

latestOpenAPI 3.0.0Apache 2.02026-07-142008071.1 MB
Merchants

ListMerchants

Returns Merchant information for a given access token.

If you don't know a Merchant ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access.

If you know the merchant ID, you can also use the RetrieveMerchant endpoint to get the merchant information.

get/v2/merchants

Query parameters

cursorinteger

The cursor generated by the previous response.

Response

Success

cursorinteger

If the response is truncated, the cursor to use in next request to fetch next set of objects.

Example response

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