Skip to content

获取购付汇账单文件下载链接

服务商可以调用此接口获取购付汇账单文件下载链接。在有效期内请求下载链接可以下载出账日为指定日期的购付汇账单文件。 官方文档

js
wxpay
.
v3
.
fundsToOversea
.
billDownloadUrl
.
get
({
params
,
}) .
then
(
({
data
: {
hash_type
,
hash_value
,
download_url
,
}, }) => ({
hash_type
,
hash_value
,
download_url
: new
URL
(
download_url
),
}) )

Released under the MIT License. (SITEMAP)