You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

WeChatPay

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WeChatPay

Python-Django WeChat payment API.


Maintainers
1

Readme

WeChat微信支付


##Overview

Python-Django WeChat payment API, it contains 7 main classes:

  • UnifiedOrderPay
  • NativeOrderPay
  • JsAPIOrderPay
  • OrderQuery
  • Refund
  • RefundQuery
  • DownloadBill

Installation

Install using pip:

pip install wechatpay

API

To donwload bill of 2015-07-26, call: a = DownloadBill().get_bill('2015-07-26')

Changelog

1.1.5 - Aug.14, 2015

  • condition check bug fixed
  • NOTE: for general usage, please use version 1.0
  • please do not use WeChatPay from this release

1.1.4 - Aug.13, 2015

  • changed post_xml_ssh to post_xml in RefundQuery
  • NOTE: for general usage, please use version 1.0
  • please do not use WeChatPay from this release

1.1.3 - Aug.11,, 2015

  • bug fixing
  • NOTE: for general usage, please use version 1.0
  • please do not use WeChatPay from this release

1.1.2 - Aug.11,, 2015

  • rename package name to wechatpay
  • NOTE: for general usage, please use version 1.0
  • please do not use WeChatPay from this release

1.1.1 - Aug.11, 2015

  • fixed bugs, adding exceptions handling.
  • NOTE: for general usage, please use version 1.0

1.1.0 - Aug.03, 2015

  • fixed bug in getbill for reconciliations when no bill exists.
  • NOTE: for general usage, please use version 1.0

1.0.9 - Jul.30, 2015

  • changed name to wechatpay
  • NOTE: for general usage, please use version 1.0

1.0.8 - Jul.30, 2015

  • changed name to wechatpay
  • NOTE: for general usage, please use version 1.0

1.0.7 - Jul.16, 2015

  • Added date_validation() in DownloadBill()
  • NOTE: for general usage, please use version 1.0

1.0.6 - Jul.13, 2015

  • Removed get_access_token()
  • Updated get_jsapi_ticket()
  • NOTE: for general usage, please use version 1.0

1.0.5 - Jul.07, 2015

  • Django ORM added in DownloadBill
  • NOTE: for general usage, please use version 1.0

1.0.4 - Jul.07, 2015

  • Bug fixing.
  • changed DownloadBill().post() to DownloadBill().get_bill()
  • NOTE: for general usage, please use version 1.0

1.0.3 - Jul.03, 2015

  • Bug fixing.
  • NOTE: for general usage, please use version 1.0

1.0.2 - Jul.02, 2015

  • Bug fixing.

1.0.1 - Jul.02, 2015

  • Changed get_access_token() and get_jsapi_ticket() to get data from our production url.
  • NOTE: for general usage, please use version 1.0

1.0 - Jun.25, 2015

  • Initail commit

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc