商户单号查询电子回单(用户确认模式)
商户可以通过该接口查看回单申请进度;请务必对比下载的回单文件的摘要值与查询接口返回的摘要值的一致性,确保得到的回单文件的真实性和完整性。下载地址的有效期为10分钟,超过10分钟后需要重新通过该接口获取下载地址(不需要重新申请)。 官方文档
js
wxpay.v3.fundApp.mchTransfer.elecsign.outBillNo._out_bill_no_.get({
out_bill_no,
})
.then(
({
data: {
state,
create_time,
update_time,
hash_type,
hash_value,
download_url,
fail_reason,
},
}) => ({
state,
create_time,
update_time,
hash_type,
hash_value,
download_url,
fail_reason,
})
)