{
"appId": "733bxxxxxx6ded",
"sign": "Platform",
"param": "{\"mchOrderId\":\"Platform0001\",\"countryCode\":\"PH\",\"timestamp\":\"1677133173758\"}"
}curl --location '/open-api/disbursement/check' \
--header 'Content-Type: application/json' \
--data '{
"appId": "733bxxxxxx6ded",
"sign": "Platform",
"param": "{\"mchOrderId\":\"Platform0001\",\"countryCode\":\"PH\",\"timestamp\":\"1677133173758\"}"
}'{
"code": 0,
"message": "string",
"data": {
"mchOrderId": "string",
"transactionId": "string",
"countryCode": "string",
"currency": "string",
"amount": 0,
"transactionStatus": "PENDING",
"createTime": "string",
"returnTime": "string",
"remark": "string",
"failedCode": 0,
"failedMessage": "string"
}
}