get
https://api-identifid.determan.dev/v1/transaction-manager/transactions
Reads all transactions
Payload Object
It is an array
| Property | Type | Description |
|---|---|---|
| id | Guid | Transaction ID. |
| signatureId | Guid | Transaction Signature ID. |
| deviceSerialNumber | String | Device serial number. |
| verificationType | Enum(1,2,3) | Type of verification: 1 = Flagged List 2 = Id List 3 = Flagged List and Id List |
| createdAtUtc | DateTime | Transaction create time in UTC. |
| hasActiveFraud | Bool | The 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 Code | Error Message |
|---|---|
| error_invalid_data | Invalid Filtering Date Provided |
| failed_system_operation | Unable to load transactions |
