简体   繁体   English

PayPal API定期付款-每15个月付款

[英]PayPal API Reccuring payments - payments every 15 months

How i can create recurring payment, that payments will every 15th month using PP API? 如何使用PP API每隔15个月创建一次定期付款? What params i need use? 我需要使用哪些参数?

you can use the IPN service to verify payment and, express checkout to kick off a subscription with paypal. 您可以使用IPN服务来验证付款,并通过快速结帐来启动与Paypal的订阅。 The subscription would be held between your customer and paypal. 订阅将在您的客户和Paypal之间进行。 NOT you and your customer. 不是您和您的客户。

ie: Your customer would go through PayPal to cancel the subscription, which would notify you and your script. 即:您的客户将通过PayPal取消订阅,订阅将通知您和您的脚本。

http://www.micahcarrick.com/php-paypal-ipn-integration-class.html http://www.micahcarrick.com/php-paypal-ipn-integration-class.html

a quick google search returned that library. 快速的Google搜索返回了该库。

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

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