Actively Retrieve Retrieval Details
Request Body Parameters
application/jsonCommon Request Parameters
bizContent
eventDateStartString(256)RequiredQuery the start and end time of the event, in the format yyyy-MM-dd HH:mm:sseventDateEndString(256)RequiredQuery the end time of the event, in the format yyyy-MM-dd HH:mm:ssdisputePspReferenceString(256)OptionalChargeback numberchargebackStatusString(256)OptionalChargeback statuspageNumintRequiredPage numberpageSizeintRequiredNumber of rows, with a maximum limit of 1000
请求报文示例
{
"accId": "2023042011040310224447",
"bizContent": {
"eventDateStart": "2025-01-01 12:00:00",
"eventDateEnd": "2025-03-08 23:00:00",
"chargebackStatus": "",
"pageSize": 10,
"pageNum": 1,
"disputePspReference": ""
},
"clientId": "2023042011040310224",
"sign": "7477195971A560A60B739F0946E0847F3BEA04166A76529FC1AD29961DC06A1E",
"signType": "SHA256",
"version": "1.0"
}Responses Body Parameters
application/jsonCommon Response Parameters
bizContent
detailListarrayRequired
响应报文示例
{
"accId": "2023042011040310224447",
"bizContent": {
"detailList": [
{
"originalReference": "2025030750121281",
"chargebackReasonCode": "4871",
"amount": "6.000000",
"chargebackStatus": "PENDING",
"disputePspReference": "202503070723515030",
"defensePeriodEndsAt": "2025-03-17 06:00:00",
"defendable": true,
"accId": "2023042011040310224447",
"currency": "USD",
"chargebackSchemeCode": "Mastercard",
"merchantReference": "PMT-IHJN1B6F8M1741332134207",
"eventDate": "2025-03-07 07:23:51"
}
]
},
"clientId": "2023042011040310224",
"code": "000000",
"description": "Success",
"sign": "869146841AE0BD1587CF71C73287AFE7C89B6B8390D346F4EDD22E00D1118B99",
"signType": "SHA256"
}