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
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
paymentId
number
Payment Id
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..