{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\": \"testMchTransferOrder202508001\",\"timestamp\":1677133173758}"
}curl --location --request POST '/open-api/disbursement/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\": \"testMchTransferOrder202508001\",\"timestamp\":1677133173758}"
}'{
"code": 1000,
"message": "success",
"data": {
"mchOrderId": "TestMchOrderIdD0001",
"transactionId": "D1036653581161279102",
"amount": 10000,
"transactionStatus": "COMPLETE",
"createTime": "2022-05-23 19:59:05",
"returnTime": "2022-05-23 20:04:14",
"remark": "cash credit",
"failedCode": null,
"failedMessage": null
}
}