Skip to content

保险商户受理保险自动续费扣款

商户调用「预约保险自动续费」接口预约成功后,可调用本接口发起委托代扣扣款。系统受理扣款请求后,异步进行扣款,并通过商户指定的回调地址通知扣费结果。 官方文档

js
wxpay
.
v3
.
papay
.
insurancePay
.
transactions
.
apply
.
post
({
appid
,
out_trade_no
,
description
,
transaction_notify_url
,
contract_id
,
policy_period_id
,
amount
,
goods_tag
,
attach
,
}) .
then
(
({
data
: {
out_trade_no
,
amount
,
}, }) => ({
out_trade_no
,
amount
,
}) )

Released under the MIT License. (SITEMAP)