Anti-fraud services
Get anti fraud service definition
Gets the definition for an anti fraud service.
GET
/
anti-fraud-service-definitions
/
{anti_fraud_service_definition_id}
This endpoint requires the anti-fraud-service-definition.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
anti_fraud_service_definition_id
string
requiredThe unique ID for an anti-fraud service definition.
Response
200 - application/json
An available anti fraud service that can be configured.
id
string
The ID of the anti fraud service definition.
type
enum<string>
default: anti-fraud-service-definitionanti-fraud-service-definition
.
Available options:
anti-fraud-service-definition
display_name
string
The display name of this service.
fields
object[]
A list of fields that need to be submitted when activating the payment. service.
icon_url
string
An icon to display for the payment service.
Was this page helpful?