Skip to content

扣款订阅支付

TIP

POST baseUrl + /subsApi/autoPay

HTTP请求头

请求头必选
Content-TypeYapplication/json
MerchantIdYMerchantId
SignYSign

HTTP请求体

参数名必选类型示例值说明
subsOrderNoNstring(32)SUBS12345订阅平台订单号 /subsApi/newSubs 接口返回的orderNo
subsMchOrderNoNstring(32)mchOrderNo1234订阅商户订单号 /subsApi/newSubs 接口返回的mchOrderNo
mchOrderNoYstring(32)mchOrderNo1234订阅支付商户订单号(不允许重复)
nonceStrYstring(32)xxxxxxxxxx随机字符串
amountYdecimal(20,2)10000支付金额
notifyUrlYstring(250)https://abc.com/回调地址

TIP

注意: 我们建议优先使用subsOrderNo(订阅平台订单号),订阅平台订单号和订阅商户订单号至少需要传递一个

请求频率建议控制在1秒1次,上游渠道接口有限速

需要先获取订阅支付是授权的状态

HTTP响应体

参数名类型说明
merchantIdlong商户Id
subsOrderNostring(32)订阅平台订单号
subsMchOrderNostring(32)订阅商户订单号
mchOrderNostring(32)商户订单号
orderNostring(32)平台订单号
payCodestring(32)订阅客户手机号
amountdecimal(20,2)金额
orderFeedecimal(20,2)手续费
subsStatusstring(32)订单状态(成功=SUCCESS 失败=FAIL 支付中=PAYING)
resultDescstring(32)结果描述

Released under the MIT License.