Transaction Detail

Returns the full details transaction by its signature ID.

Payload Object

PropertyTypeDescription
deviceSerialNumberStringThe device serial number where the transaction started.
deviceNameStringThe device name.
signatureIdGuidThe transaction signature ID.
createdByUserObject => {
userName: string
userFullName: string
}
The user that created the transaction:
userName <= email
userFullName <= firstName and lastName
locationIdLongThe device location ID.
locationNameStringThe device location name.
createdAtUtcDateTimeThe transaction creation time in UTC.
verificationTypeEnum(1,2,3)Type of verification:
1 = Flagged List
2 = Id List
3 = Flagged List and Id List
responsesArray of Object "ResponseVM" (see definition below)The list of responses where the biometric matched with others flagged transactions.
fraudReportsArray of Object "FraudReportShortVM" (see definition below)The list of flagged reports related with the transaction.

📘

List of flagged reports

This list will contain only 1 active report.

📘

The property "identificationData" in the payload will be null if "verificationData" is not equal to 1.

Object: ResponseVM

PropertyTypeDescription
idGuidThe response ID.
matchResponseTypeEnum(-1,0,1)Type of the response
-1 = NA
2 = OK
3 = WARNING
scoreInt (0-100)The score of the match. The range is between 0 -100%.
referenceNumberStringThe id of the flagged report in a more readable format.
publicCreationDescriptionStringThe public text of the flagged report.
createdAtUtcDateTimeThe flagged report creation time.

Object: FraudReportShortVM

PropertyTypeDescription
idGuidThe flagged report ID.
createdAtUtcDateTimeThe flagged report creation time.
deletedAtUtcDateTimeThe flagged report delete time.
transactionSignatureIdGuidThe flagged transaction signature ID.
referenceNumberStringThe ID of the flagged report in a more readable format.
isActiveBoolFlag to inform if the report is active.
createdByUserIdGuid (nullable*)The user ID that created the report.
deletedByUserIdGuid (nullable*)The user ID that deleted the report.

📘

createdByUserId / deletedByUserId

These could be null if you are not in the same account of the flagged report.

Controlled Errors

These are the error codes that will appear when the property hasErrors is equal to true.

Error CodeError Message
error_transaction_not_foundTransaction not found
error_user_not_foundUser not found
error_device_not_foundDevice not found
error_site_not_foundLocation not found
failed_system_operationOperation Failed
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!