使用 PayPal PayFlow Link 接受定期付款
我希望为我的网站设置定期付款选项。我正在考虑使用 PayFlow,因为它不需要昂贵的 SSL。但我不确定如何设置定期付款,如果用户决定更改帐户类型,我们可以自动设置定期付款,以便他们在下个月收取费用。不确定这是否可能? 有几个问题,他们每月收费近 60 美元,并且需要有一个商家帐户(有什么建议)吗?
有人可以帮助我确定应该使用哪种类型的服务吗?我希望我的网页上不接受信用卡,因为 SSL 非常昂贵。
该网页是 php 格式的。
I am looking to set up a recurring payment option for my website. I was thinking of going with PayFlow since it does not require expensive SSL. But I am not sure how to set up a recurrence payment where if the user decides to change the account type, we can automatically set up recurring payment for them to get charged next month. Not sure if this is possible?
A few problems, they charge almost $60/month and they require to have a Merchant Account (any suggestions)?
Can some one help with what type of service should I use? I am looking to not have credit card acceptance on my webpage because SSL is really expensive.
The webpage is in php.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PayPal Express Checkout 可以做到这一点,甚至更多。虽然 Payflow Link 通常是一个良好且强大的解决方案,但 Express Checkout 在功能方面还提供了更多功能。它还会将您的买家重定向到 PayPal 登陆页面以输入他们的银行卡详细信息。
我认为您可以简单地删除/禁用定期付款资料,并在有人切换计划时设置新的付款资料,对吗?在这种情况下,您需要查看 CreateRecurringPaymentsProfile API。
查看 https://cms。 paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECRecurringPayments 和 https://www.x.com/docs/DOC-1168
但请记住,Express Checkout 上的定期付款仅适用于现有的 PayPal 帐户。还没有 PayPal 帐户的用户必须在结账时创建一个帐户。
PayPal Express Checkout does this, and more. While Payflow Link is generally a good and robust solution, Express Checkout has a bit more to offers in terms of features. It also redirects your buyers to a PayPal landing page for entering their card details.
I assume you can simply delete / disable a recurring payments profile and set up a new one whenever someone switches plans, right? In that case you'll want to look at the CreateRecurringPaymentsProfile API.
Have a look at https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECRecurringPayments and https://www.x.com/docs/DOC-1168
Do keep in mind however, that recurring payments on Express Checkout only works with existing PayPal accounts. Someone who doesn't have a PayPal account yet, will have to create one during checkout.
贝宝通常是一个很好的解决方案。定期付款(订阅)计费没有问题。
您可以在这里阅读所有相关内容:
https://www.paypal.com/pdn-recurring
Paypal is usually a great solution. There is no problem with billing recurring payments (subscriptions).
You can read all about it here:
https://www.paypal.com/pdn-recurring