Skip to content

商户协议号解约协议(平台收付通)

电商服务商可以通过该接口发起签约协议的解约。 官方文档

js
wxpay
.
v3
.
ecommerce
.
combinePapay
.
contracts
.
planId
.
_plan_id_
.
outContractCode
.
_out_contract_code_
.
terminate
.
post
({
contract_termination_remark
,
}, {
plan_id
,
out_contract_code
, })
.
then
(
({
data
: {
mchid
,
plan_id
,
out_contract_code
,
}, }) => ({
mchid
,
plan_id
,
out_contract_code
,
}) )

Released under the MIT License. (SITEMAP)