以前支付一直没有问题,上周突然发现,给账户充值,总会跳转到paypal中国的错误提示页面,
贝宝无法处理此交易,因为卖家的网站有问题。请直接联系卖家以解决该问题。
出现这个情况的网站有很多 resellerclub.com china.resellerclub.com domains2.innohosting.com 都是一类的网站。
登陆或者支付都会经过一个 特别的网站 www.foundationapi.com 我觉得是不是跟这个网站有关 .
仔细查看整个 支付的流程。
再支付过程中跳转到的foundationapi.com那个空白的页面的源代码 中有下面的这一部分:
<input type=”hidden” name=”cmd” value=”_xclick”> |
<input type=”hidden” name=”currency_code” value=”USD”> |
<input type=”hidden” name=”lc” value=”CN” /> |
<input type=”hidden” name=”no_note” value=”1″> |
<input type=”hidden” name=”notify_url” |
value=”https://www.foundationapi.com/servlet/PayPalNotifyServlet”> |
<input type=”hidden” name=”custom” value=”null”> |
红色标注的那一行,中的cn改成us ,或者 直接删掉红色的那一行。
这个跟操作系统是否中文,浏览器是否中文,都没关系,
是网站注册资料里写的中国,在支付时里会传递到这里,
以后在国外注册资料里不能选择中国了。