【问题标题】:add membership subscription to asp.net mvc web application将会员订阅添加到 asp.net mvc Web 应用程序
【发布时间】:2014-12-07 10:01:45
【问题描述】:

我想将会员订阅添加到一个 asp.net mvc 网站。我更愿意使用现有的库来整合会员和订阅功能。我搜索并找不到任何库或 nuget 模块。

我想使用 Braintree 框架来创建和管理订阅和付款,但我没有找到集成示例。

【问题讨论】:

    标签: asp.net-mvc paypal-subscriptions braintree


    【解决方案1】:

    我在布伦特里工作。如果您还有其他问题,可以随时reach out to our support team

    Braintree 有大量集成示例,具体有一个guide on implementing recurring billing

    假设您想启动一项订阅服务,该服务提供 1 个月的免费试用,然后无限期地每月收费 9.99 美元(直到客户选择取消)。

    我们将这样做:

    1. Create a Plan
    2. Create a Customer with a stored payment method
    3. Subscribe the Customer to the Plan
    4. Confirm the Customer subscription

    【讨论】:

    • 感谢您提供的信息。我熟悉 Braintree 支持文档。我一直在寻找开发人员如何管理 asp.net MVC 模型中的集成的示例。这更像是一个关于 MVC 应用程序中的会员订阅的问题,而不是 Braintree 问题。
    • @BarryMSIH 知道了。我们的.Net MVC examples on github 可能是您能找到的最接近的。
    • @agf - GitHub 链接已损坏。
    • @Brett 已删除。不幸的是,没有真正的现代等价物。
    猜你喜欢
    • 2023-03-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-07-12
    相关资源
    最近更新 更多