Update Fraud Check Status

The endpoint and http method information to update fraud check status are stated below.

URL

HTTP Method URL
PUT /fraud/v1/fraud-checks/:id/check-status

Request Parameters

The parameters expected to be sent in requests to update fraud check are listed under the table and subheadings below.

Parameter Name Type Required Description
id number Yes Fraud Check Id
checkStatus FraudCheckStatus Yes Fraud Check Status

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Update Fraud Check Status