简体   繁体   English

使用C#SDK实施Paypal定期付款

[英]Implement the paypal recurring payment using C# sdk

I am implementing the recurring payment in my site using the paypal C# sdk.Is it possible to start billing the user only after a fixed time say one month or 2months once the users enters his credit card information instead of making the payment right away and then continue payment successively on later date.I basically should be able start payment after certain period once user signs up using premium membership plan and then continue successive payment. 我正在使用Paypal C#sdk在我的网站中实施定期付款。是否可以在用户输入信用卡信息后的固定时间(一个月或两个月)后开始向用户收费,而不是立即付款基本上,用户一旦使用高级会员计划注册后,我基本上应该能够在一定时期后开始付款,然后继续进行连续付款。

Also i am not supposed to implement the trail feature.But i would like to now what happens if the users do not upgrade if the trial period expires.How does paypal respond to it and what can i do from application to bring user back to normal user if trial period expires. 我也不应该实现跟踪功能。但是我现在想知道如果试用期到期后用户不升级该怎么办。贝宝如何响应它以及我该如何通过应用程序使用户恢复正常试用期到期的用户。

Thanks, S. 谢谢,S。

Don't know if paypal support this what you can do is look for direct Debit payment you can look for api like saferpay. 不知道Paypal是否支持此功能,您可以寻找直接借记付款,也可以寻找更安全的api等API。 Otherwise you will have to generate a transaction every month at a given date(and this may look fraudulent) 否则,您将不得不在给定的日期每月进行一次交易(这可能是欺诈性的)

Regards 问候

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

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