Paypal 无效商户配置沙箱错误

发布于 2024-10-03 14:04:28 字数 517 浏览 1 评论 0原文

我在沙盒中使用 paypal pro。当我发送请求并响应时,我收到此错误:

Array ( [时间戳] => 2010%2d11%2d23T09%3a21%3a12Z [相关ID] => 2aa783b64659 [确认] =>失败 [版本] => 51%2e0 [构建] => 1620725 [L_ERRORCODE0] => 10501 [L_SHORTMESSAGE0] =>无效%20配置 [L_LONGMESSAGE0] =>此%20transaction%20cannot%20be%20processed%20due%20to%20an%20invalid%20merchant%20configuration%2e [L_SEVERITYCODE0] =>错误 [AMT] => 20%2e00 [货币代码] =>美元 )

我用谷歌搜索了这个错误,它与“计费协议”有关,

有人可以建议对此做什么吗?

I am using paypal pro in sandbox. when I send the request and in response I get this error:

Array
(
[TIMESTAMP] => 2010%2d11%2d23T09%3a21%3a12Z
[CORRELATIONID] => 2aa783b64659
[ACK] => Failure
[VERSION] => 51%2e0
[BUILD] => 1620725
[L_ERRORCODE0] => 10501
[L_SHORTMESSAGE0] => Invalid%20Configuration
[L_LONGMESSAGE0] => This%20transaction%20cannot%20be%20processed%20due%20to%20an%20invalid%20merchant%20configuration%2e
[L_SEVERITYCODE0] => Error
[AMT] => 20%2e00
[CURRENCYCODE] => USD
)

I google this error and it is something with the "Billing Aggrement"

Can anyone suggest what to do on this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

网名女生简单气质 2024-10-10 14:04:28

单击产品并启用付款专业人士为我排序。

do

2013 年 8 月 12 日更新:启用 PayPal Payments Pro 已移至“个人资料”选项卡。不再有“产品”选项卡。

Click products and enable payment pro sorted it for me.

do

Update Aug 12, 2013: Enabling PayPal Payments Pro has been moved to the "Profile" tab. There is no longer a "Products" tab.

终陌 2024-10-10 14:04:28

沙盒环境中的 API 凭据使用您拥有的默认买家帐户。在沙盒环境中创建买家帐户时,您需要确保使用“付款专业版”选项。然后,您将在 API 凭据下看到一组新的 API 凭据...只需使用这些凭据就可以了。

The API credentials in the Sandbox environment uses the default buyer account you have. You need to make sure to use the "payments pro" option when you create a buyer account in the sandbox environment. You'll then see a new set of API credentials under API credentials...just use those and you should be fine.

不爱素颜 2024-10-10 14:04:28

我在尝试使用提供的 API 用户/通行证在沙盒上使用 DoDirectPayment 示例时遇到了同样的问题。

L_ERRORCODE0: 10501  
L_SHORTMESSAGE0: Invalid Configuration 
L_LONGMESSAGE0: This transaction cannot be processed due to an invalid merchant configuration.

我登录了我的沙盒帐户,但没有需要同意的计费协议。尝试从那里启用 Website Payments Pro 也被证明是徒劳的。

目前 Paypal 沙箱似乎存在很多问题,测试帐户没有填充正确的信息。此 10501 问题是由于帐户未启用“Website Payments Pro”所致。

联系客户支持,他们可以为您启用它。他们要求我创建一个新的测试卖家帐户,以便他们可以将其打开。

I was having this same problem while trying to use the DoDirectPayment example on the sandbox using the provided API user/pass.

L_ERRORCODE0: 10501  
L_SHORTMESSAGE0: Invalid Configuration 
L_LONGMESSAGE0: This transaction cannot be processed due to an invalid merchant configuration.

I logged into my sandbox account, but there was no billing agreement to agree to. Trying to enable Website Payments Pro from there proved fruitless as well.

There seem to be a lot of issues with the Paypal sandbox right now, where test accounts are not populating with the right info. This 10501 problem is due to "Website Payments Pro" not being enabled on the account.

Contact customer support and they can enable it for you. They asked me to create a new test seller account so they could toggle it on.

提赋 2024-10-10 14:04:28

PayPal 目前正在努力解决此问题。您可能需要向 MTS (www.paypal.com/mts) 提交票据,以便在问题修复时进行更新。

在最新版本之前创建的帐户确实已正确设置 Pro。所有新帐户都存在计费协议问题,该问题会影响 Pro 功能并导致错误 10501。

PayPal is currently working on addressing this issue. You may want to file ticket with MTS (www.paypal.com/mts) to be updated on when it's fixed.

Accounts created before the latest release do have Pro set up correctly. All new accounts have a problem with the billing agreement that affects Pro functionality and results in error 10501.

林空鹿饮溪 2024-10-10 14:04:28

当我使用设置 PayPal 开发者帐户时存在的默认 Business 沙盒帐户时,我遇到了此问题。当我创建一个新的企业帐户时,一切正常。

另外,请务必使用您设置的个人沙盒帐户来针对您的企业沙盒帐户进行测试。

I had this problem when I was using the default Business sandbox account that exists when you set up the PayPal developer account. When I created a new business account everything worked.

Also, be sure to use a personal sandbox account that you set to test against your business sandbox account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文