View Source WeChat.Pay.CombineTransactions (wechat v0.16.0)

微信支付-合单支付

Summary

Types

Link to this type

combine_out_trade_no()

View Source
@type combine_out_trade_no() :: String.t()

合单商户订单号

合单支付总订单号,最短2个字符,最长32个字符,只能是数字、大小写字母,以及_-|* ,且在同一个商户号下唯一

@type sub_order() :: map()
@type sub_orders() :: sub_order()

Functions

@spec jsapi(WeChat.client(), body()) :: WeChat.response()

JSAPI下单 - 官方文档

使用合单支付接口,用户只输入一次密码,即可完成多个订单的支付。目前最多一次可支持50笔订单进行合单支付。

Link to this function

jsapi(client, appid, combine_out_trade_no, sub_orders, notify_url, payer)

View Source

same as jsapi/2