Readers
Retrieve a Reader
Retrieve a Reader.
get/v0.1/merchants/{merchant_code}/readers/{reader_id}
Path parameters
merchant_codestring required
Example:MK10CL2A
Short unique identifier for the merchant.
reader_idstring required
Unique identifier of the reader that the payment is initiated on.
Example:rdr_3MSAFM23CK82VSTT4BN6RWSQ65
The unique identifier of the reader.
Headers
Example:Tue, 03 May 2022 14:46:44 GMT
Return the reader only if it has been modified after the specified timestamp given in the headers.
Timestamps are accepted in the following formats:
- HTTP Standard: IMF format (RFC 5322), sometimes also referred to as RFC 7231.
- RFC 3339: Used for timestamps in JSON payloads on this API.
Response
Returns a Reader object for a valid identifier.
Example response
{
"id": "rdr_3MSAFM23CK82VSTT4BN6RWSQ65",
"name": "Frontdesk",
"status": "paired",
"device": {
"identifier": "U1DT3NA00-CN",
"model": "solo"
},
"metadata": {},
"created_at": "2023-01-18T15:16:17Z",
"updated_at": "2023-01-20T15:16:17Z"
}