Skip to content

转账电子回单申请受理

转账电子回单申请受理接口,商户通过该接口可以申请受理电子回单服务。 官方文档 官方文档

js
wxpay
.
v3
.
transfer
.
billReceipt
.
post
({
out_batch_no
,
}) .
then
(
({
data
: {
out_batch_no
,
signature_no
,
signature_status
,
hash_type
,
hash_value
,
download_url
,
create_time
,
update_time
,
}, }) => ({
out_batch_no
,
signature_no
,
signature_status
,
hash_type
,
hash_value
,
download_url
,
create_time
,
update_time
,
}) )

Released under the MIT License. (SITEMAP)