Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python Alipay(支付宝) SDK with SHA1/SHA256 support

License

NotificationsYou must be signed in to change notification settings

fzlee/alipay

Repository files navigation

PyPI versioncodecovtravis-ci

Unofficial AliPay Python SDK

Taking a look atthis guide if you are interested at the details on signing your order requests.

GUIDES

What's new in 3.0 and how to migrate to 3.0

3.0 introduced two new functions:client_api andserver_appi as a replacement of old-styled function based api .

3.0 keeps backward compatibility with 2.*, The only thing you should keep in mind isAlipay.verify won't popsign fromdata automatically, you should handle it by yourself.

Test

python -m unittest discover

Or you may do test manually in this way,debug=True will direct your request to sandbox environment:

alipay=AliPay(...,debug=True)

[8]ページ先頭

©2009-2025 Movatter.jp