{
"reqHeader": {
"transTime": "string",
"transCode": "string",
"transSequence": "string",
"reqType": "string",
"reqId": "string",
"instMchtCode": "string",
"certificateId": "string",
"easyPayCertificateId": "string"
},
"reqBody": {
"orgTrace": "string",
"businessDate": "string",
"mchtCode": "string"
},
"reqSign": "string"
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/ext/baeTrade/queryFundSplit' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqHeader": {
"transTime": "string",
"transCode": "string",
"transSequence": "string",
"reqType": "string",
"reqId": "string",
"instMchtCode": "string",
"certificateId": "string",
"easyPayCertificateId": "string"
},
"reqBody": {
"orgTrace": "string",
"businessDate": "string",
"mchtCode": "string"
},
"reqSign": "string"
}'{
"rspHeader": {
"rspCode": "",
"rspInfo": "",
"transCode": "",
"transSequence": "",
"easyPayCertificateId": ""
},
"rspBody": {
"retCode": "",
"retMsg": "",
"tradeDtlList": [
{
"customerOrderDtlNo": "",
"tradeDtlName": "",
"memberCode": "",
"statusVal": "",
"statusStr": "",
"splitRate": 0.0,
"dtlAmt": 0.0,
"feeAmt": 0.0,
"feePayerType": "",
"feePayerMchtCode": "",
"remark": "",
"dtlRefundAmt": 0.0,
"fundTp": "",
"completeDatetime": "",
"tradeDtlId": ""
}
],
"batchId": "",
"orgTrace": "",
"businessDate": "",
"batchStatus": "",
"mchtCode": "",
"splitMethod": "",
"clearMode": "",
"accountDate": "",
"batchAmt": 0.0,
"batchCount": 0.0,
"remark": "",
"completeDatetime": ""
}
}