{
"reqBody": {
"payInfo": {
"bizScen": "string",
"bizType": "string",
"payType": "string",
"transDate": "string"
},
"reqInfo": {
"mchtCode": "string",
"termCode": "string"
},
"reqOrderInfo": {
"orgTrace": "string",
"oriOrgTrace": "string",
"oriTransDate": "string"
}
},
"reqHeader": {
"certificateId": "string",
"easyPayCertificateId": "string",
"reqId": "string",
"reqType": "string",
"transCode": "string",
"transSequence": "string",
"transTime": "string"
},
"reqSign": "string"
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/trade/guarantee/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"payInfo": {
"bizScen": "string",
"bizType": "string",
"payType": "string",
"transDate": "string"
},
"reqInfo": {
"mchtCode": "string",
"termCode": "string"
},
"reqOrderInfo": {
"orgTrace": "string",
"oriOrgTrace": "string",
"oriTransDate": "string"
}
},
"reqHeader": {
"certificateId": "string",
"easyPayCertificateId": "string",
"reqId": "string",
"reqType": "string",
"transCode": "string",
"transSequence": "string",
"transTime": "string"
},
"reqSign": "string"
}'{
"rspBody": {
"respOrderInfo": {
"orgTrace": "string",
"productTrace": "string",
"refundAmountSum": 0,
"refundType": "string"
},
"respStateInfo": {
"appendRetCode": "string",
"appendRetMsg": "string",
"respCode": "string",
"respDesc": "string",
"transState": "string",
"transStatusDesc": "string"
}
},
"rspHeader": {
"easyPayCertificateId": "string",
"rspCode": "string",
"rspInfo": "string",
"transCode": "string",
"transSequence": "string"
}
}