{
"appId": "string",
"sign": "string",
"param": "string"
}curl --location --request POST '/open-api/direct/debit/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"sign": "string",
"param": "string"
}'{
"code": 10000,
"message": "",
"data": {
"mchOrderId": "",
"transactionId": "",
"amount": 0,
"fee": 0,
"feeCalculated": false,
"transactionStatus": "",
"qrStatus": "",
"createTime": "",
"returnTime": "",
"appName": "",
"customerName": "",
"channelCode": "",
"email": "",
"mobile": "",
"remark": "",
"notifyUrl": "",
"redirectUrl": "",
"payUrl": "",
"status": ""
}
}