GET
/
anti-fraud-services
/
{anti_fraud_service_id}

This endpoint requires the anti-fraud-services.read scope.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

anti_fraud_service_id
string
required

The unique ID for an anti-fraud service.

Response

200 - application/json
type
enum<string>

The type of this resource. Is always anti-fraud-service.

Available options:
anti-fraud-service
id
string

The unique Gr4vy ID for this anti-fraud service.

merchant_account_id
string

The unique ID for a merchant account.

anti_fraud_service_definition_id
enum<string>

The name of the Anti-Fraud service provider. During update request, this value is used for validation only but the underlying service can not be changed for an existing service.

Available options:
cybersource-anti-fraud,
forter-anti-fraud,
sift-anti-fraud
display_name
string | null

A unique name for this anti-fraud service which is used in the Gr4vy admin panel to give a anti-fraud service a human readable name.

active
boolean
default: true

Defines if this service is currently active or not.

reviews_enabled
boolean
default: false

Defines if this service needs to handle the review status with a proper review workflow. If not, the review status will be treated as any other one.

fields
object[]

A list of fields, each containing a key-value pair for anti-fraud service decision mapping e.g. for Sift approve_decision will be in the response.

created_at
string

The date and time when this anti-fraud service was created in our system.

updated_at
string

The date and time when this anti-fraud service was last updated in our system.