Liking cljdoc? Tell your friends :D

wechat-clj.wxpay.api


get-unix-secondclj

(get-unix-second)
source

order-queryclj

(order-query {:keys [appid mchid key]}
             {:keys [out_trade_no wxpay-cert-byte op-fn]})
source

read-wxpay-cert-byteclj

(read-wxpay-cert-byte apiclient-cert)
source

refundclj

(refund {:keys [appid mchid key]}
        {:keys [total_fee refund_fee out_trade_no out_refund_no cert op-fn]})

微信退款

微信退款
sourceraw docstring

refund-queryclj

(refund-query {:keys [appid mchid key]} {:keys [out_trade_no cert op-fn]})

退款的查询

退款的查询
sourceraw docstring

signatureclj

(signature {:keys [appid key]} {:keys [nonceStr prepay_id timeStamp]})
source

transferclj

(transfer {:keys [appid mchid key]}
          {:keys [amount openid partner_trade_no cert desc op-fn]})

企业付款

  • 给同一个实名用户付款,单笔单日限额2W/2W
  • 不支持给非实名用户打款
  • 一个商户同一日付款总额限额100W
  • 单笔最小金额默认为1元
  • 每个用户每天最多可付款10次,可以在商户平台--API安全进行设置
企业付款
* 给同一个实名用户付款,单笔单日限额2W/2W
* 不支持给非实名用户打款
* 一个商户同一日付款总额限额100W
* 单笔最小金额默认为1元
* 每个用户每天最多可付款10次,可以在商户平台--API安全进行设置
sourceraw docstring

unified-orderclj

(unified-order {:keys [appid mchid key]}
               {:keys [body total_fee trade_type openid out-trade-no op-fn cert
                       callback-url]})
source

wx-pay-configclj

(wx-pay-config appid mchid key wxpay-cert-byte)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close