An open API service indexing awesome lists of open source software.

https://github.com/sdkwe/pywe-pay

Wechat Pay Module for Python.
https://github.com/sdkwe/pywe-pay

pay python wechat wexin

Last synced: 3 months ago
JSON representation

Wechat Pay Module for Python.

Awesome Lists containing this project

README

          

# pywe-pay

Wechat Pay Module for Python.

# Installation

```shell
pip install pywe-pay
```

# Problems
* 201 商户订单号重复
```
wxpay.order.create(body=u'测试', notify_url='https://a.com', out_trade_no=10, total_fee=100, trade_type='NATIVE')
wxpay.order.create(body=u'测试', notify_url='https://a.com', out_trade_no=10, total_fee=1, trade_type='NATIVE')
```