简体   繁体   English

定期付款贝宝IPN

[英]Recurring payments paypal IPN

I am working on client's project for paid memberships. 我正在为客户的付费会员项目工作。

clients want to do recurring payments and i am stumped upon IPN settings for recurring payments. 客户想进行定期付款,而我对IPN的定期付款设置感到困惑。

As Paypal say, if notify_url is specified in html form it will override Paypal's default notify_url if specified. 如贝宝所说,如果以html格式指定notify_url,它将覆盖贝宝的默认notify_url(如果已指定)。 That's fine for one time payment. 一次付款就可以了。

But what for recuring payments ? 但是,如何收回款项呢? which Settings paypal use for sending IPN notifications to clients server. paypal使用哪个设置将IPN通知发送到客户端服务器。 Is that the notify url which user specified for first time in HTML form or Paypal's default ipn settings ? 这是用户首次以HTML格式或Paypal的默认ipn设置指定的通知URL吗?

what if user hasnot specified paypal default ipn setting ? 如果用户未指定贝宝默认ipn设置怎么办? but had specified it in html form when user was subscribing for the first time. 但在用户首次订阅时以html形式指定了它。

Any help will be appreciable. 任何帮助将是可观的。

Thanks. 谢谢。

What I have is that notify_url only works for the initial transaction but for the recurring payment, IPN url is being used. 我所拥有的是notify_url仅适用于初始交易,但对于定期付款,正在使用IPN url。

I am also trying to get some answers to verify if this is how it works as there are people with different opinion and offical doc doesn't seem to have this info in detail. 我还试图获得一些答案,以验证这是如何工作的,因为有些人有不同的意见,而官方文档似乎没有详细的此信息。

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

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