> ## Documentation Index
> Fetch the complete documentation index at: https://gr4vy.radial-commerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Anti-fraud reviews

> Manually reviewing anti-fraud decisions

Some anti-fraud services may hold a transaction in review. If your chosen anti-fraud service supports this feature then you
can enable manual reviews as part of the payment flow. This pauses a transaction and waits for the result of the
review before proceeding.

<Frame caption="A transaction in review">
  <img src="https://mintcdn.com/radial/1ZmWjKVUbwTQsyfb/assets/images/anti-fraud/in-review.png?fit=max&auto=format&n=1ZmWjKVUbwTQsyfb&q=85&s=57fe75c329ee30d071ef910ab32e3468" alt="A transaction in review" width="1110" height="741" data-path="assets/images/anti-fraud/in-review.png" />
</Frame>

When a transaction is marked for review the following steps are performed.

* The transaction request is accepted
* A call is made out to the anti-fraud service to fetch a decision
* When the service requires a manual review, the transaction is marked as pending review
* The transaction is authorized but does not continue to capture
* When a support agent reviews the transaction a webhook is received
* The pending review status is removed from the transaction
* Either capture proceeds if that was the original intent, or the transaction is voided if it was rejected

## Supported connections

The following anti-fraud services currently support manual reviews.

* Cybersource Decision Manager
* Sardine
* Sift

## Set up webhooks

To enable manual review you need to set up webhooks from your anti-fraud service to the system. This webhook is used
to notify when a review has had a decision.

To get the webhook URL, head over to your connection by going to **Connections** -> **\[Anti-Fraud connection]** -> **Synchronization** and copying the webhook URL.

Then follow the guide for your chosen anti-fraud service to set up the webhook in their dashboard.
