Skip to main content
POST
Reported Fraud list

Body

application/json

Reported Fraud list request

merchantId
string
default:1000000201
required

Merchant Id assigned by Waffo

Maximum string length: 64
Example:

1000000201

startDate
string<date>
required

Start of the query range, inclusive. Filters on fraudReportDate, not on the original transaction time. Format yyyy-MM-dd. The range must not exceed 3 months

Example:

"2026-01-01"

endDate
string<date>
required

End of the query range, inclusive. Filters on fraudReportDate, not on the original transaction time. Format yyyy-MM-dd. The range must not exceed 3 months

Example:

"2026-03-28"

pageNum
integer<int32>
required

Page number to retrieve, starts from 1

Example:

1

pageSize
integer<int32>
required

Number of records per page, between 1 and 100

Example:

20

paymentMethod
string[]

Card scheme filter. Pass VISA, MASTERCARD or both; a record matches when its card scheme is any of the values passed. Optional — omit it to return all card schemes

acquiringOrderId
string

Waffo acquiring order Id filter, to retrieve the fraud reports of a single transaction. Optional — omit it to return every transaction in the date range

Maximum string length: 64

Response

200 - */*

OK

response data

code
string
Example:

0

msg
string
Example:

"success"

data
object

Paged data