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.
- Host: GitHub
- URL: https://github.com/sdkwe/pywe-pay
- Owner: sdkwe
- Created: 2016-06-28T06:20:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T07:33:38.000Z (about 6 years ago)
- Last Synced: 2026-03-14T23:22:10.837Z (4 months ago)
- Topics: pay, python, wechat, wexin
- Language: Python
- Homepage: https://pypi.org/project/pywe-pay/
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
```