POST
/v1/terminal/readersCreate a Terminal reader
Creates a new Terminal reader and optionally assigns it to a location. Provide the reader's registration_code, then use label, location, and metadata to configure the reader during creation.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Terminal reader creation parameters.
expandarray<string>optional
Specifies which fields in the response should be expanded.
labelstringoptional
Custom label given to the reader for easier identification. If no label is specified, the registration code will be used.
locationstringoptional
The location to assign the reader to.
metadataobjectoptional
Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
registration_codestringrequired
A code generated by the reader used for registering to an account.
200Returns the created reader object, including its identifier, device details, assigned location, status, and metadata.
actionobjectoptional
The most recent action performed by the reader.
device_sw_versionstringoptional
The current software version of the reader.
device_typestringrequired
Device type of the reader.
idstringrequired
Unique identifier for the object.
ip_addressstringoptional
The local IP address of the reader.
labelstringrequired
Custom label given to the reader for easier identification.
last_seen_atintegeroptional
The last time this reader reported to Stripe backend. Timestamp is measured in milliseconds since the Unix epoch. Unlike most other Stripe timestamp fields which use seconds, this field uses milliseconds.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
locationstringoptional
The location identifier of the reader.
metadataobjectrequired
Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
serial_numberstringrequired
Serial number of the reader.
statusstringoptional
The networking status of the reader. We do not recommend using this field in flows that may block taking payments.
defaultError response.
errorobjectrequired
Error handling
registration_code is required and must be no longer than 5000 characters. label and location must each be no longer than 5000 characters when provided, and metadata values must be strings.