asp.net-mvc - 将成员(member)订阅添加到 asp.net mvc Web 应用程序

标签 asp.net-mvc paypal-subscriptions braintree

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

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

最佳答案

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

Braintree 有大量的集成示例,特别是有一个 guide on implementing recurring billing :

Say you want to start a subscription service that offers a 1 month free trial and then charges $9.99 per month indefinitely (until the Customer chooses to cancel).

Here's how we will do that:

  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

关于asp.net-mvc - 将成员(member)订阅添加到 asp.net mvc Web 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26329823/

相关文章:

php - 使用 PayPal API 计算有效订阅?

php - 脑树错误代码 91565 : Unknown paymentMethodNonce

jquery - 如何通过 AJAX 将表单数据提交到 Braintree 透明重定向?

asp.net-mvc - 安装 Microsoft ASP.NET MVC 固定 DisplayModes 包后出现异常

sql-server - EF6/Glimpse - 与命令执行相比,连接需要很多时间

c# - 如何调试通过 IIS 部署的 MVC5 库

html - 如何使用沙盒测试 Paypal 订阅按钮?

c# - MVC中id的特殊含义是什么

paypal - 我可以用信用卡创建账单协议(protocol)吗(没有 Paypal 账户)

iOS : Add a UIView returned by Braintree to the screen