Lists merchants

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

Request
Security:
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

The list of Merchants associated with the POS.

403

When you don't have the right permissions to list Merchants.

get/tap-to-pay/merchants
Request samples
curl -i -X GET \
  https://api.tyro.com/connect/tap-to-pay/merchants \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "results": [
    ]
}
Copyright © Tyro Payments 2019-2024. All right reserved.