gpt4 book ai didi

paypal - .NET 自适应支付 SDK : PaymentDetails() is throwing a ConnectionException (404)

转载 作者:太空宇宙 更新时间:2023-11-03 15:49:08 25 4
gpt4 key购买 nike

我正在调用 AdaptivePaymentService.PaymentDetails() 来获取付款的详细信息,它会抛出一个指示 404 的 ConnectionException。为了调试这个问题,我下载了源代码AdaptivePayment SDK 以及 Core SDK 并逐步执行代码,特别是在 Paypal.HttpConnection.Execute() 中执行 HttpRequest 的地方。

似乎所有的配置变量都是从 web.config 中读取的:

enter image description here

底层 httpRequest 中的地址看起来是正确的:

enter image description here

有效载荷看起来是正确的:

enter image description here

但是,会抛出一个 WebException,响应如下:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /cgi-bin/ppapi was not found on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at <a href="mailto:ppmtps@paypal.com">api.sandbox.paypal.com</a> Port 443</address>
</body></html>

如有任何帮助,我们将不胜感激。

最佳答案

由于您在配置中同时配置了 ClientId/Secret 和 3-token 凭据(API 用户名、密码、签名),因此未正确检测到端点,从而赋予 REST API 更高的优先级。请删除客户端 ID/密码配置,您应该会看到端点正确设置为 https://svcs.sandbox.paypal.com/AdaptivePayments/PaymentDetails

关于paypal - .NET 自适应支付 SDK : PaymentDetails() is throwing a ConnectionException (404),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19528490/

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