Update fraud order statusCopy Pagepost https://api.staging.payrails.io/merchant/workflows/{workflowCode}/executions/{executionId}/orderUpdateUpdate the fraud provider with the fraud order status.Path ParamsworkflowCodestringrequiredPath parameter to specify the workflow code.executionIduuidrequiredIdentifier of the resource in Payrails.Body ParamsstatusstringenumrequiredValue of Fraud Order status enumeration.customerCancelledfailedfullyDeliveredfullyReplacedfullyReturnedfullyShippedmerchantCancellednoShowpartiallyDeliveredpartiallyReplacedpartiallyReturnedpartiallyShippedpendingprocessingShow 14 enum valuesHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 200Fraud order status update was requested. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found.Updated 3 days ago