C# 中的 PayPal IPN 侦听器

PayPal IPN Listener in C#

我在 PayPal 的 API 文档中看到两个不同且相互矛盾的陈述。

当我们将参数发送回 PayPal 时,我们添加了“&cmd=_notify-validate”参数。我的问题是,我们是将它添加到查询参数列表的开头,还是末尾?

Here, we add it to the start of the parameter list, whereas here,我们把它加到最后。

哪个是正确的?

没关系。两者都会起作用。它比文档暗示的要宽容得多。

这是根据个人经验得出的。欢迎大家自行测试验证。