For the complete documentation index, see llms.txt. This page is also available as Markdown.

Suspected fraud update

The suspected fraud update updates a suspected fraud status.

Suspected fraud update

patch
Authorizations
AuthorizationstringRequired

JWT Authorization header using the Bearer scheme.

Path parameters
tokenstring · uuidRequired
Body
statusstring · enumRequiredPossible values:
Responses
200

Suspected fraud update occurred successfully.

application/json
messagestringRequired

Human readable message informing about the operation.

patch/suspected-fraud/{token}

Options

As demonstrated in the example request, in the URL a path parameter must be passed and PATCH HTTP method used. The token parameter must be a UUID that's identify a Suspected Fraud, this token can be retrieved on the Suspected Fraud Query passing query mode as LOCAL or DELETED. In the data object you should include de Suspected Fraud Status must be passed using the status property. Possible status values ares:

  • CONFIRMED_FRAUD: indicates a confirmed fraud occurrence;

  • SUSPECTED_FRAUD: indicates a suspected fraud occurrence.

Last updated