Skip to main content

Search Fraud Checks

URL

The endpoint and http method information to search fraud checks are stated below.

GET/fraud/v1/fraud-checks

Request Parameters

The parameters expected to be sent in requests to search fraud checks are listed under the table and subheadings below.

paymentId
number

Payment Id

ruleId
number

Rule Id

paymentStatus
PaymentStatus
Values:
FAILURE
SUCCESS
INIT_THREEDS
CALLBACK_THREEDS
WAITING
action
FraudAction
Values:
BLOCK
REVIEW
checkStatus
FraudCheckStatus
Values:
WAITING
FRAUD
NOT_FRAUD
minCreatedDate
date

Minimum date

maxCreatedDate
date

Maximum date

page
number

Page number for pagination

size
number

Page size for pagination

Response Parameters

Parameters returned as a result of search fraud checks are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

id
number

Fraud Check Id

status
Status

Status (see: Status)

Values:
ACTIVE
PASSIVE
action
FraudAction
Values:
BLOCK
REVIEW
checkStatus
FraudCheckStatus
Values:
WAITING
FRAUD
NOT_FRAUD
paymentId
number

Payment Id

paymentStatus
PaymentStatus
Values:
FAILURE
SUCCESS
INIT_THREEDS
CALLBACK_THREEDS
WAITING
paymentData
FraudPaymentData

Fraud Payment Detail

ruleId
number

Rule Id

ruleName
string

Rule Name

ruleConditions
string

Rule Detail

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Search Fraud Checks

Loading..