{
"startTime": 1761926400,
"endTime": 1764518399,
"pageNo": 1,
"pageSize": 10
}curl --location --request POST '/checkout/abnormal-payment/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": 1761926400,
"endTime": 1764518399,
"pageNo": 1,
"pageSize": 10
}'{
"retcode": "200",
"retdata": {
"total": 1234,
"records": [
{
"abnormalPaymentNo": "xxxxxxxx",
"orderNo": "xxxxxxx",
"token": "ETH_USDT",
"amount": "818.89",
"hash": "0xxxxxxxxxx",
"pendingAmount": "739.00",
"status": "PENDING",
"createdTime": "2025-12-23 12:56:47",
"updatedTime": "2025-12-23 12:56:47"
}
]
},
"retmsg": ""
}