授权净ARB增加认购金额

发布于 2024-12-01 21:44:28 字数 158 浏览 1 评论 0原文

我在我的应用程序中使用授权网络 ARB 订阅 api,根据用户选择的产品向他们收取每月的费用。如果用户决定升级其产品,订阅金额也会增加。我想实现这一点,而不必再次询问用户他的信用卡详细信息。我可以增加ARB认购金额吗?如果是,增加的金额有限制吗?(我知道在PayPal,可以增加认购金额,上限为25%)

I am using authorize net ARB subscription api in my application to charge some monthly amount from my users based on the product they select. If a user decides to upgrade his product, the subscription amount will also increase. I want to implement this without having to ask the user for his credit card details again. Can I increase the amount of the ARB subscription? If yes, is there any limit on the increased amount ?(I know that in PayPal, you can increase the subscription amount with an upper limit of 25%)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

椵侞 2024-12-08 21:44:28

如果您没有用户的卡信息,则无法更改 ARB 中的金额。如果不再询问用户的卡信息对您来说很重要,那么您应该使用 CIM API 它允许您通过 Authorize.Net 存储信用卡信息,然后使用该存储的信息进行付款。唯一的问题是您需要构建自己的定期计费引擎,因为 CIM 无法处理该引擎。

If you do not have the user's card information you cannot change the amount in ARB. If not asking the user for their card information again is important to you then you should use the CIM API which allows you to store credit card information through Authorize.Net and then make payments using that stored information. The only catch is you would need to build your own recurring billing engine as CIM does not handle that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文