Paypal sandbox error: Things doesn't appear to be working at the moment

Paypal sandbox error: Things doesn't appear to be working at the moment

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

<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" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

在买家登录之前一切正常。结果错误:

确保接收帐户在沙盒环境中有一个确认的电子邮件:https://www.sandbox.paypal.com/businessmanage/account/accountOwner

沙盒环境从不发送 "real" 封电子邮件,因此您无需查看真实的电子邮件收件箱即可获得确认消息。相反,转到开发人员“Notifications”选项卡。 ("Log into dashboard" 在右上角,如果你还没有的话)


(如果您还没有将这个特定的 www.sandbox.paypal.com 帐户导入您的实时 developer.paypal.com 登录,请先通过 https://www.paypal.com/signin?intent=developer&returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Faccounts%2F 导入 -> 登录门户 -> 先使用link 在页面上使用沙盒帐户的凭据对 link 进行身份验证。)