gpt4 book ai didi

Paypal IPN 未在沙盒上发送/接收

转载 作者:太空宇宙 更新时间:2023-11-03 16:02:52 24 4
gpt4 key购买 nike

我正在尝试在沙盒上使用 Paypal IPN。我有一个提交快速结账的表格:

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="my-sandbox-merchant-account@test.com" />
<input type="hidden" name="item_name" value="Item 3" />
<input type="hidden" name="item_number" value="3" />
<input type="hidden" name="amount" value="5.00" />
<input type="hidden" name="shipping" value="0.00" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="cn" value="Comments" />
<input type="hidden" name="currency_code" value="GBP" />
<input type="hidden" name="lc" value="GB" />
<input type="hidden" name="bn" value="PP-BuyNowBF" />
<input type="hidden" name="test_ipn" value="1" />
<input type="hidden" name="return" value="http://myhost/my-return-url" />
<input type="hidden" name="rm" value="2" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>

付款通过我的沙盒买家帐户正常进行,但 IPN 通知失败。当我单击沙盒中的 IPN 消息时,我看到配置了正确的通知端点,但是消息失败,http 响应代码为空,IPN typeTransaction =“made”。我的日志显示我的 IPN 端点没有收到任何消息(我知道端点已启动,因为我已尝试发送手动 POST)。 Paypal 试图发送的消息是:

handling_amount=0.00&payer_id=442H4KP3WRC9E&ipn_track_id=989ff3ead6a80&shipping=0.00
&charset=windows-1252&payment_gross=
&verify_sign=ABKgD9bUbQF9WahZwd8aOs6tdcUGAteKcEga-DtOd5oNAkSSSLAh33xt
&item_name=Item 3&test_ipn=1&txn_type=web_accept
&receiver_id=4W89DC8YDWBUG&payment_fee=&mc_currency=GBP&transaction_subject=
&custom=&protection_eligibility=Ineligible&payer_status=verified
&first_name=atest&mc_gross=5.00&payment_date=14:46:44 Aug 05, 2013 PDT
&payment_status=Completed&quantity=1&my-sandbox-merchant-account@test.com
&item_number=3&last_name=buyer&txn_id=91L22343JY671341E&mc_fee=0.40
&resend=true&payment_type=instant&notify_version=3.7&payer_email=a-test@buyer.com
&receiver_email=my-sandbox-merchant-account@test.com&tax=0.00&residence_country=US

我尝试过多次重新发送 IPN,也尝试过 IPN 模拟器,但这只会旋转直到连接重置。这是 Paypal 的沙盒 IPN 系统的问题,还是我忘记了什么/在提交表单时发送了错误的数据?

如果沙盒 IPN 消息传递系统有问题,除了现场测试之外,我还有哪些其他选择可以进行测试?

最佳答案

如上所述,解决方案是使用标准端口 (80/443) 而不是非标准的 8080/8443

关于Paypal IPN 未在沙盒上发送/接收,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18088697/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com