0

I have 2 websites which need to use IPN notifications from paypal.

Is there a way through the API to set up where to call the IPN url from a recurring purchase?

I have seen the API from CreateRecurringPaymentsProfile and SetExpressCheckout, and none of these have a field to set the notifyurl from a different IPN.

How can I make my 2 sites have recurring payments using IPN notifications?

Thanks!

4

1 回答 1

0

我解决了它创建一个基本 IPN url 并从那里使用 302 重定向从 paypal 重定向 IPN 请求。似乎并非每个贝宝交易都允许设置 IPN url,特别是对于并发支付。

这篇文章帮助我创建广播模式http://codeseekah.com/2012/02/11/how-to-setup-multiple-ipn-receivers-in-paypal/

于 2013-08-10T21:37:16.320 回答