{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\": \"testMchTransferOrder202508001\",\"timestamp\":1677133173758}"
}curl --location '/open-api/inquiry-account/query' \
--header 'Content-Type: application/json' \
--data '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\": \"testMchTransferOrder202508001\",\"timestamp\":1677133173758}"
}'{
"code": 10000,
"message": "Success",
"data": {
"transactionId": "CAVDU5O5085948256976896",
"mchOrderId": "LQC5fb6421460238374100",
"accountStatus": "VALID",
"accountName": "XUN NXLSA",
"accountNo": "1086911111",
"accountBankCode": "BCA",
"accountType": "BANK",
"orderStatus": "SUCCESS",
"accountNameMatchResult": "MATCH",
"accountKycVerifyStatus": "UNKNOWN",
"returnTime": "2026-04-17 16:24:21"
}
}