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
status
enum<string>
required
Available options:
New,
Processing,
Processed,
Failed,
Canceled
documents
object[] | null
error
string | null
sourceFiles
object[] | null