{
"appId": "*****************",
"sign": "*****************",
"param": "{\"mchOrderId\":\"aK5ZPPTWHU29AG2f3Y6uy\",\"timestamp\":{{timestamp}}}"
}curl --location '/open-api/direct/debit/detail' \
--header 'Content-Type: application/json' \
--data '{
"appId": "*****************",
"sign": "*****************",
"param": "{\"mchOrderId\":\"aK5ZPPTWHU29AG2f3Y6uy\",\"timestamp\":{{timestamp}}}"
}'{
"code": 10000,
"message": "Success",
"data": {
"mchOrderId": "aK5ZPPTWHUiF9AG2f3Y6uy",
"transactionId": "C5S0551274680880128",
"amount": 1000,
"transactionStatus": "COMPLETED",
"createTime": "2026-07-24 14:11:15",
"returnTime": "2026-07-24 14:11:14",
"channelCode": "SCB_DIRECT_DEBIT",
"remark": "test",
"notifyUrl": "https://webhook.site/b89c5e5f-3056-438f-8329-b39ff5a181de",
"payUrl": ""
}
}