wechat-payment-node icon indicating copy to clipboard operation
wechat-payment-node copied to clipboard

wechat payment api for node.js (weixin payment)

Results 8 wechat-payment-node issues
Sort by recently updated
recently updated
newest added

企业打款时,报这个错误

_utils2.default.parseXML.parseXML(body).then(function (result)

import WechatPayment from 'wechat-payment-node'; let options = { appid: 'your app id', mch_id: 'your merchant id', apiKey: 'your app key (partner key)', //微信商户平台API密钥 notify_url: 'your notify url', trade_type: 'APP', //APP,...

微信下单失败不返回错误信息

fs.readFileSync怎么一直报错?前面加了let fs = require('fs')

Hello I 'm trying to learn your wechat-paymaent-node but I don't understand china. thank you.

能否支持个扫码支付通知?

所有返回值(成功/失败)的数据结构,现在微信很难调试 要不加上一个d.ts文件

enhancement