Transaction List

Reads all transactions

Payload Object

It is an array

PropertyTypeDescription
idGuidTransaction ID.
signatureIdGuidTransaction Signature ID.
deviceSerialNumberStringDevice serial number.
verificationTypeEnum(1,2,3)Type of verification:
1 = Flagged List
2 = Id List
3 = Flagged List and Id List
createdAtUtcDateTimeTransaction create time in UTC.
hasActiveFraudBoolThe transaction has an active flag.

🚧

Access to the property "id"

Depending on the permission inside of the token the payload could contain or not the property "id".

Controlled Errors

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

Error CodeError Message
error_invalid_dataInvalid Filtering Date Provided
failed_system_operationUnable to load transactions
Query Params
int64
required
Defaults to 1

Page to retrieve

int64
required
Defaults to 20

Number of items per page. Max page size = 50

string

Search by signature id

string

Search by device serial number

boolean

Search by Active flag

date

Date to begin search

date

Date to end search

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json