Remove Flagged Report

Response Payload Object

PropertyTypeDescription
transactionSignatureIdGuid
transactionCreateDateDateTime
referenceNumberString
isActiveBool
createdByUserIdGuid
createdByUserEmailString
createdAtUtcDateTime
deletedByUserIdGuid
deletedByUserEmailString
deletedAtUtcDateTime
fraudReportNotesArray of Object "FraudReportNotes" (see definition Models )
companyDataObject "CompanyData" (see definition Models )

📘

Possible properties that could be null in the response payload

Possible properties that could be null in the response payload if the requester doesn't come from the same account:

  • transactionSignatureId
  • createdByUserEmail
  • createdByUserId
  • deletedByUserEmail
  • deletedByUserId

📘

The property "fraudReportNotes" in the response payload

The property "fraudReportNotes" will contain objects with some properties being null if the requester is not from the same account or does not have the correct permissions.

  • createdByUserId
  • modifiedByUserId
  • createdByUserEmail
  • modifiedByUserEmail

Controlled Errors

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

Error CodeError Message
error_invalid_dataTransaction Id Empty
error_invalid_dataRemoval Description Empty
error_user_not_foundUser Not Found
error_flaggedreport_not_foundFraud Report not Found
error_flaggedreport_account_differentFraud Report belongs to different account
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!