Home

Use this endpoint to request transaction data for a single transaction or for multiple transactions during a specified timeframe. The results can be useful for evaluating success and failure rates. This endpoint retrieves historic transaction data. Note that this response not the same as the response from /get-results.

Log in to see full request history
Body Params
public_data
object
required

May not contain personally identifiable information (PII).

private_data
object
required

May contain personally identifiable information (PII).

Headers
string
required
Defaults to <calculated_signature>

Encrypted Request Body

string
required
Defaults to <customer_id>

Your provided customer ID.

Responses

Response body
object
public_data
object
string

Version of the API.

string

The requested endpoint.

private_data
object
required
boolean

True if the API call was successful; false otherwise.

string

A description of the result output, for example, "success" or an error message.

integer

Number of transactions returned.

transactions
array of objects

Array of transaction data.

transactions
object
integer

Version to which the response is mapped. Intellicheck-only.

string

Your provided customer ID.

string

Customer name associated with the provided customer_id.

string

ID issued at the beginning of a transaction to associate all subsequent processes within the transaction until ended.

date-time

Transaction timestamp. Same as trans_time.

date-time

Transaction timestamp. Same as created_at.

integer

Year from transaction timestamp.

integer

Month from transaction timestamp.

integer

Day from transaction timestamp.

integer

Hour from transaction timestamp.

string

Identification type. Values: na_dl, passport, other.

string

Time and date value at which the transaction PII data is removed.

string

Transaction source, for example, Capture or Direct.

front_back
object

Contains details about the front and back of the ID document.

integer

Specifies the pixel measurement at which point a screen width exceeding this value results in a QR code displayed by Capture (instead of the capture process welcome page). For example, if qr_breakpoint_px is 700, then a screen larger than 700 pixels results in a QR code to be scanned. Therefore, this value is the breakpoint measurement that specifies whether the customer is using a phone screen or a monitor.

signals_run
array of strings

Array of signals requested for the transaction.

signals_run
barcode_result
object

The transaction results for a barcode check. Object properties vary depending on whether include_pii was requested.

ocr_result
object

Transaction results returned if the request included an ocr signal. Object properties vary depending on whether include_pii was requested.

mrz_result
object

The transaction results for a machine readable zone (MRZ) check. Object properties vary depending on whether include_pii was requested.

device_address_result
object

The transaction results for a device address check. Object properties vary depending on whether include_pii was requested.

email_validation_result
object

The transaction results for an email validation check. Object properties vary depending on whether include_pii was requested.

phone_validation_result
object

The transaction results for a phone validation check. Object properties vary depending on whether include_pii was requested.

criminal_background_result
object

The transaction results for a criminal background check. Object properties vary depending on whether include_pii was requested.

search_after
array of numbers

This array of one number is returned when the maximum result_size of 10,000 transactions is reached but there are additional transactions to return. In that case, make a second call to /get-transaction-data and pass this returned search_after value with your request to receive the next chunk of transactions.

search_after

Language