Paypal 沙盒错误:目前似乎没有工作

Posted

技术标签:

【中文标题】Paypal 沙盒错误:目前似乎没有工作【英文标题】:Paypal sandbox error: Things doesn't appear to be working at the moment 【发布时间】:2020-04-26 07:06:18 【问题描述】:

我正在尝试使用以下代码设置基于订阅的付款

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="notify_url" value="https://example.com/subscribe/ipn">
    <input type="hidden" name="custom" value="">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="TY3URFFH8DYDN">
    <input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" >
    <img  border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif"  >
</form>

在买家登录之前一切正常。产生的错误:

【问题讨论】:

PayPal 的沙箱经常出现问题。这不是你的问题,是他们的问题。 这是沙盒账户配置问题,可能是未经确认的电子邮件。 【参考方案1】:

确保收款账号在沙盒环境中有确认邮箱:https://www.sandbox.paypal.com/businessmanage/account/accountOwner

沙盒环境从不发送“真实”电子邮件,因此您无需检查真实电子邮件收件箱即可收到确认消息。相反,请转到开发人员“Notifications”选项卡。 (“登录仪表板”在右上角,如果您还没有的话)


(如果您还没有将这个特定的 www.sandbox.paypal.com 帐户导入您的实时 developer.paypal.com 登录名,请先通过https://www.paypal.com/signin?intent=developer&returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Faccounts%2F 进行此操作 -> 登录到门户网站 -> 使用第一个链接使用沙盒帐户的凭据进行身份验证以链接它的页面。)

【讨论】:

以上是关于Paypal 沙盒错误:目前似乎没有工作的主要内容,如果未能解决你的问题,请参考以下文章

Paypal Things 目前似乎无法正常工作。请稍后再试

Paypal 订阅:目前似乎没有任何效果。请稍后再试

在沙盒帐户中模拟 PayPal 错误

销售数字商品时 Paypal 快递结帐错误

PayPal 沙盒上的 cURL 56 错误

Paypal IPN 在 paypal 帐户中不起作用,但在沙盒中正常工作