{
"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": "CAVDU5O6152420651696128",
"mchOrderId": "LQC5fb6675727073119100",
"accountStatus": "VALID",
"accountName": "XUN NXLSA",
"accountNo": "1086911111",
"accountBankCode": "BCA",
"accountType": "BANK",
"orderStatus": "SUCCESS",
"accountNameMatchResult": "MATCH",
"accountKycVerifyStatus": "UNKNOWN",
"returnTime": "2026-04-20 16:02:08"
}
}