Suspected Fraud Update
Updates a suspected fraud status.
Permission required: Update RS6
Authorizations
AuthorizationstringRequired
JWT Authorization header using the Bearer scheme.
Path parameters
tokenstring · uuidRequired
UUID that identifies a Suspected Fraud. This token can be retrieved on the Suspected Fraud Query passing query mode as LOCAL or DELETED.
Header parameters
AuthorizationstringRequiredExample:
Your access token. See more in the 'Authentication' topic of this section.
Bearer YOUR_TOKENBody
statusstring · enumRequiredPossible values:
Responses
200
Suspected fraud update occurred successfully.
application/json
messagestringRequired
Human readable message informing about the operation.
400
Suspected fraud update failed due to a bad request.
application/json
401
Unauthorized.
application/json
422
Suspected fraud update failed, but the request was processed by the API, just not by the peer.
application/json
500
Suspected fraud update failed due to an unexpected error in the API.
application/json
503
Suspected fraud update failed due to an unexpected error in the Peer.
application/json
patch/suspected-fraud/{token}
PATCH /v1/rs6/suspected-fraud/{token} HTTP/1.1
Host: api.us.prd.caf.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"status": "CONFIRMED_FRAUD"
}{
"message": "text",
"requestStatus": {
"status": "SUCCESS",
"token": "123e4567-e89b-12d3-a456-426614174000"
}
}Options
Last updated

