Skip to main content
An simulator anti-fraud connection is provided which can be used for integration testing. This anti-fraud connection makes it straight forward to test all response decisions and asynchronous webhooks.

Credentials

To configure the connection, you need to set the following credentials.

Decision mapping

To test various anti-fraud decisions you must create a buyer with a specific email address (see table below). If you do not pass a buyer with email address the decision is skipped.

Errors

To simulate a network error, for example to simulate a situation where the connector is unable to connect to the anti-fraud provider you can use unavailable@gr4vy.com. This results in the decision being skipped and creates an anti-fraud-decision-error transaction event.

Webhooks

To test the review status you can manually send a POST request to the anti-fraud service webhook URL. You can find this value from the dashboard or via the API when fetching the anti-fraud service.
The expected POST body for the webhook URL must contain the UUID of the transaction and a decision of ACCEPT or REJECT:

Device fingerprinting

Device fingerprinting is not currently supported via this connection.