post
https://api-identifid.determan.dev/v1/fraudreport-manager
Response Payload Object
| Property | Type | Description |
|---|---|---|
| id | Guid | The flagged report ID. |
| createdAtUtc | DateTime | The flagged report creation time in UTC. |
| transactionSignatureId | Guid | The transaction signature ID. |
| createdByUserId | Guid | The ID that represents the user that created the flagged report. |
| createdByUserEmail | String | The email of the user that created the flagged report. |
| accountId | Guid | The ID of the account. |
| referenceNumber | String | The ID of the flagged report in a more readable format. |
| fraudReportNotes | Array of Object "FraudReportNotes" (see definition Models) | These are the notes related to the flagged report. |
Controlled Errors
These are the error codes that will appear when the property hasErrors is equal to true.
| Error Code | Error Message |
|---|---|
| error_user_unknown | Unknown User |
| error_invalid_data | Invalid Input Data |
| error_flaggedreportnote_required | Required notes cannot be empty to create a fraud report |
| error_flaggedreport_transaction_already_flagged | Transaction already fraudulent |
| error_user_not_found | User Not Found |
| error_transaction_account_different | Transaction belongs to different account |
| error_transaction_not_found | Transaction not found |
| failed_system_operation | Operation Failed |
