【问题标题】:Django library/app for "On site Recurring Payment" integration using eWay Payment gateway使用 eWay 支付网关进行“现场定期支付”集成的 Django 库/应用程序
【发布时间】:2012-12-03 07:09:35
【问题描述】:

我正在尝试在我的网站中使用eWay Payment Gateway 集成“现场定期付款”,并且由于我使用 Django 作为开发框架,所以我正在寻找 Django 中的现有库/应用程序来帮助我, .

Django-Merchant 似乎很有希望。但是在浏览他们的API Doc 时,我意识到 Django-Merchant 不会在现场处理中促进“Recurring Payments”。

我可以使用 Django 中的任何其他 eWay 支付网关库来实现“现场定期支付”吗?或 Django-Merchant 中的任何其他方式。

示例: 循环功能可用于脑树集成:

>>> resp = braintree.recurring(10, credit_card, options = options)

我在 eWay 中寻找同样的东西。

【问题讨论】:

    标签: django payment-gateway recurring-billing


    【解决方案1】:

    我们为上述功能贡献了Django-Merchant。因为,它支持许多支付网关,并且在 Django 社区中最流行的支付网关集成。

    请参阅最新版本的 Django-Merchant 进行更改。你可以找到他们here

    【讨论】:

      猜你喜欢
      • 2016-06-16
      • 2017-01-19
      • 2011-08-27
      • 1970-01-01
      • 2020-11-25
      • 2012-09-05
      • 1970-01-01
      • 2020-03-18
      • 2011-11-30
      相关资源
      最近更新 更多