Lookup Object
(Lookup step)
In order to perform the lookup, uqudo API uses data that is retrieved from the reading step (NFC chip) or, if not available, the optical scanning. The data that come from the NFC chip should be always correct. Data that come from the optical scanning could potentially have OCR errors.
Attribute | Description |
---|---|
status | SUCCESS or FAILED |
statusCode | Available if status is FAILED:
|
statusMessage | Status message if any. Can be null |
data | Available only if status is SUCCESS. See below the details per document type |
Last updated