Skip to main content
GET
Gets transaction info

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

transactionId
string<uuid>
required

Transaction identifier. You receive it in the response after the transaction has been successfully created.

Response

Transaction info is successfully returned

id
string<uuid>
required

Unique identifier of the transaction.

status
enum<string>
required

Current status of the transaction. One of New, Processing, Processed, Failed, or Canceled.

Available options:
New,
Processing,
Processed,
Failed,
Canceled

Link to the Manual Review client with a one-time access token, returned when the transaction requires manual review. The link is valid for 168 hours. See Integrating manual review.

documents
object[] | null

Documents produced by the transaction, each with its result files, classification result, and business rule errors.

error
string | null

Error message describing why the transaction failed, if it failed.

sourceFiles
object[] | null

Source files that were uploaded to the transaction.