alipay_python icon indicating copy to clipboard operation
alipay_python copied to clipboard

支付宝 alipay python接口,支持担保交易,即时到帐和自动发货接口

Results 9 alipay_python issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine payment/models.py. 2. Search for `inital`. # Expected Behaviour 1. Should read `initial`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...

都好几年没更新了

手动拼接GET参数,避免urlencode再转义一次

alipay.py最下面的notify_verify函数中,使用了urlencode来构建请求url。但是支付宝发过来的notify_id是已经转义过的字符串,而urlencode函数会再进行一次转义,从而导致验证失败。

python manage.py syncdb Traceback (most recent call last): File "manage.py", line 12, in execute_manager(settings) NameError: name 'execute_manager' is not defined http://stackoverflow.com/questions/20906305/import-error-cannot-import-name-execute-manager-in-windows-environment https://docs.djangoproject.com/en/1.4/releases/1.4/#updated-default-project-layout-and-manage-py

支付宝双功能收款 https://b.alipay.com/order/productDetail.htm?productId=2011060800327553 ``` python def create_trade_by_buyer (tn, subject, body, price): params = {} # 基本参数 params['service'] = 'trade_create_by_buyer' params['partner'] = settings.ALIPAY_PARTNER params['_input_charset'] = settings.ALIPAY_INPUT_CHARSET params['notify_url'] = settings.ALIPAY_NOTIFY_URL params['return_url'] = settings.ALIPAY_RETURN_URL...

想咨询一下,该项目目前还会持续更新吗?

Only Django? How to use in Flask

Hi, Can you offer a refund Alipay interfaces by python?

enhancement