简体   繁体   English

Paypal订阅付款错误消息3005

[英]Paypal subscription payment Error Message 3005

i was trying paypal recurring payment and use this form 我正在尝试paypal定期付款并使用此表格

form action="" name="_xclick-subscriptions" method="post"> form action =“”name =“_ xclick-subscriptions”method =“post”>

When login for payment in paypal the error message occurs 在paypal中登录付款时会出现错误消息

Sorry - your last action could not be completed 对不起 - 您的上一个操作无法完成

If you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes. 如果您进行购买或汇款,我们建议您在30分钟后检查您的PayPal帐户和电子邮件以确认交易。

If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity. 如果您从其他网站访问此页面,请返回该站点(不要使用浏览器的“后退”按钮)并重新启动您的活动。

If you came from PayPal's website, click the PayPal logo in the upper-left-hand corner to return to our home page and restart your activity. 如果您来自PayPal的网站,请单击左上角的PayPal徽标返回我们的主页并重新开始您的活动。 You might have to log in again. 您可能需要重新登录。 We are sorry, we are experiencing temporary difficulties. 对不起,我们遇到了暂时的困难。 Please try again later. 请稍后再试。 If this error occurred while making a payment, avoid duplicate payments by checking your Account Overview before resending a payment. 如果在付款时发生此错误,请在重新发送付款之前检查您的帐户概述,以避免重复付款。

For some browsers, this problem can be resolved by clearing or deleting cookies. 对于某些浏览器,可以通过清除或删除cookie来解决此问题。

Message 3005 消息3005

Why each time this error occurs 为什么每次发生此错误

Paypal returns this message when your Paypal account's primary email address has not been verified. 当您的Paypal帐户的主电子邮件地址尚未经过验证时,Paypal会返回此消息。 To verify your Paypal Email account, please follow the following steps: 要验证您的Paypal电子邮件帐户,请按以下步骤操作:

Log into your Paypal Account. 登录您的Paypal帐户。 You should be in the “Overview” tab. 您应该位于“概览”标签中。

Click on your Email address 点击您的电子邮件地址

Click on your Email address, under “Business account overview”, you will be taken to a Web page listing your Paypal Email addresses. 单击您的电子邮件地址,在“业务帐户概述”下,您将进入一个列出您的Paypal电子邮件地址的网页。

Select your Primary email address. 选择您的主电子邮件地址。

Click on the “Confirm” button. 单击“确认”按钮。

Follow the rest of the Paypal instructions. 按照其余的Paypal说明进行操作。

As per Junior M's comment, another reason would be the incorrect email address setup in the web app. 根据Junior M的评论,另一个原因是Web应用程序中的电子邮件地址设置不正确。 For testing you must have 3 email addresses (1 real and 2 fakes will work). 对于测试,您必须有3个电子邮件地址(1个真实和2个假货将起作用)。

  1. Real Email Address - To register on Paypal's developer site 真实的电子邮件地址 - 在Paypal的开发者网站上注册
  2. 1st Fake email address - To be registered as Seller after logging into Paypal's developer site. 第一个虚假的电子邮件地址 - 登录Paypal的开发者网站后注册为卖家。
  3. 2nd Fake email address - To be registered as Buyer after logging into Paypal's developer site. 第二个假电子邮件地址 - 登录Paypal的开发者网站后注册为买方。

You must need to set email address used in step #2 above in your webapp. 您必须在webapp中设置上面步骤2中使用的电子邮件地址。 To make payments, you need to use email address used in Step #3. 要进行付款,您需要使用步骤3中使用的电子邮件地址。

There are two other causes to this error when using the sandbox: 使用沙箱时,此错误还有两个原因:

  • this error also arises when you are simultaneously logged in with your real account; 当您同时使用真实账户登录时,也会出现此错误;
  • and when you have the paypal s_sess cookie set (cookies should therefore be deleted between tests). 当你设置了paypal s_sess cookie时(因此应该在测试之间删除cookie)。

I got this error because I was sending the country name instead of the country code in a SetPaymentOptions request. 我收到此错误是因为我在SetPaymentOptions请求中发送国家/地区名称而不是国家/地区代码。 The request came back with a 200 OK response, but then the checkout failed with a 3005 error. 该请求以200 OK响应返回,但结账失败并出现3005错误。

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

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