Skip to content

微信批次单号查询批次单

商户可以通过该接口查询转账批次单以及指定状态的转账明细单。 官方文档

js
wxpay
.
v3
.
transfer
.
batches
.
batchId
.
_batch_id_
.
get
({
batch_id
,
params
,
}) .
then
(
({
data
: {
transfer_batch
,
transfer_detail_list
,
}, }) => ({
transfer_batch
,
transfer_detail_list
,
}) )

Released under the MIT License. (SITEMAP)