Get transaction by ID
Retrieves a transaction record by ID. Works for transactions created by the OCR API (/v1/ocr/) and the Digital Identity verify flow (/api/DigitalIdentity/verify/). Requires ApiKey and an admin bearer token.
Authentication
ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer
Admin JWT from /api/credentials/Login. Required for admin operations.
Query parameters
id
Transaction ID — the transaction_id returned by OCR or Digital Identity capture steps.
Response
Transaction record for the given ID.
data
The transaction record. Shape depends on whether the transaction is an OCR or Digital Identity capture.
error_code
error_message

