V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
yaotian
V2EX  ›  Python

大家用什么技术来自动收费?或者用什么接口或API

  •  
  •   yaotian · 2012-08-09 09:18:09 +08:00 · 3495 次点击
    这是一个创建于 4268 天前的主题,其中的信息可能已经有所发展或是发生改变。
    搞一个东东,准备加上收费功能。
    可对收费这一块不是很了解。给大家喷一下,看大家出出招。

    是不是有现成的API, 可以做到自动收费?
    国外和国内的用户应该有区别吧?
    8 条回复    2021-02-01 09:56:08 +08:00
    neildd
        1
    neildd  
       2012-08-09 09:26:04 +08:00
    国内收费用支付宝或者快钱之类的接口呗。
    tension
        2
    tension  
       2012-08-09 09:27:52 +08:00
    快钱貌似可以信用卡收款, 支付宝最多, 财付通也不错,
    yaotian
        3
    yaotian  
    OP
       2012-08-09 09:33:02 +08:00
    国外呢?
    AlloVince
        4
    AlloVince  
       2012-08-09 09:41:25 +08:00
    Paypal的话用 Paypal Wpp Recurring接口,信用卡绑定定期扣款
    yaotian
        5
    yaotian  
    OP
       2012-08-09 10:51:55 +08:00
    @AlloVince 只要有paypal账号都可以用这个接口吗?
    AlloVince
        6
    AlloVince  
       2012-08-09 12:17:08 +08:00
    PayPal Payments Pro可以直接使用SOAP API,也就是可以无需跳转到Paypal实现信用卡绑定和支付
    https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPRecurringPayments

    PayPal Express Checkout,需要跳转到Paypal支付
    https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECRecurringPayments

    使用PayPal Payments Pro是要付费的
    Livid
        7
    Livid  
    MOD
       2012-08-09 12:30:06 +08:00
    服务国外用户的话,推荐用 Stripe:

    http://www.stripe.com/
    flowerpiggy
        8
    flowerpiggy  
       2021-02-01 09:56:08 +08:00
    我用的是 Fastspring.com
    十年老用户了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3863 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 04:18 · PVG 12:18 · LAX 21:18 · JFK 00:18
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.