This endpoint is used for retrieving a Reader. Readers represent the Embedded Payments Reader at the physical location. The Reader ID is required to create a Reader Connection to initialise the Tyro Embedded Payments SDK
The requested Reader
When you don't have the right permissions to retrieve a Reader for the provided location or Merchant ID.
curl -i -X GET \ 'https://api.tyro.com/connect/tap-to-pay/merchants/{merchantId}/readers/{readerId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "readerId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf6149",
- "locationId": "tc-exampleshop-3000",
- "name": "Reader 1 - Example Shop Sydney",
- "status": "ACTIVE"
}