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

2021-12-29 00:00:00 php paypal paypal-ipn codeigniter

我的 IPN URL 是 http://:85/它有一个自定义端口.这个 url 工作正常,但 paypal 总是在它的模拟器上给我错误,而不是在付款时调用我的 IPN.

My IPN URL is http://:85/ it has a custom port. This url is working fine but paypal is always giving me errors on its simulator and not calling my IPN on payments.

是什么导致了这个问题?

What would be causing this problem?

推荐答案

这里是在paypal Sandbox中启用IPN的步骤

Here is the steps to enable IPN in paypal Sandbox

  1. 登录 Sandbox Merchant Id,然后点击我的帐户下的个人资料子选项卡.
  2. 点击个人资料"下的更多选项"链接.
  3. 查看第三行的销售偏好.
  4. 点击销售首选项"下的即时付款通知首选项"链接
  5. 输入 IPN 网址

更新设置....

相关文章