简体   繁体   English

PayPal IPN错误和自定义端口IPN URL

[英]PayPal IPN Error and custom port IPN URL

My IPN URL is http://:85/ it has a custom port. 我的IPN URL是http://:85 /它有一个自定义端口。 This url is working fine but paypal is always giving me errors on its simulator and not calling my IPN on payments. 这个网址工作正常,但paypal总是在模拟器上给我错误,而不是在付款时调用我的IPN。

What would be causing this problem? 会导致这个问题的原因是什么?

The IPN listener needs to listen on the standard port for http(80) resp. IPN侦听器需要侦听http(80)resp的标准端口。 https(443) otherwise it doesn't work... This is not specified in the documentation and it doesn't make sense so it is quite confusing! https(443)否则它不起作用......这没有在文档中指定,它没有意义,所以它很混乱!

Here is the steps to enable IPN in paypal Sandbox 以下是在paypal Sandbox中启用IPN的步骤

  1. Log in to the Sandbox Merchant Id and click the Profile subtab under My Account. 登录Sandbox Merchant Id,然后单击“我的帐户”下的“配置文件”子选项卡。
  2. Click the More Option link under Profile. 单击Profile下的More Option链接。
  3. Look Selling Preferences which is third row. 看卖第一排的偏好。
  4. Click the Instant Payment Notification Preferences link under Selling Preferences 单击“销售首选项”下的“即时付款通知首选项”链接
  5. Enter the IPN URL 输入IPN URL

Update the Settings.... 更新设置....

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

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