paypal支付的多种选择

时间:2013-07-31 08:08:39

标签: paypal

我在PayPal上按了3个付款选项(立即购买)按钮,当我在我的网站上粘贴代码时。 一切都看起来没问题,直到你点击立即购买,它转移到PayPal上的错误代码。 这是该网站的链接:http://compx.co.il/?page_id=43

我得到的错误代码是: 1.目前不能处理您的请求。返回CompX IT服务并尝试其他选项。 2.由于卖家网站存在问题,PayPal无法处理此交易。请直接与卖家联系以解决此问题。

有什么建议吗?

此致 DVIR

1 个答案:

答案 0 :(得分:0)

这可能是一个字符集问题。默认字符集无法识别它们,因此您可以通过更改选项值的文本或更改要发布到PayPal的“charset”来解决此问题。

您可以按照以下步骤修改PayPal帐户中的字符集:

- Log into your PayPal account at https://www.paypal.com 
- Click the Profile link 
- Click the 'Language Encoding' link under the Selling Preferences column
- Click the gray 'More Options' button 
- Choose the same encoding you are using for your data off your site
- Select 'Yes' for 'Do you want to use the same encoding for data sent from PayPal to you (e.g., IPN, downloadable logs, emails)?'
- Click 'Save'

您还可以在按钮代码中定义charset值,以匹配您在选项中设置的特征值。