# Lists merchants

This endpoint is used for retrieving a list of merchants that the POS has access to.

Endpoint: GET /tap-to-pay/merchants
Version: 1.0
Security: JWT

## Header parameters:

  - `Authorization` (string, required)

## Response 200 fields (application/json):

  - `results` (array)

  - `results.mid` (string)
    The ID of the merchant as specified by the Tyro Connect system
    Example: "98765"

  - `results.posReference` (string)
    The posReference of the merchant, supplied during the integration process.
    Example: "SydneyShop"

  - `results.isAuthorised` (boolean)
    If the POS is authorised for this merchant.
    Example: true

  - `results.displayName` (string)
    The display name of the Merchant
    Example: "Bobs Burger Shop"


## Response 403 fields
