简体   繁体   English

PayPal IPN 沙盒 - 更改通知 URL 将不会更新

[英]PayPal IPN Sandbox - Changing the Notification URL will not update

I had set a URL as my 'Notification URL' - https://example.com/ppl-name1.php - in my PayPal sandbox account. I had set a URL as my 'Notification URL' - https://example.com/ppl-name1.php - in my PayPal sandbox account. It worked fine and testing went well.它工作得很好,测试也很顺利。 I decided to rename my 'Notification URL' to https://example.com/ppl-name2.php .我决定将我的“通知 URL”重命名为https://example.com/ppl-name2.php

I updated the detail with the new URL here: https://www.sandbox.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-ipn-notify我在这里用新的 URL 更新了细节: https://www.sandbox.paypal.com/cgi-ipn-notifyweb?cmd=

It accepted and saved the new URL.它接受并保存了新的 URL。

But now paypal still sends the notifications to the old URL.但是现在 paypal 仍然将通知发送到旧的 URL。 No matter how many times I try - even deleting the saved URL setting and turning off notifications and turning them back on.无论我尝试多少次 - 甚至删除保存的 URL 设置并关闭通知并重新打开它们。

It still will not send to the new URL.它仍然不会发送到新的 URL。 Yet it clearly shows the new URL as the saved value.然而,它清楚地显示了新的 URL 作为保存的值。

I have verified the old URL is being called in the IPN History page.我已经验证在 IPN 历史页面中调用了旧的 URL。

Check which information did you sent in your HTTP request to PayPal.检查您在对 PayPal 的 HTTP 请求中发送了哪些信息。

There is option "notify_url" where you instruct PayPal where to send IPN notification that should override your setting in PayPal panel.有一个选项“notify_url”,您可以在其中指示 PayPal 在哪里发送 IPN 通知,该通知应该覆盖您在 PayPal 面板中的设置。

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

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