An async endpoint used for creating a Reader. Register a webhook to be notified when a Reader is created after this endpoint is invoked. 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.
Accepted
When the provided payload is not valid.
When you don't have the right permissions to create a Reader for the provided location or Merchant ID.
{- "name": "Reader 1 - Example Shop Sydney",
- "locationId": "tc-exampleshop-3000"
}
{- "error": "\"locationId\" is required",
- "errorCode": "VALIDATION_ERROR"
}