Get transaction by ID

View as Markdown

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

idstringRequired

Transaction ID — the transaction_id returned by OCR or Digital Identity capture steps.

Response

Transaction record for the given ID.
dataobject
The transaction record. Shape depends on whether the transaction is an OCR or Digital Identity capture.
error_codeinteger or null
error_messagestring