简体   繁体   English

PHP Paypal定期付款

[英]PHP Paypal recurring payment

Hi Can someone please explain me if "PayPal recurring payment" and "Paypal subscription" are the same thing? 嗨,有人可以向我解释一下“ PayPal定期付款”和“ Paypal订阅”是否相同吗?

Like I am working on a monthly membership payment integration with php and paypal. 就像我正在与php和paypal进行每月会员付款集成一样。 What I need to do is make this go on forever until the member decides to opt out. 我需要做的是永久保留下去,直到成员决定退出为止。 I am using this class found at www.micahcarrick.com/php-paypal-ipn-integration-class.html for the integration. 我正在使用在www.micahcarrick.com/php-paypal-ipn-integration-class.html上找到的此类进行集成。

In the class you can mention like for how long you would like to make it as recurring payment but there are no options to make it go forever like a monthly subscription thing. 在课堂上,您可以提及您希望将其支付多长时间作为定期付款,但是没有任何选择可以使它像月度订阅一样永久使用。 Please help! 请帮忙!

Many thanks in advance and I really appreciate your help :-)) 在此先感谢您,非常感谢您的帮助:-))

These are not the same thing. 这些不是一回事。 A standard PayPal account can create subscriptions but not recurring payments. 标准的PayPal帐户可以创建订阅,但不能创建定期付款。 If you plan to use IPN as your only integration, you need to create subscriptions, not recurring payments. 如果计划将IPN用作唯一的集成,则需要创建订阅,而不是定期付款。 You do not create them programmatically, you just generate a subscription link and the buyer creates the subscription on the PayPal website. 您无需以编程方式创建它们,而只需生成一个订阅链接,然后买方在PayPal网站上创建订阅。

Recurring payments are part of one of the APIs accessible to PayPal Website Payments Pro accounts. 定期付款是PayPal网站Payments Pro帐户可访问的API之一。

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

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