Transaction - Update Status

Update Transaction Status

The POST /transactions/status endpoint is used to update the monitoring status of a transaction. The status can be one of the following values: ALLOW, FLAG, BLOCK, or SUSPEND.

Authentication

x-api-keystring
API keys are used to authenticate the requests.

Request

This endpoint expects an object.
transactionIdstringRequired
The unique identifier of the transaction to update
updatesobjectRequired

Response

OK
transactionIdstring
statusenum
Model for rule action if a rule is hit. This is returned in the API response and can be configured on Console by operational accounts like a Compliance Analyst
messagestring

Errors

400
Bad Request Error
404
Not Found Error