All Projects → fzlee → Alipay

fzlee / Alipay

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

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Alipay

Jpay
🔥对微信App支付、支付宝App支付、银联APP支付的二次封装,对外提供一个相对简单的接口以及支付结果的回调
Stars: ✭ 394 (-62.15%)
Mutual labels:  alipay
Pay
个人网站即时到账收款解决方案 / Personal website instant payment solution
Stars: ✭ 558 (-46.4%)
Mutual labels:  alipay
Laravel Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的 laravel 支付扩展包了
Stars: ✭ 856 (-17.77%)
Mutual labels:  alipay
Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了
Stars: ✭ 4,176 (+301.15%)
Mutual labels:  alipay
Payandroid
Android端对微信App支付和支付宝App支付的SDK进行二次封装,对外提供一个较为简单的接口和支付结果回调
Stars: ✭ 508 (-51.2%)
Mutual labels:  alipay
Alipay Easysdk
Alipay Easy SDK for multi-language(java、c#、php、ts etc.) allows you to enjoy a minimalist programming experience and quickly access the various high-frequency capabilities of the Alipay Open Platform.
Stars: ✭ 559 (-46.3%)
Mutual labels:  alipay
Alipayorderssupervisor
✨ 使用Node监视支付宝订单,即时通知服务器以实现免签约支付接口
Stars: ✭ 384 (-63.11%)
Mutual labels:  alipay
Alipayhomepagedemo
仿支付宝首页
Stars: ✭ 38 (-96.35%)
Mutual labels:  alipay
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-50.05%)
Mutual labels:  alipay
Vuedjangoantdprobookshop
Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4 开发的二手书商城网站及后台管理
Stars: ✭ 828 (-20.46%)
Mutual labels:  alipay
Alipay
alipay
Stars: ✭ 421 (-59.56%)
Mutual labels:  alipay
Qrpay
五合一收款码在线生成,40个模板 支持微信支付、支付宝支付、手机QQ支付、京东钱包、百度钱包,PayPal五合一收款,将其二维码合并为一个二维码,无需手续费,支持qq头像,昵称判断(HTML单页版多模板免安装) 腾讯云服务器 https://api.isoyu.com/qrpay/ 腾讯云COS https://qrpay.isoyu.com/
Stars: ✭ 477 (-54.18%)
Mutual labels:  alipay
Alipay.aopsdk.core
支付宝(Alipay)服务端SDK,采用.NET Standard 2.0,支持.NET Core >=2.0,与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外,官方SDK支持的功能本SDK全部支持,比如生活号、服务窗、行业合作等,且用法几乎一样,代码都可参考官方文档代码。
Stars: ✭ 768 (-26.22%)
Mutual labels:  alipay
Okam
Mini program development framework
Stars: ✭ 399 (-61.67%)
Mutual labels:  alipay
Paylink
Paylink 是基于 .NET Core 、 ASP.NET Core 开发的支付SDK集,它极大简化了API调用及通知的处理流程。
Stars: ✭ 947 (-9.03%)
Mutual labels:  alipay
Easypay
[DEPRECATED]A simple frame for mobile pay in China, easy to use & expand . 简单易用的第三方可扩展支付框架。
Stars: ✭ 388 (-62.73%)
Mutual labels:  alipay
Omnipay Alipay
Alipay driver for the Omnipay PHP payment processing library
Stars: ✭ 559 (-46.3%)
Mutual labels:  alipay
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (-1.44%)
Mutual labels:  alipay
Ppp
微信支付,支付宝支付;支持服务商模式,单商户模式,微信app支付
Stars: ✭ 31 (-97.02%)
Mutual labels:  alipay
Paysharp
PaySharp是一个支持多商户多种支付方式的跨平台网关处理类库,使用PaySharp可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。
Stars: ✭ 809 (-22.29%)
Mutual labels:  alipay

python-alipay-sdk

PyPI version codecov travis-ci

中文文档

Unofficial AliPay Python SDK

Taking a look at this 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 and server_appi as a replacement of old-styled function based api .

3.0 keeps backward compability with 2.*, The only thing you should keep in mind is Alipay.verify won't pop sign from data 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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].