简体   繁体   English

贝宝(Paypal)即时付款的方式,以后也要收费和重复付款

[英]Paypal method for instant pay with later on charge too and recurring payment

We have one application that sell online account as service and we have work flow as per blow requirement. 我们有一个销售在线帐户即服务的应用程序,并且根据打击需求有工作流程。

  • With user registration charge $10 instant and set recurring from next month 含用户注册费,即刻收取$ 10,自下个月起重复使用
  • If user add addons then user will charged extra $1 instant and update recurring with $1 extra (so $11) 如果用户添加了插件,则用户将立即额外收取$ 1的费用,并使用$ 1的额外费用重复进行更新(因此$ 11)
  • Same as unlimited addons with extra charges. 与无限制的插件相同,但需要额外付费。

What methods is perfect with Paypal. 什么方法最适合贝宝。 I know it's really easy with Authorized.Net CIM & Recurring method. 我知道使用Authorized.Net CIM和重复发生方法真的很容易。 I am looking for something similar in Paypal. 我在贝宝(Paypal)寻找相似的东西。

For many time instant charge I think I need to create customer account with store credit card in Paypal but I don't want to create customer's Paypal account. 对于很多时间的即时收费,我认为我需要使用Paypal中的商店信用卡创建客户帐户,但是我不想创建客户的Paypal帐户。 Might be that customer have already account than my application will give me error and also there are many other problems too like user can remove credit card any time from account that I don't want. 可能是客户已经拥有了比我的应用程序更多的帐户,这将给我错误,并且还有很多其他问题,例如用户可以随时从不需要的帐户中删除信用卡。

I show there are so many different methods available in Paypal but did not get it which one is perfect for requirement. 我展示了Paypal中有很多不同的方法,但是没有得到最适合要求的方法。

I want to do everything on my website and don't want to use any express checkout method on Paypal side and I am working with Asp.Net with C#.Net 我想在我的网站上做所有事情,并且不想在Paypal端使用任何明示的结帐方法,并且我正在使用C#.Net与Asp.Net合作。

Thanks in advance. 提前致谢。

The Recurring Payments API is what you want. 定期付款API是您想要的。 Specifically, Express Checkout would be for PayPal payments and Payments Pro (DoDirectPayment / PayFlow) would be for direct credit card processing without a PayPal account. 具体来说,Express Checkout适用于PayPal付款,而Payments Pro(DoDirectPayment / PayFlow)适用于无需PayPal帐户的直接信用卡处理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM