简体   繁体   English

具有API签名Asp.net C#的Paypal沙箱帐户失败

[英]Paypal Sandbox account with API Signature Asp.net C# failed

I am using Paypal Sandbox account with Soap API Signature Asp.net C# 我将Paypal Sandbox帐户与Soap API Signature Asp.net C#结合使用

The same code works for me on live Paypal account, but it does not work in the sandbox. 相同的代码对我在Paypal实时帐户上有效,但在沙箱中不起作用。

Paypal sandbox throws error 贝宝沙箱抛出错误

The request was aborted: Could not create SSL/TLS secure channel 该请求已中止:无法创建SSL / TLS安全通道

Is there any help please 请问有什么帮助

This usually happens if you try to connect to api.sandbox.paypal.com without supplying an API certificate. 如果您尝试在不提供API证书的情况下连接到api.sandbox.paypal.com通常会发生这种情况。 Try using api-3t.sandbox.paypal.com instead. 尝试改用api-3t.sandbox.paypal.com

Since you did not say what Urls you are using, we can't say right or wrong. 由于您没有说您正在使用什么Urls,因此我们不能说对还是错。

Here are the Urls for PayPal. 这是PayPal的Urls。

在此处输入图片说明

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

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