This endpoint is used for retrieving a merchant.
The details of the fetched Merchant
When the provided merchantId is not valid.
When you don't have the right permissions to view details of the provided merchantId
.
When the provided merchantId
does not exist in our system.
curl -i -X GET \ 'https://api.tyro.com/connect/tap-to-pay/merchants/{merchantId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "mid": "98765",
- "posReference": "SydneyShop",
- "isAuthorised": true,
- "displayName": "Bobs Burger Shop"
}